Skip to content

Do some silly changes to introduce vulns in a few projects

c72973d
Select commit
Loading
Failed to load commit list.
Open

Do some silly changes to introduce vulns in a few projects #8

Do some silly changes to introduce vulns in a few projects
c72973d
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 Mar 7, 2025 in 1s

2 new alerts including 2 high severity security vulnerabilities

New alerts in code changed by this pull request

Security Alerts:

  • 2 high

See annotations below for details.

View all branch alerts.

Annotations

Check failure on line 24 in packages/babel-cli/src/babel/dir.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.

Check failure on line 30 in packages/babel-helpers/src/index.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.