| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
This change adds a `query-filters` property to the codeql-config file. This property is an array of `exclude`/`include` entries for a query suite. These filters are appended to the generated query suite files and used to filter queries after they are selected. A related change is that now, all pack references are run in a single query suite, which has the query filters appended to them.
Removes duplicated yaml. Also add some better typings.
There was a problem hiding this comment.
A few minor comments, but generally this looks good to me.
Sorry, something went wrong.
| @@ -0,0 +1,10 @@ | |||
| name: "CodeQL config 1" | |||
There was a problem hiding this comment.
Thanks for naming the tests in the workflow file. We could potentially add those names here too.
Sorry, something went wrong.
| - include: | ||
| tags contain: external/cwe/cwe-022 | ||
|
|
||
| # Removes out js/path-injection |
There was a problem hiding this comment.
| # Removes out js/path-injection | |
| # Removes js/path-injection |
Sorry, something went wrong.
| - include: | ||
| tags contain: external/cwe/cwe-022 | ||
|
|
||
| # Removes out js/path-injection |
There was a problem hiding this comment.
| # Removes out js/path-injection | |
| # Removes js/path-injection |
Sorry, something went wrong.
| - include: | ||
| tags contain: external/cwe/cwe-022 | ||
|
|
||
| # Removes out js/path-injection |
There was a problem hiding this comment.
| # Removes out js/path-injection | |
| # Removes js/path-injection |
Sorry, something went wrong.
Add capability to filter queries
|
I am reverting this feature and creating a new release without it since we don't want this feature in GHES 3.6. |
Sorry, something went wrong.
Revert "Add capability to filter queries #1098"
This reverts commit 99d4397.
| Back | FazBrowse Home | New Git URL |
This change adds a query-filters property to the codeql-config file.
This property is an array of exclude/include entries for a query
suite. These filters are appended to the generated query suite files
and used to filter queries after they are selected.
A related change is that now, all pack references are run in a single
query suite, which has the query filters appended to them.
Merge / deployment checklist