Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace Hapi Lab with node-test for test runner #1589

Draft
wants to merge 17 commits into
base: main
Choose a base branch
from

Fix ESLint issue with globals

fec0d3f
Select commit
Loading
Failed to load commit list.
Draft

Replace Hapi Lab with node-test for test runner #1589

Fix ESLint issue with globals
fec0d3f
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL succeeded Dec 31, 2024 in 4s

No new alerts in code changed by this pull request

Annotations

Check failure on line 41 in test/models/role.model.test.js

See this annotation in the file changed.

Code scanning / CodeQL

Insecure randomness High test

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

Check failure on line 29 in test/models/user-role.model.test.js

See this annotation in the file changed.

Code scanning / CodeQL

Insecure randomness High test

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

Check failure on line 52 in test/models/user.model.test.js

See this annotation in the file changed.

Code scanning / CodeQL

Insecure randomness High test

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

Check failure on line 52 in test/support/helpers/user-group.helper.js

See this annotation in the file changed.

Code scanning / CodeQL

Insecure randomness High test

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

Check failure on line 48 in test/support/helpers/user-role.helper.js

See this annotation in the file changed.

Code scanning / CodeQL

Insecure randomness High test

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