Alexandre Sieira
Alexandre Sieira
I am having this exact same issue with the following URL: https://www.google.com/transparencyreport/safebrowsing/diagnostic/#url=https://resolve-paypal.com-resolve-costumer.net/*id/webapps/a37f8/websrc
Just wanted to confirm that sblookup also reports this URL as safe: ``` | => echo "https://resolve-paypal.com-resolve-costumer.net/*id/webapps/a37f8/websrc%E2%80%9D" | sblookup -apikey '' safebrowsing: 2017/05/02 16:18:26 database.go:106: no database file specified safebrowsing:...
With further testing I noticed that when I specified a database file for sbserver and sblookup, the created file is only 6 megabytes. In comparison, the gglsbl Python module creates...
Just wanted to share that the lack of feedback on this issue has led me to file this repository under "abandonware". I am using https://github.com/afilipovich/gglsbl instead. It works great, is...
I have actually built a Flask + gunicorn dockerized REST server on top of gglsbl and was planning on open sourcing it. Would that help?
Finally published the repo I had talked about before, you can find it at https://github.com/mlsecproject/gglsbl-rest if you want to try it out. Any comments and suggestions are most welcome.
I think any detection technology will have false negatives, no solution can claim to catch everything. So that is something we should already expect. In particular, it seems to me...
Seems to be related to https://github.com/tiangolo/typer/blob/master/typer/core.py#L71
Seems like Typer should be mapping Enum instances to [click.Choice](https://click.palletsprojects.com/en/8.0.x/options/#choice-opts) based on the enum values, no?
This seems abandoned, and would be pretty useful to integrate with things like OpenVPN. Any plans to resurrect this project?