6 issue(s) found
Summary of Issues
Type | Count | Severity |
---|---|---|
rules.njsscan.crypto.node_insecure_random_generator | 2 | MEDIUM |
rules.njsscan.semantic_grep.crypto.node_insecure_random_generator | 2 | MEDIUM |
rules.mobsf.mobsfscan.logging.android_logging | 2 | LOW |
How do I clear all these issues?
If you suspect these issues are not actual issues, click “Clear All Issues” above. Click here for more details.
Details and Annotations
Details
semgrep version 1.69.0
Annotations
Check warning on line 384 in fission/src/systems/simulation/wpilib_brain/WPILibBrain.ts
autodesk-chorus / security/semgrep
app.chorus.semgrep.rules.njsscan.crypto.node_insecure_random_generator
crypto.pseudoRandomBytes()/Math.random() is a cryptographically weak random number generator.
Check warning on line 384 in fission/src/systems/simulation/wpilib_brain/WPILibBrain.ts
autodesk-chorus / security/semgrep
app.chorus.semgrep.rules.njsscan.semantic_grep.crypto.node_insecure_random_generator
crypto.pseudoRandomBytes()/Math.random() is a cryptographically weak random number generator.
Check warning on line 386 in fission/src/systems/simulation/wpilib_brain/WPILibBrain.ts
autodesk-chorus / security/semgrep
app.chorus.semgrep.rules.njsscan.crypto.node_insecure_random_generator
crypto.pseudoRandomBytes()/Math.random() is a cryptographically weak random number generator.
Check warning on line 386 in fission/src/systems/simulation/wpilib_brain/WPILibBrain.ts
autodesk-chorus / security/semgrep
app.chorus.semgrep.rules.njsscan.semantic_grep.crypto.node_insecure_random_generator
crypto.pseudoRandomBytes()/Math.random() is a cryptographically weak random number generator.
Check notice on line 94 in simulation/samples/JavaSample/src/main/java/frc/robot/Robot.java
autodesk-chorus / security/semgrep
app.chorus.semgrep.rules.mobsf.mobsfscan.logging.android_logging
The App logs information. Please ensure that sensitive information is never logged.
Check notice on line 149 in simulation/samples/JavaSample/src/main/java/frc/robot/Robot.java
autodesk-chorus / security/semgrep
app.chorus.semgrep.rules.mobsf.mobsfscan.logging.android_logging
The App logs information. Please ensure that sensitive information is never logged.