Skip to content

[P2] feat(swarm): Implement Byzantine Swarm Protection - #614

Closed
fallofpheonix wants to merge 3 commits into
mainfrom
feature/issue-128-byzantine-protection
Closed

fallofpheonix wants to merge 3 commits into
mainfrom
feature/issue-128-byzantine-protection

chore: resolve go.work merge conflict

0ec116a
Select commit
Loading
Failed to load commit list.
Sourcery AI / Sourcery review failed May 21, 2026 in 22s

❌ Found 2 blocking security issues

Sourcery found 2 blocking security issues:

  • tools/create_adhoc_issues.py:30 - Detected subprocess function 'run' without a static string. If this data can be controlled by a malicious actor, it may be an instance of command injection. Audit the use of this call to ensure it is not controllable by an external resource. You may consider using 'shlex.escape()'.
  • tools/create_final_issues.py:31 - Detected subprocess function 'run' without a static string. If this data can be controlled by a malicious actor, it may be an instance of command injection. Audit the use of this call to ensure it is not controllable by an external resource. You may consider using 'shlex.escape()'.