Skip to content

fix: add substance.version check to saveSubstance

af3bab4
Select commit
Loading
Failed to load commit list.
Merged

fix: add substance.version check to saveSubstance #698

fix: add substance.version check to saveSubstance
af3bab4
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL failed Apr 28, 2026 in 3s

1 new alert including 1 high severity security vulnerability

New alerts in code changed by this pull request

Security Alerts:

  • 1 high

See annotations below for details.

View all branch alerts.

Annotations

Check failure on line 1473 in src/app/core/substance-form/substance-form.component.ts

See this annotation in the file changed.

Code scanning / CodeQL

Insecure randomness High

This uses a cryptographically insecure random number generated at
Math.random()
in a security context.