Skip to content

Commit 9a8ffba

Browse files
committed
Change port number to 5000 to test connection timeout
1 parent 92fcd27 commit 9a8ffba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aikido_zen/sinks/tests/requests_and_urllib3_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ def ssrf_check(monkeypatch, url, requests_only=False):
9696
# 127.0.0.1 ipv6 mapped
9797
"http://[::ffff:127.0.0.1]:8081",
9898
# 127.0.0.1 with 0 padding
99-
"http://0127.0.0.01:8081",
99+
"http://0127.0.0.01:5000",
100100
],
101101
)
102102
def test_ssrf_1(monkeypatch, url):

0 commit comments

Comments
 (0)