We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66c9cfa commit 024a586Copy full SHA for 024a586
python/ql/src/experimental/Security-old-dataflow/CVE-2018-1281/BindToAllInterfaces.ql
@@ -3,11 +3,6 @@
3
* @description Binding a socket to all interfaces opens it up to traffic from any IPv4 address
4
* and is therefore associated with security risks.
5
* @kind problem
6
- * @tags security
7
- * @problem.severity error
8
- * @sub-severity low
9
- * @precision high
10
- * @id py/bind-socket-all-network-interfaces
11
*/
12
13
import python
0 commit comments