Skip to:
Content

bbPress.org

Opened 10 years ago

Closed 10 years ago

#2856 closed task (blessed) (fixed)

Update grunt-contrib-uglify to 0.9.2

Reported by: netweb's profile netweb Owned by: netweb's profile netweb
Milestone: 2.6 Priority: normal
Severity: normal Version: trunk
Component: Tools - Build Keywords:
Cc:

Description

It includes an update to UglifyJS, which fixes a bug that can cause logic bugs to be introduced into minified JS.

Ref: https://zyan.scripts.mit.edu/blog/backdooring-js/

Update grunt-contrib-uglify to v0.9.2

Changelog: https://github.com/gruntjs/grunt-contrib-uglify/compare/v0.9.1...v0.9.2

UglifyJS Changelog: https://github.com/mishoo/UglifyJS2/compare/v2.4.23...v2.4.24

Change History (1)

#1 @netweb
10 years ago

  • Owner set to netweb
  • Resolution set to fixed
  • Status changed from new to closed

In 5927:

Build Tools: Update grunt-contrib-uglify to v0.9.2

This changeset includes an update to the parent dependency UglifyJS v2.4.24 which fixes a bug that can cause logic bugs to be introduced into minified JS.

Hat-tip pento. Fixes #2856.

Note: See TracTickets for help on using tickets.