-
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
Angular 16 update #607
Angular 16 update #607
Conversation
Chore/414 update reload client
Update Dependencies Backend
Feature/427 update to angular 16
Update Dependencies Backend
…iteInformationAsBuilt
… into chore/XXX-update-spring-version
chore: update spring version
Update Dependencies Backend
…-to-changes-industry-core.md
…-to-changes-industry-core.md
…-to-changes-industry-core.md
…-to-changes-industry-core.md Co-authored-by: ds-mkanal <[email protected]>
…f-industry-core Chore/#437 adapt to changes of industry core
irsApiClient.registerPolicy(adminApiKey, RegisterPolicyRequest.from(traceabilityProperties.getLeftOperand(), OperatorType.fromValue(traceabilityProperties.getOperatorType()), traceabilityProperties.getRightOperand(), traceabilityProperties.getValidUntil())); | ||
private void checkAndUpdatePolicy(PolicyResponse requiredPolicy) { | ||
if (isPolicyExpired(requiredPolicy)) { | ||
log.info("IRS Policy {} has outdated validity updating new ttl {}", traceabilityProperties.getRightOperand(), requiredPolicy); |
Check failure
Code scanning / CodeQL
Log Injection High
user-provided value
try { | ||
var response = edcNotificationTemplate.exchange(request.getUrl(), HttpMethod.POST, entity, new ParameterizedTypeReference<>() { | ||
}); | ||
log.info("Control plane responded with response: {}", response); |
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.
LGTM
Description
Pre-review checks
Please ensure to do as many of the following checks as possible, before asking for committer review: