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

🐝 (staging) sophia #3639

Closed
wants to merge 29 commits into from

Merge pull request #4359 from owid/row-key-images-table

7563bb7
Select commit
Loading
Failed to load commit list.
Closed

🐝 (staging) sophia #3639

Merge pull request #4359 from owid/row-key-images-table
7563bb7
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL failed Jan 8, 2025 in 2s

4 new alerts including 2 high severity security vulnerabilities

New alerts in code changed by this pull request

Security Alerts:

  • 2 high
  • 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 failure on line 476 in packages/@ourworldindata/utils/src/Util.ts

See this annotation in the file changed.

Code scanning / CodeQL

Polynomial regular expression used on uncontrolled data High

This
regular expression
that depends on
a user-provided value
may run slow on strings with many repetitions of ' '.
This
regular expression
that depends on
library input
may run slow on strings with many repetitions of ' '.
This
regular expression
that depends on
library input
may run slow on strings with many repetitions of ' '.

Check failure on line 1906 in packages/@ourworldindata/utils/src/Util.ts

See this annotation in the file changed.

Code scanning / CodeQL

Polynomial regular expression used on uncontrolled data High

This
regular expression
that depends on
library input
may run slow on strings with many repetitions of ' '.
This
regular expression
that depends on
library input
may run slow on strings starting with '(' and with many repetitions of '('.

Check warning on line 96 in site/blocks/ProminentLink.tsx

See this annotation in the file changed.

Code scanning / CodeQL

DOM text reinterpreted as HTML Medium

DOM text
is reinterpreted as HTML without escaping meta-characters.

Check warning on line 115 in site/blocks/ProminentLink.tsx

See this annotation in the file changed.

Code scanning / CodeQL

DOM text reinterpreted as HTML Medium

DOM text
is reinterpreted as HTML without escaping meta-characters.