File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,15 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( http://keepachangelog.com )
66and this project adheres to [ Semantic Versioning] ( http://semver.org ) .
77
8+ ## [ 0.1.3] ( https://github.com/remarkablemark/html-dom-parser/compare/v0.1.2...v0.1.3 ) - 2018-02-20
9+ ### Fixed
10+ - Fix regular expression vulnerability (#8 )
11+ - Regex has potential for catastrophic backtracking
12+ - Credit goes to @davisjam for discovering it
13+
14+ ### Changed
15+ - Refactored and updated tests (#8 )
16+
817## [ 0.1.2] ( https://github.com/remarkablemark/html-dom-parser/compare/v0.1.1...v0.1.2 ) - 2017-09-30
918### Added
1019- Create helper ` isIE() ` in utilities (#7 )
Original file line number Diff line number Diff line change 11{
22 "name" : " html-dom-parser" ,
3- "version" : " 0.1.2 " ,
3+ "version" : " 0.1.3 " ,
44 "description" : " An HTML to DOM parser that works on the server and client." ,
55 "author" : " Mark <mark@remarkablemark.org>" ,
66 "main" : " index.js" ,
You can’t perform that action at this time.
0 commit comments