Fix code review comments: improve formatting and use placeholder values

Co-authored-by: Stalin-143 <161853795+Stalin-143@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2026-01-04 18:26:37 +00:00
parent ab9c127df3
commit dbf612f6b1
3 changed files with 20 additions and 18 deletions
@@ -51,9 +51,10 @@ ldap://127.0.0.1:389
tftp://127.0.0.1:69
# Bypassing filters
# Using decimal IP
http://2130706433 (127.0.0.1)
http://3232235521 (192.168.0.1)
# Using decimal IP (127.0.0.1 in decimal)
http://2130706433
# Using decimal IP (192.168.0.1 in decimal)
http://3232235521
# Using octal IP
http://0177.0.0.1