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: 3 total findings [develop] #177

Open
1 task
mend-for-github-com bot opened this issue Feb 12, 2025 · 1 comment
Open
1 task

Code Security Report: 3 total findings [develop] #177

mend-for-github-com bot opened this issue Feb 12, 2025 · 1 comment
Assignees
Labels
Mend: code security findings Code security findings detected by Mend

Comments

@mend-for-github-com
Copy link
Contributor

mend-for-github-com bot commented Feb 12, 2025

Code Security Report

Scan Metadata

Latest Scan: 2025-02-20 03:55am
Total Findings: 3 | New Findings: 0 | Resolved Findings: 0
Tested Project Files: 22
Detected Programming Languages: 1 (C/C++ (Beta))

  • Check this box to manually trigger a scan

Finding Details

SeverityVulnerability TypeCWEFileData FlowsDetected
MediumHeap Inspection

CWE-244

openseachest_util_options.h:3825

12025-02-12 09:22pm
Vulnerable Code

void print_ATA_Security_Erase_Help(bool shortHelp, const char* password);

Secure Code Warrior Training Material
 
MediumHeap Inspection

CWE-244

openSeaChest_Erase.c:2058

12025-02-12 09:22pm
Vulnerable Code

char* passwordToUse = M_NULLPTR;

Secure Code Warrior Training Material
 
MediumHeap Inspection

CWE-244

openSeaChest_Security.c:1608

12025-02-12 09:22pm
Vulnerable Code

char* passwordToUse = M_NULLPTR;

Secure Code Warrior Training Material
@mend-for-github-com mend-for-github-com bot added the Mend: code security findings Code security findings detected by Mend label Feb 12, 2025
@vonericsen vonericsen self-assigned this Feb 14, 2025
@vonericsen
Copy link
Contributor

My initial thought is that this is just matching "password" and triggering a warning. I've seen that from mend before, possibly with these exact lines of code.
I'll review this in depth to decide the appropriate action to take with each of these findings.

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

1 participant