| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
This covers the following GitHub security advisories: - GHSA-gxr4-xjj5-5px2 - GHSA-jpcq-cgw6-v4j6 - CVE-2019-11358 - CVE-2015-9251 The jQuery Migrate library is also added to maintain compatibility with the current Bootstrap version (2.0.4). Without the compatibility library, the following error occurs when dismissing an alert: Uncaught Error: Syntax error, unrecognized expression: # jQuery (7) close http://localhost:8888/static/js/bootstrap.js:7 jQuery (8) <anonymous> http://localhost:8888/static/js/bootstrap.js:7 jQuery (13) jquery-3.6.0.min.js:2:13639
Codecov Report
@@ Coverage Diff @@
## master #1188 +/- ##
==========================================
- Coverage 64.03% 63.73% -0.30%
==========================================
Files 233 233
Lines 17106 17106
==========================================
- Hits 10953 10903 -50
- Misses 6153 6203 +50
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
Sorry, something went wrong.
|
Thanks a bunch, this was long overdue! Good on finding the way to ease the migrate path. |
Sorry, something went wrong.
|
Thanks! |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
This update covers the following GitHub security advisories:
After the update dismissing Bootstrap alerts (alert class), shown after submitting a file, on a notification etc., was failing with Syntax error, unrecognized expression: #. This is fixed by adding jquery/jquery-migrate (official project) to CWS pages.
I looked into updating Bootstrap itself some time ago as well. It appears that the currently used distribution was customized using a web generator, which is no longer available, and loading a newer version with default settings produces multiple style differences. Thus updating Bootstrap looks to be a separate task, but until then we can use jquery-migrate.
During testing I also found 13abdd7, which is not related to the update, but is fixed as well.
Otherwise CWS, AWS (including jqplot), RWS seem to work fine with the new jQuery version.