Skip to content

Commit 974d174

Browse files
committed
Actions/CodeInjectionQuery
actions/ql/src/Security/CWE-094/CodeInjectionMedium.ql actions/ql/src/Security/CWE-094/CodeInjectionCritical.ql
1 parent 62fde8f commit 974d174

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

actions/ql/lib/codeql/actions/security/CodeInjectionQuery.qll

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,6 @@ private module CodeInjectionConfig implements DataFlow::ConfigSig {
8080

8181
predicate observeDiffInformedIncrementalMode() { any() }
8282

83-
Location getASelectedSourceLocation(DataFlow::Node source) { none() }
84-
8583
Location getASelectedSinkLocation(DataFlow::Node sink) {
8684
result = sink.getLocation()
8785
or

0 commit comments

Comments
 (0)