-
Notifications
You must be signed in to change notification settings - Fork 67
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
Migrate from github3.py to ghapi #181
base: main
Are you sure you want to change the base?
Conversation
githubapp/core.py
Dismissed
except GitHubAppValidationError as e: | ||
LOG.error(e) | ||
error_response = make_response( | ||
jsonify(status="ERROR", description=str(e)), 400 |
Check warning
Code scanning / CodeQL
Information exposure through an exception Medium
Stack trace information
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think in our context this is fine and not an information leak
b53e012
to
5fc2a9e
Compare
5fc2a9e
to
13e8498
Compare
Is github3.py no longer maintained? |
@Chocrates it's still maintained, but features lag behind GitHub's capabilities. Since |
This replaces github3.py with ghapi for easier long-term support
fixes #83
fixes #115