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

Create chargeVersionNotes table model, helper and view #1240

Merged
merged 27 commits into from
Aug 14, 2024

Remove console.log()

71d3f1c
Select commit
Loading
Failed to load commit list.
Merged

Create chargeVersionNotes table model, helper and view #1240

Remove console.log()
71d3f1c
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL succeeded Aug 14, 2024 in 3s

No new alerts in code changed by this pull request

Annotations

Check failure on line 27 in test/models/charge-version-note.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.