Skip to content

Commit a47778c

Browse files
committed
Update SimpleXmlRpcServer.ql to avoid av detection
This file was being flagged by McAfee as an `Exploit-Generic.src` trojan. We have attempted to report this to Mcafee without success so far. This commit therefore adjusts the file to avoid detection.
1 parent b6a7661 commit a47778c

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)