253 " package.", |
253 " package.", |
254 ), |
254 ), |
255 "S411": QCoreApplication.translate( |
255 "S411": QCoreApplication.translate( |
256 "Security", |
256 "Security", |
257 "Using '{0}' to parse untrusted XML data is known to be vulnerable" |
257 "Using '{0}' to parse untrusted XML data is known to be vulnerable" |
258 " to XML attacks. Use defused.xmlrpc.monkey_patch() function to" |
258 " to XML attacks. Use defusedxml.xmlrpc.monkey_patch() function to" |
259 " monkey-patch xmlrpclib and mitigate XML vulnerabilities.", |
259 " monkey-patch xmlrpclib and mitigate XML vulnerabilities.", |
260 ), |
260 ), |
261 "S412": QCoreApplication.translate( |
261 "S412": QCoreApplication.translate( |
262 "Security", |
262 "Security", |
263 "Consider possible security implications associated with '{0}' module.", |
263 "Consider possible security implications associated with '{0}' module.", |