Conversation
Codecov Report
@@ Coverage Diff @@
## master #29308 +/- ##
============================================
+ Coverage 59.59% 59.59% +<.01%
+ Complexity 17170 17169 -1
============================================
Files 1029 1029
Lines 57238 57234 -4
============================================
- Hits 34113 34111 -2
+ Misses 23125 23123 -2
Continue to review full report at Codecov.
|
| ]; | ||
|
|
||
| $found = false; | ||
| foreach ($exclusionList as $entry) { |
There was a problem hiding this comment.
you likely still need to keep something here to prevent generating the hashes in the first place ?
There was a problem hiding this comment.
@PVince81 generateHashes takes a folder iterator. I excluded this path from the items returned by this iterator.
There was a problem hiding this comment.
It's reused everywhere, so I basically made core/js/mimetypelist.js completely invisible for signing code. See
core/lib/private/IntegrityCheck/Checker.php
Line 157 in 8c8c354
core/lib/private/IntegrityCheck/Checker.php
Line 386 in 8c8c354
PVince81
left a comment
There was a problem hiding this comment.
👍 thanks for clarifying
|
@VicDeo please backport to stable10 |
|
Stable10: #29316 |
|
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Description
Adds regex exclusions by
path/filenameinto ExcludeFileByNameFilterIteratorRelated Issue
Fixes #29277
Motivation and Context
Signing
core/js/mimetypelist.jsHow Has This Been Tested?
Unit-tested
Types of changes
Checklist: