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

Improved filename verification of illegal characters when uploading a file #728

Open
1 task
RonnyB71 opened this issue Aug 15, 2024 · 0 comments
Open
1 task
Labels
kind/user-story Used for issues that describes functionality for our users. status/draft Status: When you create an issue before you have enough info to properly describe the issue. status/triage

Comments

@RonnyB71
Copy link
Member

Description

We had one occurence where a user somehow was able to upload a file with a colon (:) as part of the filename. We accepted this and stored the file in blobstore, but this caused issues further down the line when the service owner tried to download and process the file.

Additional Information

No response

Tasks

No response

Acceptance Criterias

  • Given that a user tries to upload a file with illegal characters (:), when the app backend receives the request, then the app backend should reject the file and given the frontend a propper response identifying the problem
@RonnyB71 RonnyB71 added kind/user-story Used for issues that describes functionality for our users. status/draft Status: When you create an issue before you have enough info to properly describe the issue. labels Aug 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/user-story Used for issues that describes functionality for our users. status/draft Status: When you create an issue before you have enough info to properly describe the issue. status/triage
Projects
Status: No status
Development

No branches or pull requests

1 participant