-
Notifications
You must be signed in to change notification settings - Fork 185
Comparing changes
Open a pull request
base repository: yahoo/serialize-javascript
base: v2.1.1
head repository: yahoo/serialize-javascript
compare: v3.1.0
- 20 commits
- 7 files changed
- 8 contributors
Commits on Dec 6, 2019
-
Bump mocha from 6.2.0 to 6.2.2 (#62)
Bumps [mocha](https://github.com/mochajs/mocha) from 6.2.0 to 6.2.2. - [Release notes](https://github.com/mochajs/mocha/releases) - [Changelog](https://github.com/mochajs/mocha/blob/master/CHANGELOG.md) - [Commits](mochajs/mocha@v6.2.0...v6.2.2) Signed-off-by: dependabot-preview[bot] <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3c46e8e - Browse repository at this point
Copy the full SHA 3c46e8eView commit details
Commits on Dec 9, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 3e05a3f - Browse repository at this point
Copy the full SHA 3e05a3fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6c43b02 - Browse repository at this point
Copy the full SHA 6c43b02View commit details
Commits on Dec 24, 2019
-
Bump nyc from 14.1.1 to 15.0.0 (#68)
Bumps [nyc](https://github.com/istanbuljs/nyc) from 14.1.1 to 15.0.0. - [Release notes](https://github.com/istanbuljs/nyc/releases) - [Changelog](https://github.com/istanbuljs/nyc/blob/master/CHANGELOG.md) - [Commits](istanbuljs/nyc@v14.1.1...v15.0.0) Signed-off-by: dependabot-preview[bot] <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 35062c0 - Browse repository at this point
Copy the full SHA 35062c0View commit details
Commits on Jan 7, 2020
-
Bump mocha from 6.2.2 to 7.0.0 (#69)
Bumps [mocha](https://github.com/mochajs/mocha) from 6.2.2 to 7.0.0. - [Release notes](https://github.com/mochajs/mocha/releases) - [Changelog](https://github.com/mochajs/mocha/blob/master/CHANGELOG.md) - [Commits](mochajs/mocha@v6.2.2...v7.0.0) Signed-off-by: dependabot-preview[bot] <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2f5f126 - Browse repository at this point
Copy the full SHA 2f5f126View commit details
Commits on Jan 14, 2020
-
Configuration menu - View commit details
-
Copy full SHA for fdfb10a - Browse repository at this point
Copy the full SHA fdfb10aView commit details
Commits on Jan 30, 2020
-
Bump mocha from 7.0.0 to 7.0.1 (#71)
Bumps [mocha](https://github.com/mochajs/mocha) from 7.0.0 to 7.0.1. - [Release notes](https://github.com/mochajs/mocha/releases) - [Changelog](https://github.com/mochajs/mocha/blob/master/CHANGELOG.md) - [Commits](mochajs/mocha@v7.0.0...v7.0.1) Signed-off-by: dependabot-preview[bot] <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 82bb2d2 - Browse repository at this point
Copy the full SHA 82bb2d2View commit details
Commits on Feb 16, 2020
-
Configuration menu - View commit details
-
Copy full SHA for eed510c - Browse repository at this point
Copy the full SHA eed510cView commit details -
Configuration menu - View commit details
-
Copy full SHA for f5957ee - Browse repository at this point
Copy the full SHA f5957eeView commit details
Commits on Feb 18, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 9dbe8f6 - Browse repository at this point
Copy the full SHA 9dbe8f6View commit details
Commits on Feb 27, 2020
-
Bump mocha from 7.0.1 to 7.1.0 (#74)
Bumps [mocha](https://github.com/mochajs/mocha) from 7.0.1 to 7.1.0. - [Release notes](https://github.com/mochajs/mocha/releases) - [Changelog](https://github.com/mochajs/mocha/blob/master/CHANGELOG.md) - [Commits](mochajs/mocha@v7.0.1...v7.1.0) Signed-off-by: dependabot-preview[bot] <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3064431 - Browse repository at this point
Copy the full SHA 3064431View commit details
Commits on Mar 19, 2020
-
Bump mocha from 7.1.0 to 7.1.1 (#77)
Bumps [mocha](https://github.com/mochajs/mocha) from 7.1.0 to 7.1.1. - [Release notes](https://github.com/mochajs/mocha/releases) - [Changelog](https://github.com/mochajs/mocha/blob/master/CHANGELOG.md) - [Commits](mochajs/mocha@v7.1.0...v7.1.1) Signed-off-by: dependabot-preview[bot] <[email protected]> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for c795cef - Browse repository at this point
Copy the full SHA c795cefView commit details
Commits on Mar 21, 2020
-
[Security] Bump minimist from 1.2.0 to 1.2.5 (#78)
Bumps [minimist](https://github.com/substack/minimist) from 1.2.0 to 1.2.5. **This update includes a security fix.** - [Release notes](https://github.com/substack/minimist/releases) - [Commits](https://github.com/substack/minimist/compare/1.2.0...1.2.5) Signed-off-by: dependabot-preview[bot] <[email protected]> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 1ac487e - Browse repository at this point
Copy the full SHA 1ac487eView commit details
Commits on May 20, 2020
-
Don't replace regex / function placeholders within string literals (#79)
Previously we weren't checking if the quote that started the placeholder was escaped or not, meaning an object like {"foo": /1"/, "bar": "a\"@__R-<UID>-0__@"} Would be serialized as {"foo": /1"/, "bar": "a\/1"/} meaning an attacker could escape out of `bar` if they controlled both `foo` and `bar` and were able to guess the value of `<UID>`. UID was generated once on startup, was chosen using `Math.random()` and had a keyspace of roughly 4 billion, so within the realm of an online attack. Here's a simple example that will cause `console.log()` to be called when the `serialize()`d version is `eval()`d eval('('+ serialize({"foo": /1" + console.log(1)/i, "bar": '"@__R-<UID>-0__@'}) + ')'); Where `<UID>` is the guessed `UID`. This fixes the issue by ensuring that placeholders are not preceded by a backslash. We also switch to a higher entropy `UID` to prevent people from guessing it. Co-authored-by: Jordan Milne <[email protected]> Co-authored-by: Ryan Siebert <[email protected]>
3Configuration menu - View commit details
-
Copy full SHA for f21a6fb - Browse repository at this point
Copy the full SHA f21a6fbView commit details
Commits on May 21, 2020
-
Bump nyc from 15.0.0 to 15.0.1 (#81)
Bumps [nyc](https://github.com/istanbuljs/nyc) from 15.0.0 to 15.0.1. - [Release notes](https://github.com/istanbuljs/nyc/releases) - [Changelog](https://github.com/istanbuljs/nyc/blob/master/CHANGELOG.md) - [Commits](istanbuljs/nyc@v15.0.0...v15.0.1) Signed-off-by: dependabot-preview[bot] <[email protected]> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 073c8d8 - Browse repository at this point
Copy the full SHA 073c8d8View commit details -
Bump mocha from 7.1.1 to 7.1.2 (#82)
Bumps [mocha](https://github.com/mochajs/mocha) from 7.1.1 to 7.1.2. - [Release notes](https://github.com/mochajs/mocha/releases) - [Changelog](https://github.com/mochajs/mocha/blob/master/CHANGELOG.md) - [Commits](mochajs/mocha@v7.1.1...v7.1.2) Signed-off-by: dependabot-preview[bot] <[email protected]> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for ea76b23 - Browse repository at this point
Copy the full SHA ea76b23View commit details
Commits on May 24, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 5130a71 - Browse repository at this point
Copy the full SHA 5130a71View commit details
Commits on May 26, 2020
-
Bump mocha from 7.1.2 to 7.2.0 (#83)
Bumps [mocha](https://github.com/mochajs/mocha) from 7.1.2 to 7.2.0. - [Release notes](https://github.com/mochajs/mocha/releases) - [Changelog](https://github.com/mochajs/mocha/blob/master/CHANGELOG.md) - [Commits](mochajs/mocha@v7.1.2...v7.2.0) Signed-off-by: dependabot-preview[bot] <[email protected]> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 026a445 - Browse repository at this point
Copy the full SHA 026a445View commit details
Commits on May 28, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 7cee7e4 - Browse repository at this point
Copy the full SHA 7cee7e4View commit details -
Configuration menu - View commit details
-
Copy full SHA for b54341e - Browse repository at this point
Copy the full SHA b54341eView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v2.1.1...v3.1.0