Pluto 1390 semgrep installation and running #73
Your pull request is up to standards!
Codacy found no issues in your code
Annotations
Check warning on line 13 in tools/semgrepRunner.go
codacy-production / Codacy Static Code Analysis
tools/semgrepRunner.go#L13
Method RunSemgrep has a cyclomatic complexity of 8 (limit is 7)
Check failure on line 46 in tools/semgrepRunner.go
codacy-production / Codacy Static Code Analysis
tools/semgrepRunner.go#L46
Detected non-static command inside Command.
Check failure on line 46 in tools/semgrepRunner.go
codacy-production / Codacy Static Code Analysis
tools/semgrepRunner.go#L46
OS command injection is a critical vulnerability that can lead to a full system compromise as it may allow an adversary to pass in arbitrary commands or arguments to be executed.
Check notice on line 3 in tools/testdata/repositories/semgrep/sample.js
codacy-production / Codacy Static Code Analysis
tools/testdata/repositories/semgrep/sample.js#L3
You must place screaming snake case at module scope. If this is not meant to be a module-scoped variable, use camelcase instead.
Check warning on line 5 in tools/testdata/repositories/semgrep/sample.js
codacy-production / Codacy Static Code Analysis
tools/testdata/repositories/semgrep/sample.js#L5
Missing JSDoc comment.