File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11## v2.0.1 (Mar 29, 2021)
22
3+ ### IMPORTANT: Security Fix
4+
5+ > This version contains an important security fix. If you are using netmask ` <=2.0.0 ` , please upgrade to ` 2.0.1 ` or above.
6+
7+ * Rewrite byte parsing without using JS ` parseInt() ` ([ commit] ( https://github.com/rs/node-netmask/commit/3f19a056c4eb808ea4a29f234274c67bc5a848f4 ) )
8+ * This is [ CVE-2021 -29418] ( https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-29418 ) .
9+
310### Bugfixes
411
512* Add checks on spaces before and after bytes
613 * This will now throw an exception when spaces are present like ' 1.2.3.4' or '1. 2.3.4' or '1.2.3.4 '.
714
815### Internal Changes
916
10- * Rewrite byte parsing without using JS ` parseInt() `
1117* Avoid some useless memory allocations
1218* New Mocha testing suite, thanks @kaoudis [ #36 ] ( https://github.com/rs/node-netmask/pull/36 )
1319
@@ -51,4 +57,4 @@ See [the change](https://github.com/rs/node-netmask/commit/9f9fc38c6db1a682d2328
5157## v1.0.6 (May 30, 2016)
5258
5359* Changes before this release are not documented here. Please see [ the commit list] ( https://github.com/rs/node-netmask/commits/master )
54- or the [ compare view] ( https://github.com/rs/node-netmask/compare/1.0.5...rs:1.0.6 ) .
60+ or the [ compare view] ( https://github.com/rs/node-netmask/compare/1.0.5...rs:1.0.6 ) .
You can’t perform that action at this time.
0 commit comments