Skip to content

Update .circleci/config.yml

223cc64
Select commit
Loading
Failed to load commit list.
Open

Circleci project setup #26

Update .circleci/config.yml
223cc64
Select commit
Loading
Failed to load commit list.
Sourcery AI / Sourcery review failed Mar 10, 2026 in 1m 11s

❌ Found 2 blocking security issues

Sourcery found 2 blocking security issues:

  • cmd/change-repo-network.js:17 - Detected calls to child_process from a function argument cmd. This could lead to a command injection if the input is user controllable. Try to avoid calls to child_process, and if it is needed ensure user input is correctly sanitized or sandboxed.
  • cmd/generate-cli.js:876 - Detected calls to child_process from a function argument contractName. This could lead to a command injection if the input is user controllable. Try to avoid calls to child_process, and if it is needed ensure user input is correctly sanitized or sandboxed.