make htmlPrefilter an identity function#37596
Conversation
Codecov Report
@@ Coverage Diff @@
## master #37596 +/- ##
============================================
- Coverage 64.70% 64.70% -0.01%
Complexity 19353 19353
============================================
Files 1281 1281
Lines 75612 75614 +2
Branches 1333 1333
============================================
+ Hits 48925 48926 +1
- Misses 26295 26296 +1
Partials 392 392
Continue to review full report at Codecov.
|
1 similar comment
Codecov Report
@@ Coverage Diff @@
## master #37596 +/- ##
============================================
- Coverage 64.70% 64.70% -0.01%
Complexity 19353 19353
============================================
Files 1281 1281
Lines 75612 75614 +2
Branches 1333 1333
============================================
+ Hits 48925 48926 +1
- Misses 26295 26296 +1
Partials 392 392
Continue to review full report at Codecov.
|
Codecov Report
@@ Coverage Diff @@
## master #37596 +/- ##
============================================
- Coverage 64.70% 64.70% -0.01%
Complexity 19353 19353
============================================
Files 1281 1281
Lines 75612 75614 +2
Branches 1333 1333
============================================
+ Hits 48925 48926 +1
- Misses 26295 26296 +1
Partials 392 392
Continue to review full report at Codecov.
|
|
Needs changelog. Category |
Signed-off-by: David Christofas <dchristofas@owncloud.com>
|
I will make a "backport" to |
|
Thanks you, @phil-davis! |
|
PR #37599 t |
Description
The used version of jQuery contains a potential XSS vulneratbility.
This patch is a suggested workaround.
See GHSA-gxr4-xjj5-5px2
Related Issue
Motivation and Context
Since we don't upgrade the libraries we need to patch security changes.
How Has This Been Tested?
Screenshots (if appropriate):
Types of changes
Checklist: