change "Uncontrolled path" to "Path concatenation"

This commit is contained in:
Erik Krogh Kristensen
2021-04-07 08:23:07 +00:00
committed by GitHub
parent 41b89669a9
commit a66083d685

View File

@@ -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 }