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: metadata query param parsing #1359

Merged
merged 1 commit into from
Aug 30, 2024
Merged

fix: metadata query param parsing #1359

merged 1 commit into from
Aug 30, 2024

Conversation

csmig
Copy link
Member

@csmig csmig commented Aug 30, 2024

Resolves #1357

The PR changes the argument passed to pair.split() as recommended in the issue.

const [key, value] = pair.split(/:(.*)/s)

Copy link

Quality Gate Passed Quality Gate passed for 'nuwcdivnpt_stig-manager-api'

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
66.7% Coverage on New Code
0.0% Duplication on New Code

See analysis details on SonarCloud

@csmig csmig added the API label Aug 30, 2024
@csmig csmig merged commit 9919996 into main Aug 30, 2024
10 checks passed
@csmig csmig deleted the metadata-query-param-split branch August 30, 2024 19:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

bug: metadata query param with : not being parsed correctly
1 participant