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

feat: get image blob in backend #495

Merged
merged 2 commits into from
Nov 19, 2022
Merged

feat: get image blob in backend #495

merged 2 commits into from
Nov 19, 2022

Conversation

boojack
Copy link
Member

@boojack boojack commented Nov 19, 2022

No description provided.

@boojack boojack requested a review from lqwakeup as a code owner November 19, 2022 10:39
return nil, err
}

response, err := http.Get(url)
response, err := http.Get(urlStr)

Check failure

Code scanning / CodeQL

Uncontrolled data used in network request

The [URL](1) of this request depends on a [user-provided value](2).
return nil, err
}

response, err := http.Get(urlStr)

Check failure

Code scanning / CodeQL

Uncontrolled data used in network request

The [URL](1) of this request depends on a [user-provided value](2).
@boojack boojack merged commit 2d49e96 into main Nov 19, 2022
@boojack boojack deleted the feat/image-getter branch November 19, 2022 12:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant