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

feat: implemented days of supply edc integration #694

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

fix: typo in helm template

f905fde
Select commit
Loading
Failed to load commit list.
Open

feat: implemented days of supply edc integration #694

fix: typo in helm template
f905fde
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL failed Nov 27, 2024 in 3s

2 new alerts including 1 high severity security vulnerability

New alerts in code changed by this pull request

Security Alerts:

  • 1 high

Other Alerts:

  • 1 note

See annotations below for details.

View all branch alerts.

Annotations

Check notice on line 39 in backend/src/main/java/org/eclipse/tractusx/puris/backend/supply/logic/dto/daysofsupplysamm/DaysOfSupply.java

See this annotation in the file changed.

Code scanning / CodeQL

Exposing internal representation Note

setAllocatedDaysOfSupply exposes the internal representation stored in field allocatedDaysOfSupply. The value may be modified
through the variable suppliesPerDay
.
setAllocatedDaysOfSupply exposes the internal representation stored in field allocatedDaysOfSupply. The value may be modified
through the variable suppliesPerDay
.

Check failure on line 80 in backend/src/main/java/org/eclipse/tractusx/puris/backend/supply/logic/service/DaysOfSupplyRequestApiService.java

See this annotation in the file changed.

Code scanning / CodeQL

Log Injection High

This log entry depends on a
user-provided value
.