We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bbf4b71 commit e37dfb4Copy full SHA for e37dfb4
1 file changed
server/projects/main/apps/scan_conf/management/commands/open_source/semgrep.json
@@ -15438,6 +15438,20 @@
15438
],
15439
"labels": []
15440
},
15441
+ {
15442
+ "real_name": "owasp.java.xxe.org.xml.sax.XMLReader",
15443
+ "display_name": "Owasp.java.xxe.org.xml.sax.xmlreader",
15444
+ "severity": "error",
15445
+ "category": "security",
15446
+ "rule_title": "contrib.owasp: owasp.java.xxe.org.xml.sax.XMLReader",
15447
+ "description": "XMLReader being instantiated without calling the setFeature functions that are generally used for disabling entity processing\n",
15448
+ "rule_params": null,
15449
+ "solution": null,
15450
+ "languages": [
15451
+ "java"
15452
+ ],
15453
+ "labels": []
15454
+ },
15455
{
15456
"real_name": "insecure-pickle-use",
15457
"display_name": "InsecurePickleUse",
0 commit comments