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: postcss/postcss-selector-parser
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v7.1.1
Choose a base ref
...
head repository: postcss/postcss-selector-parser
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 7.1.2
Choose a head ref
  • 4 commits
  • 15 files changed
  • 1 contributor

Commits on Jun 9, 2026

  1. Fix CVE-2026-9358 (NVD) / SNYK-JS-POSTCSSSELECTORPARSER-16873882 (#316)

    * Add failing tests for #315
    
    * Fix CVE-2026-9358 (NVD) / SNYK-JS-POSTCSSSELECTORPARSER-16873882
    
    * Improve recursion testing following @copilot review
    
    * Improve recursion implementation following @copilot review
    
    * Improve recursion implementation (resolveMaxNestingDepth) following @copilot review
    
    * Last improvements on recursion issue implementation
    
    * Add a note in README about CVE-2026-9358 limitation
    MoOx authored Jun 9, 2026
    Configuration menu
    Copy the full SHA
    e37c5b0 View commit details
    Browse the repository at this point in the history
  2. npm audit fix

    MoOx committed Jun 9, 2026
    Configuration menu
    Copy the full SHA
    a704102 View commit details
    Browse the repository at this point in the history
  3. update badges

    MoOx committed Jun 9, 2026
    Configuration menu
    Copy the full SHA
    a5bff9d View commit details
    Browse the repository at this point in the history
  4. 7.1.2

    MoOx committed Jun 9, 2026
    Configuration menu
    Copy the full SHA
    1b81a3c View commit details
    Browse the repository at this point in the history
Loading