abhinav-phi opened a new pull request, #2119:
URL: https://github.com/apache/stormcrawler/pull/2119

   Fixes #2086 (the part not already covered by #2077).
   
   A rule which is neither a keyword, a CIDR block nor a single IP address was 
logged and dropped, silently widening what the crawler will connect to. 
Configuration now throws an `IllegalArgumentException` instead, so a typo in an 
exclude list stops the topology rather than removing a rule the operator 
believed was in force.
   
   - adds the `anylocal` and `multicast` keywords
   - documents `linklocal` in the class javadoc (it was added by #2077 but 
missing from the docs)
   - updates the commented example in `crawler-default.yaml` to also cover 
CGNAT and IPv6 unique-local space
   - `invalidRuleIsIgnored` is replaced by `invalidRuleFailsConfiguration`, 
which asserts the throw


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to