Skip to content

Merge branch 'main' into context-center-ui

f8c056a
Select commit
Loading
Failed to load commit list.
Open

Context center UI #28056

Merge branch 'main' into context-center-ui
f8c056a
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL failed May 13, 2026 in 2s

1 new alert including 1 high severity security vulnerability

New alerts in code changed by this pull request

Security Alerts:

  • 1 high

See annotations below for details.

View all branch alerts.

Annotations

Check failure on line 30 in openmetadata-ui/src/main/resources/ui/playwright/e2e/Features/ContextCenter.spec.ts

See this annotation in the file changed.

Code scanning / CodeQL

Incomplete regular expression for hostnames High test

This string, which is used as a regular expression
here
, has an unescaped '.' before 'open-metadata.org', so it might match more hosts than expected.