-
Notifications
You must be signed in to change notification settings - Fork 9
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
feat: implemented days of supply edc integration #694
base: main
Are you sure you want to change the base?
feat: implemented days of supply edc integration #694
Conversation
...src/main/java/org/eclipse/tractusx/puris/backend/demand/logic/services/OwnDemandService.java
Fixed
Show fixed
Hide fixed
import lombok.ToString; | ||
|
||
@Getter | ||
@Setter |
Check notice
Code scanning / CodeQL
Exposing internal representation Note
through the variable suppliesPerDay
setAllocatedDaysOfSupply exposes the internal representation stored in field allocatedDaysOfSupply. The value may be modified
through the variable suppliesPerDay
case INBOUND -> mprService.findByPartnerAndPartnerCXNumber(partner, materialNumberCx); | ||
}; | ||
if (mpr == null) { | ||
log.error("Could not identify Material-Partner Relation with material number " + materialNumberCx + " and partner bpnl " + partner.getBpnl()); |
Check failure
Code scanning / CodeQL
Log Injection High
user-provided value
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.
The value for materialNumberCx
is verified as URN or UUID before use and should not pose a risk.
Description
reolves #312
Pre-review checks
Please ensure to do as many of the following checks as possible, before asking for committer review: