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

Image expires header #349

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Merge remote-tracking branch 'origin/main' into feature/image-expires…

6b51c41
Select commit
Loading
Failed to load commit list.
Open

Image expires header #349

Merge remote-tracking branch 'origin/main' into feature/image-expires…
6b51c41
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL succeeded Feb 9, 2023 in 1m 20s

No new alerts in code changed by this pull request

Annotations

Check failure on line 340 in source/image-handler/image-request.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 'a()a'.

Check failure on line 284 in source/image-handler/thumbor-mapper.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 starting with ':' and with many repetitions of ':a'.
This
regular expression
that depends on
library input
may run slow on strings starting with ':a(' and with many repetitions of 'a(a'.

Check warning on line 98 in source/demo-ui/scripts.js

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.
DOM text
is reinterpreted as HTML without escaping meta-characters.