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: escape special characters in filenames #1147

Merged
merged 4 commits into from
Nov 14, 2023
Merged

Conversation

csmig
Copy link
Member

@csmig csmig commented Nov 14, 2023

Resolves #1138

csmig and others added 2 commits November 13, 2023 19:43
…ient regex when saving filename to prevent it from cutting off the suggested filename after a semicolon (semicolon is used in the filename character substitutions)
@csmig csmig changed the title fix: escape special characters in zip filenames fix: escape special characters in filenames Nov 14, 2023
Copy link

[nuwcdivnpt_stig-manager-client] Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

0.0% 0.0% Coverage
50.0% 50.0% Duplication

Copy link

[nuwcdivnpt_stig-manager-api] Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

93.4% 93.4% Coverage
0.0% 0.0% Duplication

@cd-rite cd-rite merged commit 698a94f into main Nov 14, 2023
14 checks passed
@cd-rite cd-rite deleted the gh-1138-escape-filename branch December 7, 2023 17:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Exported filenames incorporate reserved characters if they are present in Asset names
2 participants