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

Resolved bento warnings#1

Open
linkous8 wants to merge 1 commit into
masterfrom
bento-fix
Open

Resolved bento warnings#1
linkous8 wants to merge 1 commit into
masterfrom
bento-fix

Conversation

@linkous8

Copy link
Copy Markdown

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