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(osp): applied regex validation on uniqueIds param #1163

Merged

Conversation

tfjanjua
Copy link
Contributor

Description

Applied one more validation on uniqueIds param through regex.

Why

Currently, request is being validated with invalid data e.g: "VAT ID" --> “value“ : “XYZ“

image

Issue

Ref: #1157

Checklist

  • I have followed the contributing guidelines
  • I have performed a self-review of my own code
  • I have successfully tested my changes locally
  • I have added tests that prove my changes work
  • I have checked that new and existing tests pass locally with my changes
  • I have commented my code, particularly in hard-to-understand areas

@tfjanjua tfjanjua requested review from Phil91, dhiren-singh-007 and ntruchsess and removed request for dhiren-singh-007 November 19, 2024 11:06
@tfjanjua tfjanjua self-assigned this Nov 19, 2024
@tfjanjua tfjanjua added the bug Something isn't working label Nov 19, 2024
@ntruchsess ntruchsess linked an issue Nov 19, 2024 that may be closed by this pull request
@ntruchsess ntruchsess self-assigned this Nov 19, 2024
@tfjanjua tfjanjua requested a review from ntruchsess November 22, 2024 15:39
@evegufy evegufy added this to the Release 25.03 milestone Dec 13, 2024
@evegufy
Copy link
Contributor

evegufy commented Dec 13, 2024

please take care of codeql finding

@Phil91
Copy link
Member

Phil91 commented Dec 13, 2024

changes looks fine, after the fix of the codeQl finding we can merge the pr imo

@tfjanjua
Copy link
Contributor Author

@evegufy | @Phil91
codeql findings has been resolved.

@tfjanjua
Copy link
Contributor Author

tfjanjua commented Jan 8, 2025

@evegufy | @Phil91 | @ntruchsess
Can this PR be merged if there are no other findings? I ask this because we need this change as part of our next release.

Phil91
Phil91 previously approved these changes Jan 14, 2025
@tfjanjua
Copy link
Contributor Author

tfjanjua commented Feb 6, 2025

Hi @Phil91 | @ntruchsess
Please let me know if this PR can be merged if there is no more feedback!

evegufy
evegufy previously requested changes Feb 6, 2025
Copy link
Contributor

@evegufy evegufy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@tfjanjua sorry for the delay! could you please resolve the conflicts?

@tfjanjua tfjanjua closed this Feb 6, 2025
@tfjanjua tfjanjua force-pushed the fix/1157-regex-validation-uniqueIds branch from 90057fc to 3a07d78 Compare February 6, 2025 13:24
@tfjanjua tfjanjua reopened this Feb 6, 2025
@tfjanjua tfjanjua force-pushed the fix/1157-regex-validation-uniqueIds branch 2 times, most recently from fc0d0fa to 460d738 Compare February 6, 2025 13:37
@ntruchsess ntruchsess force-pushed the fix/1157-regex-validation-uniqueIds branch from db796b7 to e1fa162 Compare February 6, 2025 14:31
Copy link

sonarqubecloud bot commented Feb 6, 2025

@ntruchsess ntruchsess dismissed evegufy’s stale review February 6, 2025 14:40

conflicts have been resolved by rebase on main and subsequent update of framework-versions

@ntruchsess ntruchsess merged commit 9134088 into eclipse-tractusx:main Feb 6, 2025
11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: USER READY
Development

Successfully merging this pull request may close these issues.

OSP | Regex validation needs to be applied
4 participants