org.hl7.fhir.core/.codeql-config.yml
dotasek ca2b26fc3b
Temporarily disable CodeQL ReDoS and overly-large-range (#1344)
* Nudge to allow branch push

* Add codeql config

* Move codeql config around

* Move config file into init step

* Shuffle config-file index

* Change to correct query id

* Shuffle and switch to polynomial-redos

* Ignore both redos queries

* Ignore java/overly-large-range

* Add comment on exclude
2023-07-11 13:42:54 -04:00

10 lines
279 B
YAML

name: "Code scanning CodeQL config"
query-filters:
# This should be empty, but contains three queries that currently break the CodeQL action - dotasek
- exclude:
id: java/polynomial-redos
- exclude:
id: java/redos
- exclude:
id: java/overly-large-range