File tree Expand file tree Collapse file tree 3 files changed +0
-6
lines changed
javascript/ql/lib/semmle/javascript/frameworks/data/internal
python/ql/lib/semmle/python/frameworks/data/internal
ruby/ql/lib/codeql/ruby/frameworks/data/internal Expand file tree Collapse file tree 3 files changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -663,14 +663,12 @@ module ModelOutput {
663
663
or
664
664
exists ( string kind | sinkModel ( _, _, kind ) |
665
665
not kind instanceof ValidSinkKind and
666
- not kind .matches ( "credentials-%" ) and
667
666
not kind .matches ( "test-%" ) and
668
667
result = "Invalid kind \"" + kind + "\" in sink model."
669
668
)
670
669
or
671
670
exists ( string kind | sourceModel ( _, _, kind ) |
672
671
not kind instanceof ValidSourceKind and
673
- not kind .matches ( "qltest%" ) and
674
672
result = "Invalid kind \"" + kind + "\" in source model."
675
673
)
676
674
}
Original file line number Diff line number Diff line change @@ -663,14 +663,12 @@ module ModelOutput {
663
663
or
664
664
exists ( string kind | sinkModel ( _, _, kind ) |
665
665
not kind instanceof ValidSinkKind and
666
- not kind .matches ( "credentials-%" ) and
667
666
not kind .matches ( "test-%" ) and
668
667
result = "Invalid kind \"" + kind + "\" in sink model."
669
668
)
670
669
or
671
670
exists ( string kind | sourceModel ( _, _, kind ) |
672
671
not kind instanceof ValidSourceKind and
673
- not kind .matches ( "qltest%" ) and
674
672
result = "Invalid kind \"" + kind + "\" in source model."
675
673
)
676
674
}
Original file line number Diff line number Diff line change @@ -663,14 +663,12 @@ module ModelOutput {
663
663
or
664
664
exists ( string kind | sinkModel ( _, _, kind ) |
665
665
not kind instanceof ValidSinkKind and
666
- not kind .matches ( "credentials-%" ) and
667
666
not kind .matches ( "test-%" ) and
668
667
result = "Invalid kind \"" + kind + "\" in sink model."
669
668
)
670
669
or
671
670
exists ( string kind | sourceModel ( _, _, kind ) |
672
671
not kind instanceof ValidSourceKind and
673
- not kind .matches ( "qltest%" ) and
674
672
result = "Invalid kind \"" + kind + "\" in source model."
675
673
)
676
674
}
You can’t perform that action at this time.
0 commit comments