xarf-rs 0.1.4

XARF v4 (eXtended Abuse Reporting Format) parser, validator, and generator with v3 compatibility
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
	"xarf_version": "4.0.0",
	"report_id": "a1b2c3d4-e5f6-7890-abcd-ef1234567890",
	"timestamp": "2024-01-15T14:30:25Z",
	"sender": {
		"org": "Example Service",
		"contact": "reports@example.com",
		"type": "automated"
	},
	"source_identifier": "192.168.1.100",
	"type": "spam",
	"evidence_source": "spamtrap",
	"evidence": [],
	"category": "messaging"
}