aboutsummaryrefslogtreecommitdiff
path: root/cmd/anubis/policy.go
AgeCommit message (Collapse)AuthorFilesLines
2025-04-26feat(anubis): replace with tombstoneXe Iaso1-142/+0
Signed-off-by: Xe Iaso <me@xeiaso.net>
2025-03-17cmd/anubis: add rule hashes for admin-configured denials (#696)Xe Iaso1-4/+17
* cmd/anubis: add rule hashes for admin-configured denials Closes #695 Signed-off-by: Xe Iaso <me@xeiaso.net> * cmd/anubis: remove theoretical nil pointer deference panic This won't actually happen in real life, but the code paths might change so we should be somewhat defensive. Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --------- Signed-off-by: Xe Iaso <me@xeiaso.net> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-02-14cmd/anubis: enable DNSBL checking via droneblXe Iaso1-1/+4
Signed-off-by: Xe Iaso <me@xeiaso.net>
2025-01-24cmd/anubis: add rudimentary bot policy supportXe Iaso1-0/+126
Signed-off-by: Xe Iaso <me@xeiaso.net>