🔒 Security Audit: Vulnerabilities Detected - 2026-02-23T13:07:28.884Z #60
Labels
No labels
Epic
Feature Request
HOLD
audit
automerge
bug
dependencies
documentation
duplicate
good first issue
help wanted
invalid
question
release
security
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
NiXTheDev/regexYbot#60
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
🔒 Security Audit Report
Date: 2026-02-23T13:07:28.884Z
Audit Output
Recommended Actions
bun updatebun pm audit fixif availableThis issue will be updated if new vulnerabilities are found. Close it after resolving all security issues.
The vulnerability is in minimatch@^9.0.0 which eslint 9.x uses. Need to update eslint to latest version to get minimatch@^9.0.1 which fixes CVE-2026-26996.
Current: eslint@9.39.2 with minimatch@^9.0.0
Fixed: minimatch@^9.0.1 (contains patch for CVE-2026-26996)
Fixed in latest dev branch. The vulnerability in minimatch@^9.0.0 has been resolved by updating to minimatch@^10.2.3. Changes: eslint updated to 9.39.3 (includes minimatch@^9.0.1+), minimatch explicitly pinned to ^10.2.3 in package.json. Security audit now passes. Commit:
60cd83f