NormanWenzelWSS / webgoat-4

Other
0 stars 2 forks source link

Code Security Report: 39 high severity findings, 158 total findings #20

Open mend-for-github-com[bot] opened 2 years ago

mend-for-github-com[bot] commented 2 years ago

Code Security Report

Latest Scan: 2022-08-16 09:05am Total Findings: 158 Tested Project Files: 478 Detected Programming Languages: 2

Test Snippet at beginning https://github.com/NormanWenzelWSS/webgoat-4/blob/a18352da95bedca45a218a75c456b1eb7a2e238e/webgoat-lessons/sql-injection/src/main/java/org/owasp/webgoat/sql_injection/introduction/SqlInjectionLesson8.java#L1-L3

Language: Java

Severity CWE Vulnerability Type Count
High CWE-89 SQL Injection 24
High CWE-22 Path/Directory Traversal 8
High CWE-502 Deserialization of Untrusted Data 2
High CWE-918 Server Side Request Forgery 2
High CWE-611 XML External Entity (XXE) Injection 3
Medium CWE-79 Cross-Site Scripting 4
Low CWE-798 Hardcoded Password/Credentials 10
Low CWE-338 Weak Pseudo-Random 8
Low CWE-244 Heap Inspection 33
Low CWE-209 Console Output 5
Low CWE-209 Error Messages Information Exposure 56
Low CWE-916 Weak Hash Strength 1

Details

The below list presents the 20 most relevant findings that need your attention. To view information on the remaining findings, navigate to the Mend SAST Application.

SQL Injection (CWE-89) : 20

Findings

introduction/SqlInjectionLesson8.java:66 https://github.com/NormanWenzelWSS/webgoat-4/blob/a18352da95bedca45a218a75c456b1eb7a2e238e/webgoat-lessons/sql-injection/src/main/java/org/owasp/webgoat/sql_injection/introduction/SqlInjectionLesson8.java#L61-L66
Trace https://github.com/NormanWenzelWSS/webgoat-4/blob/a18352da95bedca45a218a75c456b1eb7a2e238e/webgoat-lessons/sql-injection/src/main/java/org/owasp/webgoat/sql_injection/introduction/SqlInjectionLesson8.java#L60 https://github.com/NormanWenzelWSS/webgoat-4/blob/a18352da95bedca45a218a75c456b1eb7a2e238e/webgoat-lessons/sql-injection/src/main/java/org/owasp/webgoat/sql_injection/introduction/SqlInjectionLesson8.java#L66
introduction/SqlInjectionLesson9.java:66 https://github.com/NormanWenzelWSS/webgoat-4/blob/a18352da95bedca45a218a75c456b1eb7a2e238e/webgoat-lessons/sql-injection/src/main/java/org/owasp/webgoat/sql_injection/introduction/SqlInjectionLesson9.java#L61-L66
Trace https://github.com/NormanWenzelWSS/webgoat-4/blob/a18352da95bedca45a218a75c456b1eb7a2e238e/webgoat-lessons/sql-injection/src/main/java/org/owasp/webgoat/sql_injection/introduction/SqlInjectionLesson9.java#L61 https://github.com/NormanWenzelWSS/webgoat-4/blob/a18352da95bedca45a218a75c456b1eb7a2e238e/webgoat-lessons/sql-injection/src/main/java/org/owasp/webgoat/sql_injection/introduction/SqlInjectionLesson9.java#L66
mitigation/Servers.java:71 https://github.com/NormanWenzelWSS/webgoat-4/blob/a18352da95bedca45a218a75c456b1eb7a2e238e/webgoat-lessons/sql-injection/src/main/java/org/owasp/webgoat/sql_injection/mitigation/Servers.java#L66-L71
advanced/SqlInjectionLesson6a.java:65 https://github.com/NormanWenzelWSS/webgoat-4/blob/a18352da95bedca45a218a75c456b1eb7a2e238e/webgoat-lessons/sql-injection/src/main/java/org/owasp/webgoat/sql_injection/advanced/SqlInjectionLesson6a.java#L60-L65
Trace https://github.com/NormanWenzelWSS/webgoat-4/blob/a18352da95bedca45a218a75c456b1eb7a2e238e/webgoat-lessons/sql-injection/src/main/java/org/owasp/webgoat/sql_injection/mitigation/SqlOnlyInputValidationOnKeywords.java#L53 https://github.com/NormanWenzelWSS/webgoat-4/blob/a18352da95bedca45a218a75c456b1eb7a2e238e/webgoat-lessons/sql-injection/src/main/java/org/owasp/webgoat/sql_injection/advanced/SqlInjectionLesson6a.java#L56 https://github.com/NormanWenzelWSS/webgoat-4/blob/a18352da95bedca45a218a75c456b1eb7a2e238e/webgoat-lessons/sql-injection/src/main/java/org/owasp/webgoat/sql_injection/advanced/SqlInjectionLesson6a.java#L60 https://github.com/NormanWenzelWSS/webgoat-4/blob/a18352da95bedca45a218a75c456b1eb7a2e238e/webgoat-lessons/sql-injection/src/main/java/org/owasp/webgoat/sql_injection/advanced/SqlInjectionLesson6a.java#L65
advanced/SqlInjectionLesson6a.java:65 https://github.com/NormanWenzelWSS/webgoat-4/blob/a18352da95bedca45a218a75c456b1eb7a2e238e/webgoat-lessons/sql-injection/src/main/java/org/owasp/webgoat/sql_injection/advanced/SqlInjectionLesson6a.java#L60-L65
Trace https://github.com/NormanWenzelWSS/webgoat-4/blob/a18352da95bedca45a218a75c456b1eb7a2e238e/webgoat-lessons/sql-injection/src/main/java/org/owasp/webgoat/sql_injection/mitigation/SqlOnlyInputValidation.java#L52 https://github.com/NormanWenzelWSS/webgoat-4/blob/a18352da95bedca45a218a75c456b1eb7a2e238e/webgoat-lessons/sql-injection/src/main/java/org/owasp/webgoat/sql_injection/advanced/SqlInjectionLesson6a.java#L56 https://github.com/NormanWenzelWSS/webgoat-4/blob/a18352da95bedca45a218a75c456b1eb7a2e238e/webgoat-lessons/sql-injection/src/main/java/org/owasp/webgoat/sql_injection/advanced/SqlInjectionLesson6a.java#L60 https://github.com/NormanWenzelWSS/webgoat-4/blob/a18352da95bedca45a218a75c456b1eb7a2e238e/webgoat-lessons/sql-injection/src/main/java/org/owasp/webgoat/sql_injection/advanced/SqlInjectionLesson6a.java#L65
advanced/SqlInjectionLesson6a.java:65 https://github.com/NormanWenzelWSS/webgoat-4/blob/a18352da95bedca45a218a75c456b1eb7a2e238e/webgoat-lessons/sql-injection/src/main/java/org/owasp/webgoat/sql_injection/advanced/SqlInjectionLesson6a.java#L60-L65
Trace https://github.com/NormanWenzelWSS/webgoat-4/blob/a18352da95bedca45a218a75c456b1eb7a2e238e/webgoat-lessons/sql-injection/src/main/java/org/owasp/webgoat/sql_injection/advanced/SqlInjectionLesson6a.java#L52 https://github.com/NormanWenzelWSS/webgoat-4/blob/a18352da95bedca45a218a75c456b1eb7a2e238e/webgoat-lessons/sql-injection/src/main/java/org/owasp/webgoat/sql_injection/advanced/SqlInjectionLesson6a.java#L56 https://github.com/NormanWenzelWSS/webgoat-4/blob/a18352da95bedca45a218a75c456b1eb7a2e238e/webgoat-lessons/sql-injection/src/main/java/org/owasp/webgoat/sql_injection/advanced/SqlInjectionLesson6a.java#L60 https://github.com/NormanWenzelWSS/webgoat-4/blob/a18352da95bedca45a218a75c456b1eb7a2e238e/webgoat-lessons/sql-injection/src/main/java/org/owasp/webgoat/sql_injection/advanced/SqlInjectionLesson6a.java#L65
introduction/SqlInjectionLesson10.java:63 https://github.com/NormanWenzelWSS/webgoat-4/blob/a18352da95bedca45a218a75c456b1eb7a2e238e/webgoat-lessons/sql-injection/src/main/java/org/owasp/webgoat/sql_injection/introduction/SqlInjectionLesson10.java#L58-L63
Trace https://github.com/NormanWenzelWSS/webgoat-4/blob/a18352da95bedca45a218a75c456b1eb7a2e238e/webgoat-lessons/sql-injection/src/main/java/org/owasp/webgoat/sql_injection/introduction/SqlInjectionLesson10.java#L53 https://github.com/NormanWenzelWSS/webgoat-4/blob/a18352da95bedca45a218a75c456b1eb7a2e238e/webgoat-lessons/sql-injection/src/main/java/org/owasp/webgoat/sql_injection/introduction/SqlInjectionLesson10.java#L56 https://github.com/NormanWenzelWSS/webgoat-4/blob/a18352da95bedca45a218a75c456b1eb7a2e238e/webgoat-lessons/sql-injection/src/main/java/org/owasp/webgoat/sql_injection/introduction/SqlInjectionLesson10.java#L58 https://github.com/NormanWenzelWSS/webgoat-4/blob/a18352da95bedca45a218a75c456b1eb7a2e238e/webgoat-lessons/sql-injection/src/main/java/org/owasp/webgoat/sql_injection/introduction/SqlInjectionLesson10.java#L63
introduction/SqlInjectionLesson4.java:63 https://github.com/NormanWenzelWSS/webgoat-4/blob/a18352da95bedca45a218a75c456b1eb7a2e238e/webgoat-lessons/sql-injection/src/main/java/org/owasp/webgoat/sql_injection/introduction/SqlInjectionLesson4.java#L58-L63
Trace https://github.com/NormanWenzelWSS/webgoat-4/blob/a18352da95bedca45a218a75c456b1eb7a2e238e/webgoat-lessons/sql-injection/src/main/java/org/owasp/webgoat/sql_injection/introduction/SqlInjectionLesson4.java#L57 https://github.com/NormanWenzelWSS/webgoat-4/blob/a18352da95bedca45a218a75c456b1eb7a2e238e/webgoat-lessons/sql-injection/src/main/java/org/owasp/webgoat/sql_injection/introduction/SqlInjectionLesson4.java#L60 https://github.com/NormanWenzelWSS/webgoat-4/blob/a18352da95bedca45a218a75c456b1eb7a2e238e/webgoat-lessons/sql-injection/src/main/java/org/owasp/webgoat/sql_injection/introduction/SqlInjectionLesson4.java#L63
introduction/SqlInjectionLesson2.java:62 https://github.com/NormanWenzelWSS/webgoat-4/blob/a18352da95bedca45a218a75c456b1eb7a2e238e/webgoat-lessons/sql-injection/src/main/java/org/owasp/webgoat/sql_injection/introduction/SqlInjectionLesson2.java#L57-L62
Trace https://github.com/NormanWenzelWSS/webgoat-4/blob/a18352da95bedca45a218a75c456b1eb7a2e238e/webgoat-lessons/sql-injection/src/main/java/org/owasp/webgoat/sql_injection/introduction/SqlInjectionLesson2.java#L56 https://github.com/NormanWenzelWSS/webgoat-4/blob/a18352da95bedca45a218a75c456b1eb7a2e238e/webgoat-lessons/sql-injection/src/main/java/org/owasp/webgoat/sql_injection/introduction/SqlInjectionLesson2.java#L59 https://github.com/NormanWenzelWSS/webgoat-4/blob/a18352da95bedca45a218a75c456b1eb7a2e238e/webgoat-lessons/sql-injection/src/main/java/org/owasp/webgoat/sql_injection/introduction/SqlInjectionLesson2.java#L62
introduction/SqlInjectionLesson8.java:66 https://github.com/NormanWenzelWSS/webgoat-4/blob/a18352da95bedca45a218a75c456b1eb7a2e238e/webgoat-lessons/sql-injection/src/main/java/org/owasp/webgoat/sql_injection/introduction/SqlInjectionLesson8.java#L61-L66
Trace https://github.com/NormanWenzelWSS/webgoat-4/blob/a18352da95bedca45a218a75c456b1eb7a2e238e/webgoat-lessons/sql-injection/src/main/java/org/owasp/webgoat/sql_injection/introduction/SqlInjectionLesson8.java#L55 https://github.com/NormanWenzelWSS/webgoat-4/blob/a18352da95bedca45a218a75c456b1eb7a2e238e/webgoat-lessons/sql-injection/src/main/java/org/owasp/webgoat/sql_injection/introduction/SqlInjectionLesson8.java#L58 https://github.com/NormanWenzelWSS/webgoat-4/blob/a18352da95bedca45a218a75c456b1eb7a2e238e/webgoat-lessons/sql-injection/src/main/java/org/owasp/webgoat/sql_injection/introduction/SqlInjectionLesson8.java#L60 https://github.com/NormanWenzelWSS/webgoat-4/blob/a18352da95bedca45a218a75c456b1eb7a2e238e/webgoat-lessons/sql-injection/src/main/java/org/owasp/webgoat/sql_injection/introduction/SqlInjectionLesson8.java#L66
advanced/SqlInjectionChallenge.java:65 https://github.com/NormanWenzelWSS/webgoat-4/blob/a18352da95bedca45a218a75c456b1eb7a2e238e/webgoat-lessons/sql-injection/src/main/java/org/owasp/webgoat/sql_injection/advanced/SqlInjectionChallenge.java#L60-L65
Trace https://github.com/NormanWenzelWSS/webgoat-4/blob/a18352da95bedca45a218a75c456b1eb7a2e238e/webgoat-lessons/sql-injection/src/main/java/org/owasp/webgoat/sql_injection/advanced/SqlInjectionChallenge.java#L63 https://github.com/NormanWenzelWSS/webgoat-4/blob/a18352da95bedca45a218a75c456b1eb7a2e238e/webgoat-lessons/sql-injection/src/main/java/org/owasp/webgoat/sql_injection/advanced/SqlInjectionChallenge.java#L65
introduction/SqlInjectionLesson5a.java:62 https://github.com/NormanWenzelWSS/webgoat-4/blob/a18352da95bedca45a218a75c456b1eb7a2e238e/webgoat-lessons/sql-injection/src/main/java/org/owasp/webgoat/sql_injection/introduction/SqlInjectionLesson5a.java#L57-L62
Trace https://github.com/NormanWenzelWSS/webgoat-4/blob/a18352da95bedca45a218a75c456b1eb7a2e238e/webgoat-lessons/sql-injection/src/main/java/org/owasp/webgoat/sql_injection/introduction/SqlInjectionLesson5a.java#L54 https://github.com/NormanWenzelWSS/webgoat-4/blob/a18352da95bedca45a218a75c456b1eb7a2e238e/webgoat-lessons/sql-injection/src/main/java/org/owasp/webgoat/sql_injection/introduction/SqlInjectionLesson5a.java#L57 https://github.com/NormanWenzelWSS/webgoat-4/blob/a18352da95bedca45a218a75c456b1eb7a2e238e/webgoat-lessons/sql-injection/src/main/java/org/owasp/webgoat/sql_injection/introduction/SqlInjectionLesson5a.java#L60 https://github.com/NormanWenzelWSS/webgoat-4/blob/a18352da95bedca45a218a75c456b1eb7a2e238e/webgoat-lessons/sql-injection/src/main/java/org/owasp/webgoat/sql_injection/introduction/SqlInjectionLesson5a.java#L62
introduction/SqlInjectionLesson3.java:65 https://github.com/NormanWenzelWSS/webgoat-4/blob/a18352da95bedca45a218a75c456b1eb7a2e238e/webgoat-lessons/sql-injection/src/main/java/org/owasp/webgoat/sql_injection/introduction/SqlInjectionLesson3.java#L60-L65
Trace https://github.com/NormanWenzelWSS/webgoat-4/blob/a18352da95bedca45a218a75c456b1eb7a2e238e/webgoat-lessons/sql-injection/src/main/java/org/owasp/webgoat/sql_injection/introduction/SqlInjectionLesson3.java#L57 https://github.com/NormanWenzelWSS/webgoat-4/blob/a18352da95bedca45a218a75c456b1eb7a2e238e/webgoat-lessons/sql-injection/src/main/java/org/owasp/webgoat/sql_injection/introduction/SqlInjectionLesson3.java#L60 https://github.com/NormanWenzelWSS/webgoat-4/blob/a18352da95bedca45a218a75c456b1eb7a2e238e/webgoat-lessons/sql-injection/src/main/java/org/owasp/webgoat/sql_injection/introduction/SqlInjectionLesson3.java#L65
introduction/SqlInjectionLesson9.java:66 https://github.com/NormanWenzelWSS/webgoat-4/blob/a18352da95bedca45a218a75c456b1eb7a2e238e/webgoat-lessons/sql-injection/src/main/java/org/owasp/webgoat/sql_injection/introduction/SqlInjectionLesson9.java#L61-L66
Trace https://github.com/NormanWenzelWSS/webgoat-4/blob/a18352da95bedca45a218a75c456b1eb7a2e238e/webgoat-lessons/sql-injection/src/main/java/org/owasp/webgoat/sql_injection/introduction/SqlInjectionLesson9.java#L56 https://github.com/NormanWenzelWSS/webgoat-4/blob/a18352da95bedca45a218a75c456b1eb7a2e238e/webgoat-lessons/sql-injection/src/main/java/org/owasp/webgoat/sql_injection/introduction/SqlInjectionLesson9.java#L59 https://github.com/NormanWenzelWSS/webgoat-4/blob/a18352da95bedca45a218a75c456b1eb7a2e238e/webgoat-lessons/sql-injection/src/main/java/org/owasp/webgoat/sql_injection/introduction/SqlInjectionLesson9.java#L61 https://github.com/NormanWenzelWSS/webgoat-4/blob/a18352da95bedca45a218a75c456b1eb7a2e238e/webgoat-lessons/sql-injection/src/main/java/org/owasp/webgoat/sql_injection/introduction/SqlInjectionLesson9.java#L66
introduction/SqlInjectionLesson4.java:63 https://github.com/NormanWenzelWSS/webgoat-4/blob/a18352da95bedca45a218a75c456b1eb7a2e238e/webgoat-lessons/sql-injection/src/main/java/org/owasp/webgoat/sql_injection/introduction/SqlInjectionLesson4.java#L58-L63
introduction/SqlInjectionLesson5a.java:62 https://github.com/NormanWenzelWSS/webgoat-4/blob/a18352da95bedca45a218a75c456b1eb7a2e238e/webgoat-lessons/sql-injection/src/main/java/org/owasp/webgoat/sql_injection/introduction/SqlInjectionLesson5a.java#L57-L62
Trace https://github.com/NormanWenzelWSS/webgoat-4/blob/a18352da95bedca45a218a75c456b1eb7a2e238e/webgoat-lessons/sql-injection/src/main/java/org/owasp/webgoat/sql_injection/introduction/SqlInjectionLesson5a.java#L54 https://github.com/NormanWenzelWSS/webgoat-4/blob/a18352da95bedca45a218a75c456b1eb7a2e238e/webgoat-lessons/sql-injection/src/main/java/org/owasp/webgoat/sql_injection/introduction/SqlInjectionLesson5a.java#L57 https://github.com/NormanWenzelWSS/webgoat-4/blob/a18352da95bedca45a218a75c456b1eb7a2e238e/webgoat-lessons/sql-injection/src/main/java/org/owasp/webgoat/sql_injection/introduction/SqlInjectionLesson5a.java#L60 https://github.com/NormanWenzelWSS/webgoat-4/blob/a18352da95bedca45a218a75c456b1eb7a2e238e/webgoat-lessons/sql-injection/src/main/java/org/owasp/webgoat/sql_injection/introduction/SqlInjectionLesson5a.java#L62
introduction/SqlInjectionLesson8.java:66 https://github.com/NormanWenzelWSS/webgoat-4/blob/a18352da95bedca45a218a75c456b1eb7a2e238e/webgoat-lessons/sql-injection/src/main/java/org/owasp/webgoat/sql_injection/introduction/SqlInjectionLesson8.java#L61-L66
Trace https://github.com/NormanWenzelWSS/webgoat-4/blob/a18352da95bedca45a218a75c456b1eb7a2e238e/webgoat-lessons/sql-injection/src/main/java/org/owasp/webgoat/sql_injection/introduction/SqlInjectionLesson8.java#L60 https://github.com/NormanWenzelWSS/webgoat-4/blob/a18352da95bedca45a218a75c456b1eb7a2e238e/webgoat-lessons/sql-injection/src/main/java/org/owasp/webgoat/sql_injection/introduction/SqlInjectionLesson8.java#L66
introduction/SqlInjectionLesson9.java:66 https://github.com/NormanWenzelWSS/webgoat-4/blob/a18352da95bedca45a218a75c456b1eb7a2e238e/webgoat-lessons/sql-injection/src/main/java/org/owasp/webgoat/sql_injection/introduction/SqlInjectionLesson9.java#L61-L66
Trace https://github.com/NormanWenzelWSS/webgoat-4/blob/a18352da95bedca45a218a75c456b1eb7a2e238e/webgoat-lessons/sql-injection/src/main/java/org/owasp/webgoat/sql_injection/introduction/SqlInjectionLesson9.java#L56 https://github.com/NormanWenzelWSS/webgoat-4/blob/a18352da95bedca45a218a75c456b1eb7a2e238e/webgoat-lessons/sql-injection/src/main/java/org/owasp/webgoat/sql_injection/introduction/SqlInjectionLesson9.java#L59 https://github.com/NormanWenzelWSS/webgoat-4/blob/a18352da95bedca45a218a75c456b1eb7a2e238e/webgoat-lessons/sql-injection/src/main/java/org/owasp/webgoat/sql_injection/introduction/SqlInjectionLesson9.java#L61 https://github.com/NormanWenzelWSS/webgoat-4/blob/a18352da95bedca45a218a75c456b1eb7a2e238e/webgoat-lessons/sql-injection/src/main/java/org/owasp/webgoat/sql_injection/introduction/SqlInjectionLesson9.java#L66
introduction/SqlInjectionLesson8.java:66 https://github.com/NormanWenzelWSS/webgoat-4/blob/a18352da95bedca45a218a75c456b1eb7a2e238e/webgoat-lessons/sql-injection/src/main/java/org/owasp/webgoat/sql_injection/introduction/SqlInjectionLesson8.java#L61-L66
Trace https://github.com/NormanWenzelWSS/webgoat-4/blob/a18352da95bedca45a218a75c456b1eb7a2e238e/webgoat-lessons/sql-injection/src/main/java/org/owasp/webgoat/sql_injection/introduction/SqlInjectionLesson8.java#L55 https://github.com/NormanWenzelWSS/webgoat-4/blob/a18352da95bedca45a218a75c456b1eb7a2e238e/webgoat-lessons/sql-injection/src/main/java/org/owasp/webgoat/sql_injection/introduction/SqlInjectionLesson8.java#L58 https://github.com/NormanWenzelWSS/webgoat-4/blob/a18352da95bedca45a218a75c456b1eb7a2e238e/webgoat-lessons/sql-injection/src/main/java/org/owasp/webgoat/sql_injection/introduction/SqlInjectionLesson8.java#L60 https://github.com/NormanWenzelWSS/webgoat-4/blob/a18352da95bedca45a218a75c456b1eb7a2e238e/webgoat-lessons/sql-injection/src/main/java/org/owasp/webgoat/sql_injection/introduction/SqlInjectionLesson8.java#L66
introduction/SqlInjectionLesson5a.java:62 https://github.com/NormanWenzelWSS/webgoat-4/blob/a18352da95bedca45a218a75c456b1eb7a2e238e/webgoat-lessons/sql-injection/src/main/java/org/owasp/webgoat/sql_injection/introduction/SqlInjectionLesson5a.java#L57-L62
Trace https://github.com/NormanWenzelWSS/webgoat-4/blob/a18352da95bedca45a218a75c456b1eb7a2e238e/webgoat-lessons/sql-injection/src/main/java/org/owasp/webgoat/sql_injection/introduction/SqlInjectionLesson5a.java#L54 https://github.com/NormanWenzelWSS/webgoat-4/blob/a18352da95bedca45a218a75c456b1eb7a2e238e/webgoat-lessons/sql-injection/src/main/java/org/owasp/webgoat/sql_injection/introduction/SqlInjectionLesson5a.java#L57 https://github.com/NormanWenzelWSS/webgoat-4/blob/a18352da95bedca45a218a75c456b1eb7a2e238e/webgoat-lessons/sql-injection/src/main/java/org/owasp/webgoat/sql_injection/introduction/SqlInjectionLesson5a.java#L60 https://github.com/NormanWenzelWSS/webgoat-4/blob/a18352da95bedca45a218a75c456b1eb7a2e238e/webgoat-lessons/sql-injection/src/main/java/org/owasp/webgoat/sql_injection/introduction/SqlInjectionLesson5a.java#L62

Language: JavaScript / Node.js

Severity CWE Vulnerability Type Count
Low CWE-338 Weak Pseudo-Random 2

Details

No high vulnerability findings detected. To view information on the remaining findings, navigate to the Mend SAST Application.