Skip to content

feat(scripts/release): list renamed features in release notes#29584

Draft
caugner wants to merge 7 commits into
mainfrom
detect-renamings-in-release
Draft

feat(scripts/release): list renamed features in release notes#29584
caugner wants to merge 7 commits into
mainfrom
detect-renamings-in-release

feat(scripts/release): list rename pairs in release notes

23e5214
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL failed Apr 30, 2026 in 2s

2 new alerts including 1 high severity security vulnerability

New alerts in code changed by this pull request

Security Alerts:

  • 1 high
  • 1 medium

See annotations below for details.

View all branch alerts.

Annotations

Check failure on line 698 in scripts/diff-flat.js

See this annotation in the file changed.

Code scanning / CodeQL

Incomplete multi-character sanitization High

This string may still contain
<script
, which may cause an HTML element injection vulnerability.

Check warning on line 249 in scripts/diff-flat.js

See this annotation in the file changed.

Code scanning / CodeQL

Prototype-polluting function Medium

The property chain
here
is recursively assigned to
node
without guarding against prototype pollution.