Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions src/Record/Traits.php
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,11 @@ class Traits implements \JsonSerializable
* network. If you need realtime IP risk scoring based on behavioral signals on
* your own network, please use minFraud. This attribute is only available from
* the GeoIP2 Insights web service.
*
* We do not provide an IP risk snapshot for low-risk networks. If this field
* is not populated, we either do not have signals for the network or the
* signals we have show that the network is low-risk. If you would like to get
* signals for low-risk networks, please use the minFraud web services.
*/
public readonly ?float $ipRiskSnapshot;

Expand Down