chg: [rfc] Normalize RFC lists description

pull/184/head
Jakub Onderka 2021-06-10 09:58:49 +02:00
parent 8a2c3dc760
commit 18abc2bf9c
4 changed files with 8 additions and 8 deletions

View File

@ -1,5 +1,5 @@
{
"description": "Event contains one or more entries part of the RFC 1918 CIDR blocks",
"description": "Event contains one or more entries part of the private network CIDR blocks (RFC 1918)",
"list": [
"10.0.0.0/8",
"172.16.0.0/12",
@ -12,5 +12,5 @@
],
"name": "List of RFC 1918 CIDR blocks",
"type": "cidr",
"version": 3
"version": 4
}

View File

@ -1,5 +1,5 @@
{
"description": "Event contains one or more entries part of the RFC 5735 CIDR blocks - Special Use IPv4 Addresses",
"description": "Event contains one or more entries part of the Special Use IPv4 Addresses CIDR blocks (RFC 5735)",
"list": [
"0.0.0.0/8",
"10.0.0.0/8",
@ -24,5 +24,5 @@
],
"name": "List of RFC 5735 CIDR blocks",
"type": "cidr",
"version": 3
"version": 4
}

View File

@ -1,5 +1,5 @@
{
"description": "Event contains one or more entries part of the RFC 6598 CIDR blocks - Special Use IPv4 Addresses",
"description": "Event contains one or more entries part of the Shared Address Space CIDR blocks (RFC 6598)",
"list": [
"100.64.0.0/10"
],
@ -10,5 +10,5 @@
],
"name": "List of RFC 6598 CIDR blocks",
"type": "cidr",
"version": 3
"version": 4
}

View File

@ -1,5 +1,5 @@
{
"description": "Event contains one or more entries part of the RFC 6761 Special-Use Domain Names",
"description": "Event contains one or more entries part of the Special-Use Domain Names (RFC 6761)",
"list": [
"10.in-addr.arpa",
"16.172.in-addr.arpa",
@ -30,5 +30,5 @@
],
"name": "List of RFC 6761 Special-Use Domain Names",
"type": "string",
"version": 1
"version": 2
}