- Notifications
You must be signed in to change notification settings - Fork294
Allow data: to not be part of sanitizer’s allowed protocols#412
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
base:master
Are you sure you want to change the base?
Uh oh!
There was an error while loading.Please reload this page.
Conversation
When `data:` wasn’t permitted, it could attempt to `del attrs[attr]` twice.
codecov-io commentedFeb 21, 2019 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
Codecov Report
@@ Coverage Diff @@## master #412 +/- ##======================================= Coverage 90.79% 90.79% ======================================= Files 50 50 Lines 6952 6952 Branches 1328 1328 ======================================= Hits 6312 6312 Misses 481 481 Partials 159 159
Continue to review full report at Codecov.
|
The change looks valid, but shouldn't there be a test case for this? |
When
data:
wasn’t permitted, it could attempt todel attrs[attr]
twice.