Files
codeql/cpp/ql/lib/change-notes/2026-07-15-cpp-regex-tree-view.md
2026-07-15 21:50:12 +00:00

5 lines
327 B
Markdown

---
category: minorAnalysis
---
* Added an internal C++ regular-expression parse library (`semmle.code.cpp.regex.RegexTreeView`) that implements the shared `RegexTreeViewSig` signature. This is the foundation for future ReDoS analyses for C++ (`cpp/polynomial-redos` and `cpp/redos`). No new queries are added in this release.