You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@devlake.apache.org by GitBox <gi...@apache.org> on 2022/11/02 05:16:08 UTC

[GitHub] [incubator-devlake] long2ice opened a new issue, #3646: [Refactor][dbt] export all args for dbt run and remove args from option

long2ice opened a new issue, #3646:
URL: https://github.com/apache/incubator-devlake/issues/3646

   ## What and why to refactor
   Now dbt plugin accept args and append to `dbt run` command, which may cause security issue, because I can add some dangerous commands such as `|| rm -rf /*`
   
   ## Describe the solution you'd like
   Remove args option and export dbt run args explicitly
   
   ## Related issues
   Please link any other
   
   ## Additional context
   Add any other context or screenshots about the feature request here.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@devlake.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [incubator-devlake] abeizn closed issue #3646: [Refactor][dbt] export all args for dbt run and remove args from option

Posted by GitBox <gi...@apache.org>.
abeizn closed issue #3646: [Refactor][dbt] export all args for dbt run and remove args from option
URL: https://github.com/apache/incubator-devlake/issues/3646


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@devlake.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [incubator-devlake] abeizn commented on issue #3646: [Refactor][dbt] export all args for dbt run and remove args from option

Posted by GitBox <gi...@apache.org>.
abeizn commented on issue #3646:
URL: https://github.com/apache/incubator-devlake/issues/3646#issuecomment-1299673967

   I'm in favor of doing it too: Remove args option and export dbt run args explicitly


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@devlake.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org