Skip to content

test: add comprehensive tests for json to react and default react ren…

ca1a4c1
Select commit
Loading
Failed to load commit list.
Draft

Feat/dx 3070 map tag with react component #190

test: add comprehensive tests for json to react and default react ren…
ca1a4c1
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL succeeded Sep 24, 2025 in 4s

3 new alerts including 3 medium severity security vulnerabilities

New alerts in code changed by this pull request

Security Alerts:

  • 3 medium

See annotations below for details.

View all branch alerts.

Annotations

Check warning on line 180 in src/helper/react-utils.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
.

Check warning on line 185 in src/helper/react-utils.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
.

Check warning on line 185 in src/helper/react-utils.ts

See this annotation in the file changed.

Code scanning / CodeQL

Prototype-polluting function Medium

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