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

[signingscript] Validate unsigned files conform to autograph's naming requirements #695

Open
ahal opened this issue Mar 16, 2023 · 0 comments
Assignees

Comments

@ahal
Copy link
Contributor

ahal commented Mar 16, 2023

While working on some VPN signing, I got generic 400 Bad Request errors out of autograph. After digging through logs, Hal found that the error was:

invalid named file name: unsigned filename must match ^[-_\\.a-zA-Z0-9]{1,256}$

It would be nice if autograph could provide a better error response, but failing that it would be nice if signingscript validated the files it was going to sign so we can detect this more easily.

@ahal ahal self-assigned this Mar 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants