RobertMickleCx / NodeGoat

The OWASP NodeGoat project provides an environment to learn how OWASP Top 10 security risks apply to web applications developed using Node.js and how to effectively address them.
https://www.owasp.org/index.php/Projects/OWASP_Node_js_Goat_Project
Apache License 2.0
1 stars 0 forks source link

Missing_Encryption_of_Sensitive_Data @ db-reset.js #387

Open RobertMickleCx opened 1 year ago

RobertMickleCx commented 1 year ago

Missing_Encryption_of_Sensitive_Data issue exists @ db-reset.js in branch master

The sensitive data in userName at /artifacts/db-reset.js in line 31 is stored in plain-text by USERS_TO_INSERT at /artifacts/db-reset.js in line 101.

Namespace: RobertMickleCx Repository: NodeGoat Repository Url: https://github.com/RobertMickleCx/NodeGoat CxAST-Project: RobertMickleCx/NodeGoat CxAST platform scan: e7941f4d-fb14-4e6e-9cdc-c12dbbe3cdc7 Branch: master Application: NodeGoat Severity: MEDIUM State: TO_VERIFY Status: RECURRENT CWE: 311 Lines: 15 23 31


References Read more