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

Azure server #133

Open
wants to merge 10 commits into
base: main
Choose a base branch
from

Added the ability of uploading custom libraries for RMG T3 runs

c4e0827
Select commit
Loading
Failed to load commit list.
Open

Azure server #133

Added the ability of uploading custom libraries for RMG T3 runs
c4e0827
Select commit
Loading
Failed to load commit list.
This check has been archived and is scheduled for deletion. Learn more about checks retention
GitHub Advanced Security / CodeQL failed Nov 10, 2023 in 3s

3 new alerts including 1 high severity security vulnerability

New alerts in code changed by this pull request

Security Alerts:

  • 1 high

Other Alerts:

  • 2 notes

See annotations below for details.

View all branch alerts.

Annotations

Check failure on line 444 in t3/utils/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 notice on line 676 in t3/runners/rmg_adapter.py

See this annotation in the file changed.

Code scanning / CodeQL

Empty except Note

'except' clause does nothing but pass and there is no explanatory comment.

Check notice on line 486 in t3/utils/ssh.py

See this annotation in the file changed.

Code scanning / CodeQL

Empty except Note

'except' clause does nothing but pass and there is no explanatory comment.