We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 811a9b5 commit 072ce07Copy full SHA for 072ce07
generic/curl-unencrypted-url.sh
@@ -17,6 +17,9 @@ curl http://127.0.0.1 > /dev/null
17
18
# ok: curl-unencrypted-url
19
curl http://169.254.169.254 > /dev/null
20
+#
21
+# ok: curl-unencrypted-url
22
+curl http://[fd00:ec2::254] > /dev/null
23
24
25
curl http://metadata.google.internal > /dev/null
generic/curl-unencrypted-url.yaml
@@ -20,4 +20,5 @@ rules:
- pattern-not-inside: curl ... http://127.0.0.1
- pattern-not-inside: curl ... http://localhost
- pattern-not-inside: curl ... http://169.254.169.254
+ - pattern-not-inside: curl ... http://[fd00:ec2::254]
- pattern-not-inside: curl ... http://metadata.google.internal
0 commit comments