Skip to content

Commit 1f1ef22

Browse files
author
Anna Railton
authored
Update TaintedPathInjection -> TaintedPath
Lines up with usual naming in https://github.com/github/ml-ql-adaptive-threat-modeling-backend
1 parent 5974248 commit 1f1ef22

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)