Skip to content
This repository was archived by the owner on Jul 8, 2021. It is now read-only.

Conversation

@linkous8
Copy link

Bento Output:

flake8 undefined-name https://lintlyci.github.io/Flake8Rules/rules/F821.html          
     > measure:63                                                                     
     ╷                                                                                
   63│   sys.exit(3)                                                                  
     ╵                                                                                
     = undefined name 'sys'

bandit yaml-load https://bandit.readthedocs.io/en/latest/plugins/b506_yaml_load.html
     > measure:274
     ╷
  274│   d = yaml.load(f)
     ╵
     = Use of unsafe yaml load. Allows instantiation of arbitrary objects.
       Consider yaml.safe_load().

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant