Skip to content

Commit

Permalink
Update Bootstrap to 3.4.1
Browse files Browse the repository at this point in the history
Original css files were modified to remove the # on the source map file.
This prevents warnings in the browser console.

Fixes #26160, CVE-2019-8331
  • Loading branch information
dregad committed Sep 22, 2019
1 parent 5fb9796 commit 1e2a301
Show file tree
Hide file tree
Showing 6 changed files with 232 additions and 60 deletions.
4 changes: 2 additions & 2 deletions core/constant_inc.php
Expand Up @@ -646,8 +646,8 @@
define( 'JQUERY_HASH', 'sha256-BbhdlvQf/xTY9gja0Dq3HiwQF8LaCRTXxZKRutelT44=' );

# Bootstrap & FontAwesome
define( 'BOOTSTRAP_VERSION', '3.4.0' );
define( 'BOOTSTRAP_HASH', 'sha384-vhJnz1OVIdLktyixHY4Uk3OHEwdQqPppqYR8+5mjsauETgLOcEynD9oPHhhz18Nw' );
define( 'BOOTSTRAP_VERSION', '3.4.1' );
define( 'BOOTSTRAP_HASH', 'sha384-HSMxcRTRxnN+Bdg0JdbxYKrThecOKuH5zCYotlSAcp1+c8xmyTe9GYg1l9a69psu' );
define( 'FONT_AWESOME_VERSION', '4.6.3' );

# Moment & DateTimePicker
Expand Down
6 changes: 3 additions & 3 deletions css/bootstrap-3.4.0.css → css/bootstrap-3.4.1.css
@@ -1,6 +1,6 @@
/*!
* Bootstrap v3.4.0 (https://getbootstrap.com/)
* Copyright 2011-2018 Twitter, Inc.
* Bootstrap v3.4.1 (https://getbootstrap.com/)
* Copyright 2011-2019 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
*/
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
Expand Down Expand Up @@ -6831,4 +6831,4 @@ button.close {
display: none !important;
}
}
/*# sourceMappingURL=bootstrap.css.map */
/* sourceMappingURL=bootstrap.css.map */
6 changes: 3 additions & 3 deletions css/bootstrap-3.4.0.min.css → css/bootstrap-3.4.1.min.css

Large diffs are not rendered by default.

6 changes: 0 additions & 6 deletions js/bootstrap-3.4.0.min.js

This file was deleted.

0 comments on commit 1e2a301

Please sign in to comment.