src/eric7/Plugins/CheckerPlugins/CodeStyleChecker/Security/translations.py

branch
eric7
changeset 10638
12558008c269
parent 10507
d1c6608155ef
child 10996
a3dc181d14e1
equal deleted inserted replaced
10637:98160fe3eb4d 10638:12558008c269
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.",

eric ide

mercurial