Skip to content

Commit 3ed4514

Browse files
committed
Removed duplicates from rule pattern for avoid-bind-to-all-interfaces-go
1 parent df25bc7 commit 3ed4514

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

rules/go/security/avoid-bind-to-all-interfaces-go.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@ rule:
1414
any:
1515
- pattern: tls.Listen($NETWORK, $IP $$$)
1616
- pattern: net.Listen($NETWORK, $IP $$$)
17-
- pattern: tls.Listen($NETWORK, $IP $$$)
18-
- pattern: net.Listen($NETWORK, $IP $$$)
1917

2018
constraints:
2119
IP:

0 commit comments

Comments
 (0)