Skip to content

Commit 8a2d309

Browse files
horghclaude
andcommitted
Clarify when ipRiskSnapshot is not populated
Add documentation explaining that the IP risk snapshot is not provided for low-risk networks, and that a null value indicates either no signals or low-risk signals for the network. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <[email protected]>
1 parent e1c9d71 commit 8a2d309

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/main/java/com/maxmind/geoip2/record/Traits.java

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,13 @@
6464
* network. If you need realtime IP risk scoring based on behavioral signals
6565
* on your own network, please use minFraud. This is only available from the
6666
* Insights web service.
67+
* <p>
68+
* We do not provide an IP risk snapshot for low-risk networks. If this
69+
* field is not populated, we either do not have signals for the network
70+
* or the signals we have show that the network is low-risk. If you would
71+
* like to get signals for low-risk networks, please use the minFraud web
72+
* services.
73+
* </p>
6774
* @param isp The name of the ISP associated with the IP address. This is only available from
6875
* the City Plus and Insights web services and the Enterprise database.
6976
* @param mobileCountryCode The <a href="https://en.wikipedia.org/wiki/Mobile_country_code">

0 commit comments

Comments
 (0)