mirror of
https://github.com/hapifhir/org.hl7.fhir.core.git
synced 2025-02-06 12:58:14 +00:00
ca2b26fc3b
* 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
10 lines
279 B
YAML
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 |