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
A crafted request like this:
PUT /sinopia/user%2frepo HTTP/1.1 accept: application/json content-type: application/json content-length: 7 Connection: keep-alive "0.6.0"
Can cause an invalid tag to be inserted, and cause issues in npm later.
Not a big deal unless you're using github dependencies with a package name that doesn't exist in repository.
The text was updated successfully, but these errors were encountered:
440f424
No branches or pull requests
A crafted request like this:
Can cause an invalid tag to be inserted, and cause issues in npm later.
Not a big deal unless you're using github dependencies with a package name that doesn't exist in repository.
The text was updated successfully, but these errors were encountered: