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 rare case of sanitizing file names with illegal characters #1946

Merged
merged 1 commit into from
Feb 28, 2024

Conversation

ymo-sci
Copy link
Contributor

@ymo-sci ymo-sci commented Feb 27, 2024

in case of only illegal characters or e.g. single / \ | %,... we allowed the renaming and it could crash the file system

  • fixes: SE-13427

Description

Additional Notes

  • This PR fixes or works on following ticket(s): SE-13427
  • This PR is related to PR:

Checklist

  • Code change has been tested and works locally
  • Code was formatted via IntelliJ and follows SonarLint & best practices
  • Patch Tasks: Is local execution of Patch Tasks necessary? If so, please also mark the PR with the tag.

in case of only illegal characters or e.g. single / \ | %,... we allowed the renaming and it could crash the file system

- fixes: SE-13427
@ymo-sci ymo-sci added the 🐛 Bugfix Contains only a small fix for an existing bug label Feb 27, 2024
@jmuscireum jmuscireum merged commit 8978402 into develop Feb 28, 2024
4 checks passed
@jmuscireum jmuscireum deleted the feature/ymo/SE-13427-files branch February 28, 2024 10:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐛 Bugfix Contains only a small fix for an existing bug
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants