File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 146146----------------------
147147
148148XMLRPC is particularly dangerous as it is also concerned with communicating
149- data over a network. Use defused .xmlrpc.monkey_patch() function to monkey-patch
150- xmlrpclib and mitigate remote XML attacks.
149+ data over a network. Use defusedxml .xmlrpc.monkey_patch() function to
150+ monkey-patch xmlrpclib and mitigate remote XML attacks.
151151
152152+------+---------------------+------------------------------------+-----------+
153153| ID | Name | Imports | Severity |
@@ -376,7 +376,7 @@ def gen_blacklist():
376376 issue .Cwe .IMPROPER_INPUT_VALIDATION ,
377377 ["xmlrpc" ],
378378 "Using {name} to parse untrusted XML data is known to be "
379- "vulnerable to XML attacks. Use defused .xmlrpc.monkey_patch() "
379+ "vulnerable to XML attacks. Use defusedxml .xmlrpc.monkey_patch() "
380380 "function to monkey-patch xmlrpclib and mitigate XML "
381381 "vulnerabilities." ,
382382 "HIGH" ,
You can’t perform that action at this time.
0 commit comments