We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Description of the false positive
The py/unsafe-deserialization alerts on PyYaml's yaml.load when the provided Loader inherits from a safe loader (yaml.loader.SafeLoader).
py/unsafe-deserialization
yaml.load
Loader
yaml.loader.SafeLoader
Code samples or links to source code
https://github.com/blakeblackshear/frigate/blob/14c89c9b638bed90ef02e31beb20e84ab61dba8d/frigate/util/builtin.py#L87-L112
URL to the alert on GitHub code scanning (optional)
https://github.com/blakeblackshear/frigate/security/code-scanning/26
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description of the false positive
The
py/unsafe-deserializationalerts on PyYaml'syaml.loadwhen the providedLoaderinherits from a safe loader (yaml.loader.SafeLoader).Code samples or links to source code
https://github.com/blakeblackshear/frigate/blob/14c89c9b638bed90ef02e31beb20e84ab61dba8d/frigate/util/builtin.py#L87-L112
URL to the alert on GitHub code scanning (optional)
https://github.com/blakeblackshear/frigate/security/code-scanning/26
The text was updated successfully, but these errors were encountered: