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 {
663663 or
664664 exists ( string kind | sinkModel ( _, _, kind ) |
665665 not kind instanceof ValidSinkKind and
666- not kind .matches ( "credentials-%" ) and
667666 not kind .matches ( "test-%" ) and
668667 result = "Invalid kind \"" + kind + "\" in sink model."
669668 )
670669 or
671670 exists ( string kind | sourceModel ( _, _, kind ) |
672671 not kind instanceof ValidSourceKind and
673- not kind .matches ( "qltest%" ) and
674672 result = "Invalid kind \"" + kind + "\" in source model."
675673 )
676674 }
Original file line number Diff line number Diff line change @@ -663,14 +663,12 @@ module ModelOutput {
663663 or
664664 exists ( string kind | sinkModel ( _, _, kind ) |
665665 not kind instanceof ValidSinkKind and
666- not kind .matches ( "credentials-%" ) and
667666 not kind .matches ( "test-%" ) and
668667 result = "Invalid kind \"" + kind + "\" in sink model."
669668 )
670669 or
671670 exists ( string kind | sourceModel ( _, _, kind ) |
672671 not kind instanceof ValidSourceKind and
673- not kind .matches ( "qltest%" ) and
674672 result = "Invalid kind \"" + kind + "\" in source model."
675673 )
676674 }
Original file line number Diff line number Diff line change @@ -663,14 +663,12 @@ module ModelOutput {
663663 or
664664 exists ( string kind | sinkModel ( _, _, kind ) |
665665 not kind instanceof ValidSinkKind and
666- not kind .matches ( "credentials-%" ) and
667666 not kind .matches ( "test-%" ) and
668667 result = "Invalid kind \"" + kind + "\" in sink model."
669668 )
670669 or
671670 exists ( string kind | sourceModel ( _, _, kind ) |
672671 not kind instanceof ValidSourceKind and
673- not kind .matches ( "qltest%" ) and
674672 result = "Invalid kind \"" + kind + "\" in source model."
675673 )
676674 }
You can’t perform that action at this time.
0 commit comments