Skip to content

Commit

Permalink
Add missing CDN in taxonomy (#876)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlteredCoder authored Nov 24, 2023
1 parent 6248359 commit 64a4aa9
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions taxonomy/false_positives.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,26 @@
"label": "Cloudflare CDN",
"name": "cdn:cloudflare_exit_node"
},
"cdn:akamai_exit_node": {
"description": "IP is a Akamai CDN exit IP and should not be flagged as a threat.",
"label": "Akamai CDN",
"name": "cdn:akamai_exit_node"
},
"cdn:cloudfront_exit_node": {
"description": "IP is a Cloudfront CDN exit IP and should not be flagged as a threat.",
"label": "Cloudfront CDN",
"name": "cdn:cloudfront_exit_node"
},
"cdn:cdn77_exit_node": {
"description": "IP is a CDN77 CDN exit IP and should not be flagged as a threat.",
"label": "CDN77 CDN",
"name": "cdn:cdn77_exit_node"
},
"cdn:fastly_exit_node": {
"description": "IP is a Fastly CDN exit IP and should not be flagged as a threat.",
"label": "Fastly CDN",
"name": "cdn:fastly_exit_node"
},
"cdn:exit_node": {
"description": "IP is a CDN exit IP and should not be flagged as a threat.",
"label": "CDN exit node",
Expand Down

0 comments on commit 64a4aa9

Please sign in to comment.