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

deploy store app #164

Merged
merged 31 commits into from
Aug 19, 2023

Merge branch 'main' into feature/store_app_deploy

96ac3ac
Select commit
Loading
Failed to load commit list.
Merged

deploy store app #164

Merge branch 'main' into feature/store_app_deploy
96ac3ac
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL failed Aug 19, 2023 in 3s

4 new alerts including 4 critical severity security vulnerabilities

New alerts in code changed by this pull request

Security Alerts:

  • 4 critical

See annotations below for details.

View all branch alerts.

Annotations

Check failure on line 32 in server/pkg/store/astra/app_store.go

See this annotation in the file changed.

Code scanning / CodeQL

Potentially unsafe quoting Critical

If this
JSON value
contains a single quote, it could break out of the enclosing quotes.

Check failure on line 32 in server/pkg/store/astra/app_store.go

See this annotation in the file changed.

Code scanning / CodeQL

Potentially unsafe quoting Critical

If this
JSON value
contains a single quote, it could break out of the enclosing quotes.

Check failure on line 37 in server/pkg/store/astra/app_store.go

See this annotation in the file changed.

Code scanning / CodeQL

Potentially unsafe quoting Critical

If this
JSON value
contains a single quote, it could break out of the enclosing quotes.

Check failure on line 37 in server/pkg/store/astra/app_store.go

See this annotation in the file changed.

Code scanning / CodeQL

Potentially unsafe quoting Critical

If this
JSON value
contains a single quote, it could break out of the enclosing quotes.