Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion java/ql/src/Security/CWE/CWE-078/ExecUnescaped.ql
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* @kind problem
* @problem.severity error
* @security-severity 9.8
* @precision high
* @precision medium
* @id java/concatenated-command-line
* @tags security
* external/cwe/cwe-078
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
category: queryMetadata
Comment thread
apsscolari marked this conversation as resolved.
---
* Adjusts the `@precision` from high to medium for `java/concatenated-command-line` because it is producing false positive alerts when the concatenated strings are harded coded.
Comment thread
apsscolari marked this conversation as resolved.
Outdated
Loading