contrib.dlint.dlint-equivalent.insecure-gl-use

Author
221
Download Count*
The Python 'gl' module may cause core dumps or other unsafe behavior
Run Locally
Run in CI
Defintion
rules:
- id: insecure-gl-use
message: The Python 'gl' module may cause core dumps or other unsafe behavior
languages:
- python
severity: WARNING
metadata:
source_rule_url: https://github.com/dlint-py/dlint/blob/master/docs/linters/DUO118.md
category: security
technology:
- python
references:
- https://github.com/dlint-py/dlint/blob/master/docs/linters/DUO118.md
owasp:
- A09:2017 - Using Components with Known Vulnerabilities
- A06:2021 - Vulnerable and Outdated Components
cwe:
- "CWE-1104: Use of Unmaintained Third Party Components"
license: Commons Clause License Condition v1.0[LGPL-2.1-only]
pattern: gl.$ANYTHING
Short Link: https://sg.run/0QOW