dieguesmosken / dieguesmosken/Projetos_Python
(BAN-B314) Use of an insecure method from `xml.etree.ElementTree` detected
Open
- Dominant language
- Jupyter Notebook
- Stars
- 1
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
## Description
Using various XML methods to parse untrusted XML data is known to be vulnerable to XML attacks. Using the [defusedxml](https://pypi.org/project/defusedxml) module is recommended. Methods should be replaced with their `defusedxml` equivalents.
## Occurrences
There is 1 occurrence of this issue in the repository.
See all occurrences on DeepSource → [app.deepsource.com/gh/dieguesmosken/Projetos_Python/issue/BAN-B314/occurrences/](https://app.deepsource.com/gh/dieguesmosken/Projetos_Python/issue/BAN-B314/occurrences/)
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.