Skip to content

Commit 5f6bd66

Browse files
committed
Fix alibaba cloud case
1 parent 1bb452c commit 5f6bd66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

agent_api/src/main/java/dev/aikido/agent_api/vulnerabilities/ssrf/imds/IMDSAddresses.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ private IMDSAddresses() {}
1515

1616
// Add the IP addresses used for Alibaba Cloud
1717
imdsAddresses.add("100.100.100.200");
18-
imdsAddresses.add(mapIPv4ToIPv6("169.254.169.254"));
18+
imdsAddresses.add(mapIPv4ToIPv6("100.100.100.200"));
1919
}
2020

2121
/** Checks if the IP is an IMDS IP */

0 commit comments

Comments
 (0)