Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upAllow data: to not be part of sanitizer’s allowed protocols #412
Conversation
When `data:` wasn’t permitted, it could attempt to `del attrs[attr]` twice.
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.