Skip to content

E/react core/add use sync external store1#1422

Closed
ErnestM1234 wants to merge 35 commits into
mainfrom
e/react-core/add-use-sync-external-store1
Closed

E/react core/add use sync external store1#1422
ErnestM1234 wants to merge 35 commits into
mainfrom
e/react-core/add-use-sync-external-store1

changeset

fb48ecf
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL succeeded May 18, 2026 in 2s

2 new alerts including 2 medium severity security vulnerabilities

New alerts in code changed by this pull request

Security Alerts:

  • 2 medium

See annotations below for details.

View all branch alerts.

Annotations

Check warning on line 203 in packages/i18n/src/i18n-manager/translations-manager/DictionaryCache.ts

See this annotation in the file changed.

Code scanning / CodeQL

Prototype-polluting function Medium

Properties are copied from
source
to
target
without guarding against prototype pollution.

Check warning on line 84 in packages/i18n/src/i18n-manager/translations-manager/utils/dictionary-helpers.ts

See this annotation in the file changed.

Code scanning / CodeQL

Prototype-polluting assignment Medium

This assignment may alter Object.prototype if a malicious '__proto__' string is injected from
library input
.
This assignment may alter Object.prototype if a malicious '__proto__' string is injected from
library input
.