bito-code-review[bot] commented on code in PR #36913:
URL: https://github.com/apache/superset/pull/36913#discussion_r2663899109
##########
docs/yarn.lock:
##########
@@ -10254,7 +10212,7 @@ minimatch@^7.4.3:
dependencies:
brace-expansion "^2.0.1"
-minimatch@^9.0.4:
+minimatch@^9.0.5:
version "9.0.5"
resolved
"https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.5.tgz#d74f9dd6b57d83d8e98cfb82133b03978bc929e5"
integrity
sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==
Review Comment:
<div>
<div id="suggestion">
<div id="issue"><b>Security: ReDoS Vulnerability in minimatch</b></div>
<div id="fix">
The update to [email protected] introduces a security vulnerability:
CVE-2025-5889, a Regular Expression Denial of Service (ReDoS) issue in the
brace-expansion dependency. While this affects the docs build, it could
potentially impact performance or availability if glob patterns are processed
with untrusted input. Consider upgrading to minimatch >=10.0.1, which bundles
the patched [email protected]. If constraints prevent this, it might be
worth noting in the PR description.
</div>
</div>
<small><i>Code Review Run #1a9b83</i></small>
</div>
---
Should Bito avoid suggestions like this for future reviews? (<a
href=https://alpha.bito.ai/home/ai-agents/review-rules>Manage Rules</a>)
- [ ] Yes, avoid them
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]