Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: salesforce/tough-cookie Loading
base: v4.1.2
Choose a base ref
...
head repository: salesforce/tough-cookie Loading
compare: v4.1.3
Choose a head ref
  • 3 commits
  • 5 files changed
  • 3 contributors

Commits on Jan 31, 2023

  1. Configuration menu
    Copy the full SHA
    f06b72d View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2023

  1. Prevent prototype pollution in cookie memstore (#283)

    All occurrences of new object creation in `memstore.js` have been changed from `{}` (i.e.; `Object.create(Object.prototype)` to `Object.create(null)` so that we are using object instances that do not have a prototype property that can be polluted.
    
    @fixes #282
    colincasey committed Jun 5, 2023
    Configuration menu
    Copy the full SHA
    12d4747 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4ff4d29 View commit details
    Browse the repository at this point in the history
Loading