-
Notifications
You must be signed in to change notification settings - Fork 23
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
fix(osp): applied regex validation on uniqueIds param #1163
Conversation
please take care of codeql finding |
changes looks fine, after the fix of the codeQl finding we can merge the pr imo |
|
@evegufy | @Phil91 | @ntruchsess |
Hi @Phil91 | @ntruchsess |
There was a problem hiding this 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?
90057fc
to
3a07d78
Compare
fc0d0fa
to
460d738
Compare
db796b7
to
e1fa162
Compare
|
conflicts have been resolved by rebase on main and subsequent update of framework-versions
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“
Issue
Ref: #1157
Checklist