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

Angular 16 update #607

Merged
merged 81 commits into from
Feb 1, 2024
Merged

Angular 16 update #607

merged 81 commits into from
Feb 1, 2024

Conversation

ds-mwesener
Copy link
Contributor

Description

Pre-review checks

Please ensure to do as many of the following checks as possible, before asking for committer review:

mkanal and others added 30 commits January 26, 2024 15:41
ds-mwesener and others added 27 commits January 31, 2024 16:12
…-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

This log entry depends on a
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

This log entry depends on a
user-provided value
.
Copy link
Contributor

@ds-mmaul ds-mmaul left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@ds-mmaul ds-mmaul merged commit e43977f into eclipse-tractusx:main Feb 1, 2024
14 of 18 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants