forked from stackblitz-labs/bolt.diy
-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
Mend: code security findingsCode security findings detected by MendCode security findings detected by Mend
Description
Code Security Report
Scan Metadata
Latest Scan: 2025-04-16 06:21pm
Total Findings: 1 | New Findings: 0 | Resolved Findings: 0
Tested Project Files: 308
Detected Programming Languages: 1 (JavaScript / TypeScript*)
- Check this box to manually trigger a scan
Finding Details
Severity | Vulnerability Type | CWE | File | Data Flows | Detected | ||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Log Forging | 1 | 2025-04-16 06:22pm | |||||||||||||||||||||
|
setTimeout(() => { | |
onModelInstalled(); | |
}, 1000); | |
} catch (err) { | |
const errorMessage = err instanceof Error ? err.message : 'Unknown error occurred'; | |
console.error(`Error installing ${modelToInstall}:`, errorMessage); |
1 Data Flow/s detected
onClick={() => handleInstallModel(modelString)} |
const handleInstallModel = async (modelToInstall: string) => { |
console.error(`Error installing ${modelToInstall}:`, errorMessage); |
Secure Code Warrior Training Material
● Training
▪ Secure Code Warrior Log Forging Training
● Videos
▪ Secure Code Warrior Log Forging Video
● Further Reading
🏴 Suppress Finding
- ... as False Alarm
- ... as Acceptable Risk
Metadata
Metadata
Assignees
Labels
Mend: code security findingsCode security findings detected by MendCode security findings detected by Mend