-
Notifications
You must be signed in to change notification settings - Fork 110
Fix API key leak #188
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
Fix API key leak #188
Conversation
For the record... With
( Before
After
|
9e17388
to
95ac3ca
Compare
Codecov ReportAll modified lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #188 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 12 12
Lines 2195 2195
=========================================
Hits 2195 2195 ☔ View full report in Codecov by Sentry. |
Patch included in openSUSE's python-bugzilla: |
@ricardobranco777 Thank you, the changes look good to me 👍 Would you care to add a tiny unittest, too? |
@crobinso: For the record,
|
And RW tests passed, too:
|
Thank you for reporting + fixing this! |
This fix didn't make it to the last release. |
@ricardobranco777 there hasn't been a release since this code was committed. (release coming soon hopefully) However .git currently regressed here due to other changes that happened in the mean time. I sent a PR to fix this again (and add test coverage to be sure) #203 |
Fix for #187