File tree Expand file tree Collapse file tree 1 file changed +9
-1
lines changed
lib/maxmind/geoip2/record Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -242,7 +242,15 @@ def user_count
242242 # services is more static than the IP risk score provided in minFraud
243243 # and is not responsive to traffic on your network. If you need realtime
244244 # IP risk scoring based on behavioral signals on your own network, please
245- # use minFraud. This property is only available from Insights.
245+ # use minFraud.
246+ #
247+ # We do not provide an IP risk snapshot for low-risk networks. If this
248+ # field is not populated, we either do not have signals for the network
249+ # or the signals we have show that the network is low-risk. If you would
250+ # like to get signals for low-risk networks, please use the minFraud web
251+ # services.
252+ #
253+ # This property is only available from Insights.
246254 #
247255 # @return [Float, nil]
248256 def ip_risk_snapshot
You can’t perform that action at this time.
0 commit comments