Skip to content

Example image conversion route

75e8a6e
Select commit
Loading
Failed to load commit list.
Open

Example image conversion route merge #2

Example image conversion route
75e8a6e
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / Fortify on Demand failed Jun 16, 2025 in 2s

4 new alerts including 4 critical severity security vulnerabilities

New alerts in code changed by this pull request

Security Alerts:

  • 4 critical

See annotations below for details.

View all branch alerts.

Annotations

Check failure on line 51 in src/configs/app.config.ts

See this annotation in the file changed.

Code scanning / Fortify on Demand

Key Management: Hardcoded Encryption Key Critical

Hardcoded encryption keys can compromise security in a way that is not easy to remedy. More information

Check failure on line 157 in src/routes/site.routes.ts

See this annotation in the file changed.

Code scanning / Fortify on Demand

Path Manipulation Critical

Attackers can control the file system path argument to writeFileSync() at site.routes.ts line 157, which allows them to access or modify otherwise protected files. More information

Check failure on line 157 in src/utils/image.utils.ts

See this annotation in the file changed.

Code scanning / Fortify on Demand

Path Manipulation Critical

Attackers can control the file system path argument to writeFileSync() at image.utils.ts line 157, which allows them to access or modify otherwise protected files. More information

Check failure on line 167 in src/utils/image.utils.ts

See this annotation in the file changed.

Code scanning / Fortify on Demand

Command Injection Critical

The method lambda() in image.utils.ts calls exec() to execute a command. This call might allow an attacker to inject malicious commands. More information