Update TaintedPathInjection -> TaintedPath

Lines up with usual naming in https://github.com/github/ml-ql-adaptive-threat-modeling-backend
This commit is contained in:
Anna Railton
2022-04-27 11:27:43 +01:00
committed by GitHub
parent 597424809f
commit 1f1ef22f90

View File

@@ -19,7 +19,7 @@ where
queryName = "NosqlInjection" and
c instanceof NosqlInjectionATM::NosqlInjectionAtmConfig
or
queryName = "TaintedPathInjection" and
queryName = "TaintedPath" and
c instanceof TaintedPathATM::TaintedPathAtmConfig
or
queryName = "Xss" and c instanceof XssATM::DomBasedXssAtmConfig