Compare commits

..

2 commits

Author SHA1 Message Date
297fcaef19 Incorporate DNSWL (whitelist) grade into blacklist scoring
Some checks are pending
continuous-integration/drone/push Build is running
CalculateScore now accepts a forWhitelist flag to handle whitelist
scoring logic separately. The final blacklist grade combines both
RBL and DNSWL results using MinGrade for a more accurate reputation
assessment.
2026-03-26 10:32:49 +07:00
1002bcbde2 Fix RBL score: return A+ when not listed on any blocklist
Some checks are pending
continuous-integration/drone/push Build is running
Move the ListedCount check before scoringListCount calculation so we
return early with a perfect score when the IP/domain is not listed,
regardless of how many informational-only lists exist.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-26 10:22:50 +07:00

Diff content is not available