Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Flase positives during abuse detection due to NPE in gh API implementation #8

Open
skuzzle opened this issue Sep 13, 2022 · 0 comments

Comments

@skuzzle
Copy link
Owner

skuzzle commented Sep 13, 2022

As of github-api version 1.308, fetching repository statistics throws NPE when statistics are not yet available (as they are generated by GitHub asynchronously). This might lead to false positives during abuse detection, because those NPEs break through until the web layer.

Currently, there seems not to be a nice way of handling this. To mitigate, we can try to increase abuse limit for now.
(Please obey all comments with this ticket number in code)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant