mirror of
https://github.com/github/codeql.git
synced 2025-12-18 01:33:15 +01:00
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.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
/**
|
||||
* @name SimpleXMLRPCServer DoS vulnerability
|
||||
* @description SimpleXMLRPCServer is vulnerable to DoS attacks from untrusted user input
|
||||
* @name SimpleXMLRPCServer denial of service
|
||||
* @description SimpleXMLRPCServer is vulnerable to denial of service attacks from untrusted user input
|
||||
* @kind problem
|
||||
* @problem.severity warning
|
||||
* @precision high
|
||||
|
||||
Reference in New Issue
Block a user