Graylog2 / Graylog2/graylog2-server
Remove edrop.txt from SpamhausEDROPDataAdapter
- Dominant language
- Java
- Stars
- 8.1k
- Forks
- 1.1k
- Avg merge
- 1d 20h
- Merged PRs (30d)
- 217
Description
## What?
Remove edrop.txt from SpamhausEDROPDataAdapter
See https://github.com/Graylog2/graylog2-server/blob/9f801ffd98bf7d52059f267cf86ce42aefebc6c7/graylog2-server/src/main/java/org/graylog/plugins/threatintel/adapters/spamhaus/SpamhausEDROPDataAdapter.java#L61
## Why?
The above pulls from both:
* https://www.spamhaus.org/drop/drop.txt
* https://www.spamhaus.org/drop/edrop.txt
However, https://www.spamhaus.org/drop/edrop.txt returns the following:
```
; This list has been merged into https://www.spamhaus.org/drop/drop.txt
; Spamhaus EDROP List 2024/07/12 - (c) 2024 The Spamhaus Project SLU
; https://www.spamhaus.org/drop/edrop.txt
; Last-Modified: Fri, 12 Jul 2024 19:43:35 GMT
; Expires: Sat, 13 Jul 2024 19:43:35 GMT
; EOF
```
Not particularly pressing but wanted to note it.
Contributor guide
Assessment
This issue has not been assessed yet.