An open API service indexing awesome lists of open source software.

https://github.com/bytealex/anti-fish-lists

False-Positive reporting repository for https://anti-fish.bitflow.dev
https://github.com/bytealex/anti-fish-lists

Last synced: 12 months ago
JSON representation

False-Positive reporting repository for https://anti-fish.bitflow.dev

Awesome Lists containing this project

README

          

# anti-fish-lists

This project's purpose is to serve a publicly accessible whitelist for false posititves found via the [anti-fish-api service](https://anti-fish.bitflow.dev/).

## How it works
The contents of the `whitelist.txt` are being pulled from the API once every 60 minutes. The API parses this as "one entry per line" and makes sure none of
the listed entries are being returned as a match.

## Contributing
You can just add a line to the `whitelist.txt` and file a PR explaining why this domain should be whitelisted.

# The API
Please check out the [API](https://anti-fish.bitflow.dev/)