mirror of
https://github.com/github/codeql.git
synced 2026-01-03 17:50:19 +01:00
I didn't want to put the configuration file in `semmle/python/frameworks/**/*.model.yml`, so created `ext/` as in other languages
9 lines
323 B
YAML
9 lines
323 B
YAML
extensions:
|
|
- addsTo:
|
|
pack: codeql/threat-models
|
|
extensible: threatModelConfiguration
|
|
data:
|
|
# Since responses are enabled by default in the shared threat-models configuration,
|
|
# we need to disable it here to keep existing behavior for the python analysis.
|
|
- ["response", false, -2147483647]
|