forked from JoyChou93/java-sec-code
-
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 Finding
This finding was first detected on 2024-02-07 06:59pm GMT and is still present in the last scan performed on 2024-02-07 06:58pm GMT:
Severity | Vulnerability Type | CWE | File | Data Flows | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Deserialization of Untrusted Data | 1 | |||||||||||||||
|
* @param content payloads | |
*/ | |
@GetMapping("/vuln/yarm") | |
public void yarm(String content) { | |
Yaml y = new Yaml(); | |
y.load(content); |
1 Data Flow/s detected
Secure Code Warrior Training Material
● Training
▪ Secure Code Warrior Deserialization of Untrusted Data Training
● Videos
▪ Secure Code Warrior Deserialization of Untrusted Data Video
● Further Reading
▪ OWASP Deserialization Cheat Sheet
🏴 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