The GitHub Actions job "Java CI with Maven" on 
stormcrawler.git/feature/1107-okhttp-ip-filter has failed.
Run started by GitHub user rzo1 (triggered by rzo1).

Head commit for run:
f4e5c5c7b48b6803998adbaab79582cc36142ffb / Richard Zowalla <[email protected]>
1107 Add okhttp IP address filter

Optionally limit or block connections to IP address ranges once the host
name has been resolved. Filtering URLs is not sufficient since a DNS entry
may resolve to a private or loopback address, leaking information to a
public index or archive, so the filtering happens at the protocol level.

Adds CIDR and IPFilterRules helpers and a network interceptor for the
okhttp HttpProtocol, configured via http.filter.ipaddress.include and
http.filter.ipaddress.exclude (comma-separated string or YAML list,
supporting single IPs, CIDR blocks, localhost/loopback and sitelocal).

Includes unit tests and documentation updates.

Closes #1107

Report URL: https://github.com/apache/stormcrawler/actions/runs/27506715561

With regards,
GitHub Actions via GitBox

Reply via email to