Skip to content
New issue

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

format code #220

Closed
wants to merge 2 commits into from

format code

e990562
Select commit
Loading
Failed to load commit list.
Closed

format code #220

format code
e990562
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL succeeded May 27, 2024 in 3s

No new alerts in code changed by this pull request

Annotations

Check failure on line 478 in common/types.py

See this annotation in the file changed.

Code scanning / CodeQL

Inefficient regular expression High

This part of the regular expression may cause exponential backtracking on strings starting with '-' and containing many repetitions of ' '.

Check failure on line 1025 in common/ssh.py

See this annotation in the file changed.

Code scanning / CodeQL

Accepting unknown SSH host keys when using Paramiko High

Setting missing host key policy to AutoAddPolicy may be unsafe.

Check failure on line 1058 in common/ssh.py

See this annotation in the file changed.

Code scanning / CodeQL

Accepting unknown SSH host keys when using Paramiko High

Setting missing host key policy to AutoAddPolicy may be unsafe.