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

PoC: Implement optional host proxy for lima cache #2367

Draft
wants to merge 5 commits into
base: master
Choose a base branch
from

Normalize url string before using cache

c4f62e2
Select commit
Loading
Failed to load commit list.
Draft

PoC: Implement optional host proxy for lima cache #2367

Normalize url string before using cache
c4f62e2
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL failed Oct 18, 2024 in 3s

6 new alerts including 2 critical severity security vulnerabilities

New alerts in code changed by this pull request

Security Alerts:

  • 2 critical
  • 4 high

See annotations below for details.

View all branch alerts.

Annotations

Check failure on line 445 in pkg/downloader/downloader.go

See this annotation in the file changed.

Code scanning / CodeQL

Uncontrolled data used in path expression High

This path depends on a
user-provided value
.

Check failure on line 475 in pkg/downloader/downloader.go

See this annotation in the file changed.

Code scanning / CodeQL

Uncontrolled data used in path expression High

This path depends on a
user-provided value
.

Check failure on line 487 in pkg/downloader/downloader.go

See this annotation in the file changed.

Code scanning / CodeQL

Uncontrolled data used in path expression High

This path depends on a
user-provided value
.

Check failure on line 545 in pkg/downloader/downloader.go

See this annotation in the file changed.

Code scanning / CodeQL

Uncontrolled data used in path expression High

This path depends on a
user-provided value
.

Check failure on line 24 in pkg/httpclientutil/httpclientutil.go

See this annotation in the file changed.

Code scanning / CodeQL

Uncontrolled data used in network request Critical

The
URL
of this request depends on a
user-provided value
.

Check failure on line 40 in pkg/httpclientutil/httpclientutil.go

See this annotation in the file changed.

Code scanning / CodeQL

Uncontrolled data used in network request Critical

The
URL
of this request depends on a
user-provided value
.