Skip to content

Commit bfbbb52

Browse files
authored
Merge pull request github#12888 from lcartey/mcafee-trojan-fp
Update `SimpleXmlRpcServer.ql` to avoid incorrect detection as a trojan by Mcafee
2 parents b0efff0 + 9dc1ea1 commit bfbbb52

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

python/ql/src/experimental/Security/CWE-611/SimpleXmlRpcServer.ql

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
2-
* @name SimpleXMLRPCServer DoS vulnerability
3-
* @description SimpleXMLRPCServer is vulnerable to DoS attacks from untrusted user input
2+
* @name SimpleXMLRPCServer denial of service
3+
* @description SimpleXMLRPCServer is vulnerable to denial of service attacks from untrusted user input
44
* @kind problem
55
* @problem.severity warning
66
* @precision high

0 commit comments

Comments
 (0)