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

fix | Security issue fix for Dependabot bump. #182

Merged

Conversation

ChetanT-System
Copy link
Contributor

@ChetanT-System ChetanT-System commented May 20, 2024

Description

  • Security issue fixed.
  • Dependabot bump version fixes.

Pre-review checks

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


if (policy.getTechnicalKey().equals(edcAssetConfigurableConstant.getBpnNumberTechnicalKey())
&& !values.isEmpty() && !values.contains(sdeConfigurationProperties.getManufacturerId())
&& (values.size() == 1 && !values.get(0).equals(""))) {

Check notice

Code scanning / CodeQL

Inefficient empty string test Note

Inefficient comparison to empty string, check for zero length instead.
Copy link
Contributor

@sachinargade123 sachinargade123 left a comment

Choose a reason for hiding this comment

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

LGTM

@adityagajbhiye9 adityagajbhiye9 requested review from almadigabor and removed request for amoldashwant May 20, 2024 09:54
Copy link
Contributor

@amoldashwant amoldashwant left a comment

Choose a reason for hiding this comment

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

LGTM

@adityagajbhiye9
Copy link
Contributor

@ChetanT-System Please check dependency.

@ChetanT-System
Copy link
Contributor Author

@ChetanT-System Please check dependency.

@adityagajbhiye9 Updated !

@ChetanT-System
Copy link
Contributor Author

@almadigabor Please review and approve the PR.

@almadigabor almadigabor merged commit 00b2e34 into eclipse-tractusx:main May 21, 2024
6 checks passed
@almadigabor almadigabor deleted the security_issue_fix_24.05 branch May 21, 2024 12:33
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