Skip to content

Update UI to v0.3.0

3b76d2a
Select commit
Loading
Failed to load commit list.
Draft

Update UI to f23ec4caa (v0.3.0) #2572

Update UI to v0.3.0
3b76d2a
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL failed Apr 17, 2026 in 2s

6 new alerts including 5 high severity security vulnerabilities

New alerts in code changed by this pull request

Security Alerts:

  • 5 high
  • 1 medium

Alerts not introduced by this pull request might have been detected because the code changes were too large.

See annotations below for details.

View all branch alerts.

Annotations

Check failure on line 13 in raphtory-graphql/resources/index.html

See this annotation in the file changed.

Code scanning / CodeQL

Incomplete URL scheme check High

This check does not consider vbscript:.

Check failure on line 13 in raphtory-graphql/resources/index.html

See this annotation in the file changed.

Code scanning / CodeQL

Incomplete URL scheme check High

This check does not consider vbscript:.

Check failure on line 476 in raphtory-graphql/resources/index.html

See this annotation in the file changed.

Code scanning / CodeQL

Incomplete string escaping or encoding High

This replaces only the first occurrence of /&/.

Check failure on line 482 in raphtory-graphql/resources/index.html

See this annotation in the file changed.

Code scanning / CodeQL

Useless regular-expression character escape High

The escape sequence '\b' is a backspace, and not a word-boundary assertion when it is used in a
regular expression
.

Check failure on line 488 in raphtory-graphql/resources/index.html

See this annotation in the file changed.

Code scanning / CodeQL

Incomplete string escaping or encoding High

This does not escape backslash characters in the input.

Check warning on line 56 in raphtory-graphql/resources/index.html

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
user controlled input
.