mirror of
https://github.com/github/codeql.git
synced 2026-06-03 04:40:14 +02:00
enforce alphabetical order of queries in mapping query
This commit is contained in:
@@ -15,20 +15,20 @@ import experimental.adaptivethreatmodeling.AdaptiveThreatModeling
|
||||
from string queryName, AtmConfig c, EndpointType e
|
||||
where
|
||||
(
|
||||
queryName = "NosqlInjectionATM.ql" and
|
||||
c instanceof NosqlInjectionATM::NosqlInjectionAtmConfig
|
||||
or
|
||||
queryName = "SqlInjectionATM.ql" and
|
||||
c instanceof SqlInjectionATM::SqlInjectionAtmConfig
|
||||
or
|
||||
queryName = "NosqlInjectionATM.ql" and
|
||||
c instanceof NosqlInjectionATM::NosqlInjectionAtmConfig
|
||||
queryName = "StoredXssATM.ql" and
|
||||
c instanceof StoredXssATM::StoredXssATMConfig
|
||||
or
|
||||
queryName = "TaintedPathInjectionATM.ql" and
|
||||
c instanceof TaintedPathATM::TaintedPathAtmConfig
|
||||
or
|
||||
queryName = "XssATM.ql" and c instanceof XssATM::DomBasedXssAtmConfig
|
||||
or
|
||||
queryName = "StoredXssATM.ql" and
|
||||
c instanceof StoredXssATM::StoredXssATMConfig
|
||||
or
|
||||
queryName = "XssThroughDomATM.ql" and
|
||||
c instanceof XssThroughDomATM::XssThroughDOMATMConfig
|
||||
) and
|
||||
|
||||
Reference in New Issue
Block a user