Skip to content

Commit 00b74d8

Browse files
author
Anna Railton
authored
Merge pull request github#8895 from github/annarailton-patch-1
ATM: Update `TaintedPathInjection` -> `TaintedPath`
2 parents abbb7f8 + 1f1ef22 commit 00b74d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

javascript/ql/experimental/adaptivethreatmodeling/modelbuilding/extraction/ExtractEndpointMapping.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ where
1919
queryName = "NosqlInjection" and
2020
c instanceof NosqlInjectionATM::NosqlInjectionAtmConfig
2121
or
22-
queryName = "TaintedPathInjection" and
22+
queryName = "TaintedPath" and
2323
c instanceof TaintedPathATM::TaintedPathAtmConfig
2424
or
2525
queryName = "Xss" and c instanceof XssATM::DomBasedXssAtmConfig

0 commit comments

Comments
 (0)