-
Notifications
You must be signed in to change notification settings - Fork 11
fix type annotation mistake that caused a security detector to misfire #891
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅ ✅ All tests successful. No failed tests found. @@ Coverage Diff @@
## main #891 +/- ##
==========================================
- Coverage 98.05% 98.05% -0.01%
==========================================
Files 444 444
Lines 35395 35394 -1
==========================================
- Hits 34705 34704 -1
Misses 690 690
Flags with carried forward coverage won't be shown. Click here to find out more.
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
✅ All tests successful. No failed tests found. @@ Coverage Diff @@
## main #891 +/- ##
==========================================
- Coverage 98.05% 98.05% -0.01%
==========================================
Files 444 444
Lines 35395 35394 -1
==========================================
- Hits 34705 34704 -1
Misses 690 690
Flags with carried forward coverage won't be shown. Click here to find out more.
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
✅ All tests successful. No failed tests found. Additional details and impacted files@@ Coverage Diff @@
## main #891 +/- ##
==========================================
- Coverage 98.05% 98.05% -0.01%
==========================================
Files 444 444
Lines 35395 35394 -1
==========================================
- Hits 34705 34704 -1
Misses 690 690
Flags with carried forward coverage won't be shown. Click here to find out more.
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
✅ All tests successful. No failed tests found. @@ Coverage Diff @@
## main #891 +/- ##
==========================================
- Coverage 98.05% 98.05% -0.01%
==========================================
Files 444 444
Lines 35395 35394 -1
==========================================
- Hits 34705 34704 -1
Misses 690 690
Flags with carried forward coverage won't be shown. Click here to find out more.
|
✅ All tests successful. No failed tests were found. 📣 Thoughts on this report? Let Codecov know! | Powered by Codecov |
fixes https://github.com/codecov/internal-issues/issues/965
we import
xml.etree.ElementTree.Element
but what we're actually using islxml.etree.Element
. we use lxml for xml parsing, not the standard library module:worker/services/report/report_processor.py
Line 129 in 8056e7b
this caused a security alert to misfire