Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,11 +85,11 @@ brace-expansion: "2.0.2"
- Why needed: Prevents regex denial of service attacks
- CVE/Issue: Related to minimatch vulnerabilities

glob: "10.3.11"
- Purpose: Fixes ReDoS and security issues in file globbing
- Affects: mocha, gulp-mocha build tooling
- Why needed: Older glob versions have pattern matching vulnerabilities
- CVE/Issue: Multiple vulnerabilities in older glob versions
glob: "12.0.0"
- Purpose: Fixes command injection vulnerability in glob CLI
- Affects: mocha, gulp-mocha, rimraf (via bunyan/mv)
- Why needed: Versions 10.3.7-11.0.3 vulnerable to command injection via -c/--cmd flag
- CVE/Issue: GHSA-5j98-mcp5-4vw2 - Command injection via shell:true execution

glob-parent: "6.0.2"
- Purpose: Fixes ReDoS in path parsing
Expand Down
87 changes: 42 additions & 45 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"gulp-mocha": "10.0.1",
"intercept-stdout": "0.1.2",
"jsdoc": "4.0.5",
"mocha": "11.7.4",
"mocha": "11.7.5",
"mocha-junit-reporter": "2.2.1",
"moment": "2.30.1",
"sanitize-html": "2.17.0",
Expand All @@ -76,7 +76,7 @@
"color-name": "2.0.0",
"cross-spawn": "7.0.6",
"debug": "4.3.6",
"glob": "10.3.11",
"glob": "12.0.0",
"glob-parent": "6.0.2",
"minimatch": "5.1.0",
"semver": "7.5.3",
Expand Down
Loading