Spelling, capitalization, and better descriptions
This commit is contained in:
parent
59ca9b59cb
commit
777b778409
6 changed files with 13 additions and 13 deletions
|
|
@ -1,10 +1,10 @@
|
|||
name: "CodeQL config 1"
|
||||
name: "Check SARIF for default queries with Single include, Single exclude"
|
||||
|
||||
query-filters:
|
||||
# This should run js/path-injection and js/zipslip
|
||||
- include:
|
||||
tags contain: external/cwe/cwe-022
|
||||
|
||||
# Removes out js/path-injection
|
||||
# Removes js/path-injection
|
||||
- exclude:
|
||||
id: js/path-injection
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
name: "CodeQL config 2"
|
||||
name: "Check SARIF for query packs with Single include, Single exclude"
|
||||
|
||||
disable-default-queries: true
|
||||
|
||||
|
|
@ -12,7 +12,7 @@ query-filters:
|
|||
- include:
|
||||
tags contain: external/cwe/cwe-022
|
||||
|
||||
# Removes out js/path-injection
|
||||
# Removes js/path-injection
|
||||
- exclude:
|
||||
id: js/path-injection
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
name: "CodeQL config 3"
|
||||
name: "Check SARIF for query packs and local queries with Single include, Single exclude"
|
||||
|
||||
disable-default-queries: true
|
||||
|
||||
|
|
@ -22,7 +22,7 @@ query-filters:
|
|||
- include:
|
||||
tags contain: external/cwe/cwe-022
|
||||
|
||||
# Removes out js/path-injection
|
||||
# Removes js/path-injection
|
||||
- exclude:
|
||||
id: js/path-injection
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue