Skip to content

refactoring

5458da1
Select commit
Loading
Failed to load commit list.
Open

Refactoring backup module #25

refactoring
5458da1
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL succeeded May 10, 2026 in 5s

4 new alerts including 3 medium severity security vulnerabilities

New alerts in code changed by this pull request

Security Alerts:

  • 3 medium

Other Alerts:

  • 1 note

See annotations below for details.

View all branch alerts.

Annotations

Check warning on line 705 in modules/backup/index.py

See this annotation in the file changed.

Code scanning / CodeQL

Log Injection Medium

This log entry depends on a
user-provided value
.

Check warning on line 705 in modules/backup/index.py

See this annotation in the file changed.

Code scanning / CodeQL

Log Injection Medium

This log entry depends on a
user-provided value
.

Check warning on line 742 in modules/backup/index.py

See this annotation in the file changed.

Code scanning / CodeQL

Log Injection Medium

This log entry depends on a
user-provided value
.

Check notice on line 760 in modules/backup/index.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.