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

Code Security Report: 1 total findings #111

Open
1 task
mend-for-github-com bot opened this issue Sep 5, 2024 · 0 comments
Open
1 task

Code Security Report: 1 total findings #111

mend-for-github-com bot opened this issue Sep 5, 2024 · 0 comments
Labels
Mend: code security findings Code security findings detected by Mend

Comments

@mend-for-github-com
Copy link

mend-for-github-com bot commented Sep 5, 2024

Code Security Report

Scan Metadata

Latest Scan: 2024-09-09 10:34am
Total Findings: 1 | New Findings: 0 | Resolved Findings: 0
Tested Project Files: 32
Detected Programming Languages: 1 (JavaScript / TypeScript*)

  • Check this box to manually trigger a scan

Finding Details

SeverityVulnerability TypeCWEFileData FlowsDate
LowWeak Hash Strength

CWE-328

helpers.js:17

12024-09-05 09:24am
Vulnerable Code

return cleanUpExpression(expr.value)
}
}
const hash = _.memoize(function hash(str) {
return crypto.createHash('md5').update(str).digest('hex')

1 Data Flow/s detected

return crypto.createHash('md5').update(str).digest('hex')

Secure Code Warrior Training Material

● Training

   ▪ Secure Code Warrior Weak Hash Strength Training

● Videos

   ▪ Secure Code Warrior Weak Hash Strength Video

● Further Reading

   ▪ OWASP Cryptographic Storage Cheat Sheet

   ▪ OWASP Transport Layer Protection Cheat Sheet

   ▪ OWASP Password Storage Cheat Sheet

   ▪ OWASP Using a broken or risky cryptographic algorithm article

@mend-for-github-com mend-for-github-com bot added the Mend: code security findings Code security findings detected by Mend label Sep 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Mend: code security findings Code security findings detected by Mend
Projects
None yet
Development

No branches or pull requests

0 participants