Skip to content

Commit a66083d

Browse files
authored
change "Uncontrolled path" to "Path concatenation"
1 parent 41b8966 commit a66083d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

javascript/ql/src/semmle/javascript/security/dataflow/UnsafeShellCommandConstructionCustomizations.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ module UnsafeShellCommandConstruction {
204204
joinCall = isExecutedAsShellCommand(DataFlow::TypeBackTracker::end(), sys)
205205
}
206206

207-
override string getSinkType() { result = "Uncontrolled path" }
207+
override string getSinkType() { result = "Path concatenation" }
208208

209209
override SystemCommandExecution getCommandExecution() { result = sys }
210210

0 commit comments

Comments
 (0)