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

fix(backend): url encoding for github request url #8

Merged
merged 3 commits into from
Sep 23, 2022

Conversation

ii64
Copy link
Collaborator

@ii64 ii64 commented Sep 22, 2022

format macro did not guarantee the build url
to be secure against any param injection.

format macro did not guarantee the build url
to be secure against any param injection.
backend/src/github.rs Outdated Show resolved Hide resolved
backend/src/github.rs Outdated Show resolved Hide resolved
ii64 and others added 2 commits September 23, 2022 11:11
Direct url string literal to client `get`

Co-authored-by: elianiva <dicha.arkana03@gmail.com>
Direct url string literal to client `get`

Co-authored-by: elianiva <dicha.arkana03@gmail.com>
@ii64 ii64 requested a review from elianiva September 23, 2022 04:15
@elianiva elianiva merged commit f7c95a7 into feat/backend Sep 23, 2022
@elianiva elianiva deleted the feat/backend-secure-url-encoding branch September 23, 2022 08:20
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.

3 participants