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|MSO] : Dependabot reported security issues fixed #180

Merged
merged 4 commits into from
Jul 30, 2024

Conversation

amoldashwant
Copy link
Contributor

Description

Fixed

  • Dependabot reported security issues fixed for tomcat-embed-core.

Pre-review checks

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

@@ -69,7 +69,7 @@
}

@ExceptionHandler(FeignException.class)
public ResponseEntity<Map<String, String>> handleFeignException(FeignException ex) {
public ResponseEntity<Map<String, String>> handleFeignException(FeignException ex, WebRequest request) {

Check notice

Code scanning / CodeQL

Useless parameter Note

The parameter 'request' is never used.
@@ -52,7 +57,7 @@
}

public void deletePackageWorkFlow(SelectedTools tool, Map<String, String> inputConfiguration,
AutoSetupTriggerEntry triger) {
AutoSetupTriggerEntry triger, AutoSetupRequest orgRequest) {

Check notice

Code scanning / CodeQL

Useless parameter Note

The parameter 'orgRequest' is never used.
@almadigabor almadigabor merged commit 9c90eee into eclipse-tractusx:main Jul 30, 2024
5 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.

2 participants