File tree 2 files changed +13
-1
lines changed
2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change @@ -13,4 +13,13 @@ curl https://google.com > /dev/null
13
13
curl http://localhost > /dev/null
14
14
15
15
# ok: curl-unencrypted-url
16
- curl http://127.0.0.1 > /dev/null
16
+ 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
+ # ok: curl-unencrypted-url
25
+ curl http://metadata.google.internal > /dev/null
Original file line number Diff line number Diff line change 19
19
- pattern : curl ... ftp://
20
20
- pattern-not-inside : curl ... http://127.0.0.1
21
21
- pattern-not-inside : curl ... http://localhost
22
+ - pattern-not-inside : curl ... http://169.254.169.254
23
+ - pattern-not-inside : curl ... http://[fd00:ec2::254]
24
+ - pattern-not-inside : curl ... http://metadata.google.internal
You can’t perform that action at this time.
0 commit comments