Skip to content

fix(backup): await async operations in API routes

b7d14d5
Select commit
Loading
Failed to load commit list.
Closed

refactor(backup): convert sync fs operations to async promises #235

fix(backup): await async operations in API routes
b7d14d5
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL failed Mar 3, 2026 in 2s

3 new alerts including 3 high severity security vulnerabilities

New alerts in code changed by this pull request

Security Alerts:

  • 3 high

See annotations below for details.

View all branch alerts.

Annotations

Check failure on line 290 in src/modules/backup.js

See this annotation in the file changed.

Code scanning / CodeQL

Uncontrolled data used in path expression High

This path depends on a
user-provided value
.
This path depends on a
user-provided value
.

Check failure on line 295 in src/modules/backup.js

See this annotation in the file changed.

Code scanning / CodeQL

Potential file system race condition High

The file may have changed since it
was checked
.

Check failure on line 295 in src/modules/backup.js

See this annotation in the file changed.

Code scanning / CodeQL

Uncontrolled data used in path expression High

This path depends on a
user-provided value
.
This path depends on a
user-provided value
.