-
Notifications
You must be signed in to change notification settings - Fork 0
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(policy): unexpected response for purpose key implemented #1
base: main
Are you sure you want to change the base?
fix(policy): unexpected response for purpose key implemented #1
Conversation
{ | ||
private PolicyAttribute() | ||
{ | ||
AttributeValue = null!; | ||
PolicyAttributeAssignedUseCases = new HashSet<PolicyAttributeAssignedUseCases>(); |
Check warning
Code scanning / CodeQL
Virtual call in constructor or destructor
{ | ||
private PolicyAttributeAssignedUseCases() | ||
{ | ||
PolicyAttribute = null!; |
Check warning
Code scanning / CodeQL
Virtual call in constructor or destructor
private PolicyAttributeAssignedUseCases() | ||
{ | ||
PolicyAttribute = null!; | ||
UseCase = null!; |
Check warning
Code scanning / CodeQL
Virtual call in constructor or destructor
{ | ||
private UseCase() | ||
{ | ||
Label = null!; | ||
Policies = new HashSet<Policy>(); | ||
PolicyAttributeAssignedUseCases = new HashSet<PolicyAttributeAssignedUseCases>(); |
Check warning
Code scanning / CodeQL
Virtual call in constructor or destructor
475e744
to
607795b
Compare
607795b
to
adab8c1
Compare
Description
When the tester provides an input value that is not supported for the specified purposes, the endpoint should generate an error.
Why
Changes for purpose key is implemented as per description along with changes in AttributeKeyId in db.
Issue
eclipse-tractusx#68
Checklist
Please delete options that are not relevant.