mirror of
https://github.com/github/codeql.git
synced 2026-04-28 10:15:14 +02:00
change "Uncontrolled path" to "Path concatenation"
This commit is contained in:
committed by
GitHub
parent
41b89669a9
commit
a66083d685
@@ -204,7 +204,7 @@ module UnsafeShellCommandConstruction {
|
||||
joinCall = isExecutedAsShellCommand(DataFlow::TypeBackTracker::end(), sys)
|
||||
}
|
||||
|
||||
override string getSinkType() { result = "Uncontrolled path" }
|
||||
override string getSinkType() { result = "Path concatenation" }
|
||||
|
||||
override SystemCommandExecution getCommandExecution() { result = sys }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user