Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: add GHA to test card ui builds #2333

Merged
merged 3 commits into from
Mar 5, 2025

refresh main.js build with updated dependencies

6e03ca3
Select commit
Loading
Failed to load commit list.
Merged

chore: add GHA to test card ui builds #2333

refresh main.js build with updated dependencies
6e03ca3
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL succeeded Mar 5, 2025 in 2s

2 new alerts including 2 medium severity security vulnerabilities

New alerts in code changed by this pull request

Security Alerts:

  • 2 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 warning on line 1 in metaflow/plugins/cards/card_modules/main.js

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
.

Check warning on line 1 in metaflow/plugins/cards/card_modules/main.js

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
.

Check failure on line 64 in metaflow/plugins/cards/card_modules/main.js

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 failure on line 64 in metaflow/plugins/cards/card_modules/main.js

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.