[PLUTO-1359] Add pylint tool #49
Your pull request is up to standards!
Codacy found no issues in your code
Annotations
Check warning on line 56 in config/tools-installer.go
codacy-production / Codacy Static Code Analysis
config/tools-installer.go#L56
Method installRuntimeTool has a cyclomatic complexity of 9 (limit is 7)
Check failure on line 184 in config/tools-installer.go
codacy-production / Codacy Static Code Analysis
config/tools-installer.go#L184
Detected non-static command inside Command.
Check failure on line 184 in config/tools-installer.go
codacy-production / Codacy Static Code Analysis
config/tools-installer.go#L184
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 failure on line 192 in config/tools-installer.go
codacy-production / Codacy Static Code Analysis
config/tools-installer.go#L192
Detected non-static command inside Command.
Check failure on line 192 in config/tools-installer.go
codacy-production / Codacy Static Code Analysis
config/tools-installer.go#L192
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 warning on line 259 in plugins/runtime-utils.go
codacy-production / Codacy Static Code Analysis
plugins/runtime-utils.go#L259
`path.Join(...)` always joins using a forward slash.
Check failure on line 12 in tools/pylintRunner.go
codacy-production / Codacy Static Code Analysis
tools/pylintRunner.go#L12
Method RunPylint has a cyclomatic complexity of 11 (limit is 10)
Check notice on line 12 in tools/pylintRunner.go
codacy-production / Codacy Static Code Analysis
tools/pylintRunner.go#L12
exported function RunPylint should have comment or be unexported
Check failure on line 45 in tools/pylintRunner.go
codacy-production / Codacy Static Code Analysis
tools/pylintRunner.go#L45
Detected non-static command inside Command.
Check failure on line 45 in tools/pylintRunner.go
codacy-production / Codacy Static Code Analysis
tools/pylintRunner.go#L45
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 warning on line 70 in tools/pylintRunner.go
codacy-production / Codacy Static Code Analysis
tools/pylintRunner.go#L70
The application was found setting file permissions to overly permissive values.
Check notice on line 27 in utils/sarif.go
codacy-production / Codacy Static Code Analysis
utils/sarif.go#L27
exported type Run should have comment or be unexported
Check notice on line 32 in utils/sarif.go
codacy-production / Codacy Static Code Analysis
utils/sarif.go#L32
exported type Tool should have comment or be unexported
Check notice on line 36 in utils/sarif.go
codacy-production / Codacy Static Code Analysis
utils/sarif.go#L36
exported type Driver should have comment or be unexported
Check notice on line 43 in utils/sarif.go
codacy-production / Codacy Static Code Analysis
utils/sarif.go#L43
exported type Rule should have comment or be unexported
Check notice on line 49 in utils/sarif.go
codacy-production / Codacy Static Code Analysis
utils/sarif.go#L49
exported type Result should have comment or be unexported
Check notice on line 56 in utils/sarif.go
codacy-production / Codacy Static Code Analysis
utils/sarif.go#L56
exported type Location should have comment or be unexported
Check notice on line 60 in utils/sarif.go
codacy-production / Codacy Static Code Analysis
utils/sarif.go#L60
exported type PhysicalLocation should have comment or be unexported
Check notice on line 65 in utils/sarif.go
codacy-production / Codacy Static Code Analysis
utils/sarif.go#L65
exported type ArtifactLocation should have comment or be unexported
Check notice on line 69 in utils/sarif.go
codacy-production / Codacy Static Code Analysis
utils/sarif.go#L69
exported type Region should have comment or be unexported
Check notice on line 74 in utils/sarif.go
codacy-production / Codacy Static Code Analysis
utils/sarif.go#L74
exported type MessageText should have comment or be unexported