We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
There are several command injection vulnerabilities in Gitly:
gitly/src/repo_routes.v
Lines 530 to 543 in d0e1f3a
gitly/src/commit_routes.v
Lines 87 to 94 in d0e1f3a
gitly/src/repo_service.v
Line 659 in d0e1f3a
I think there are more possible injection points so it is probably not enough to fix these parts only.
If possible, consider Adding a security policy to your repository in the future.
The text was updated successfully, but these errors were encountered:
Yes, you are right. Thank you for your feedback. I haven't done any checks in any place of calling the git command yet.
Sorry, something went wrong.
No branches or pull requests
There are several command injection vulnerabilities in Gitly:
gitly/src/repo_routes.v
Lines 530 to 543 in d0e1f3a
gitly/src/commit_routes.v
Lines 87 to 94 in d0e1f3a
gitly/src/repo_service.v
Line 659 in d0e1f3a
I think there are more possible injection points so it is probably not enough to fix these parts only.
If possible, consider Adding a security policy to your repository in the future.
The text was updated successfully, but these errors were encountered: