Python: Remove tags for old query copy

Co-authored-by: Taus <tausbn@github.com>
This commit is contained in:
Rasmus Wriedt Larsen
2021-03-05 17:08:55 +01:00
committed by GitHub
parent 66c9cfad85
commit 024a586a7d

View File

@@ -3,11 +3,6 @@
* @description Binding a socket to all interfaces opens it up to traffic from any IPv4 address
* and is therefore associated with security risks.
* @kind problem
* @tags security
* @problem.severity error
* @sub-severity low
* @precision high
* @id py/bind-socket-all-network-interfaces
*/
import python