Skip to content

Conversation

@Nikita-Smirnov-Exactpro
Copy link
Member

No description provided.

@Nikita-Smirnov-Exactpro Nikita-Smirnov-Exactpro changed the title Update dependencies Migrated to th2 gradle plugin: 0.2.4 (bom: 4.11.0) Apr 7, 2025
@github-advanced-security
Copy link

This pull request sets up GitHub code scanning for this repository. Once the scans have completed and the checks have passed, the analysis results for this pull request branch will appear on this overview. Once you merge this pull request, the 'Security' tab will show more code scanning analysis results (for example, for the default branch). Depending on your configuration and choice of analysis tool, future pull requests will be annotated with code scanning analysis results. For more information about GitHub code scanning, check out the documentation.

@github-actions
Copy link

github-actions bot commented Apr 8, 2025

Test Results

11 tests   11 ✅  7s ⏱️
 6 suites   0 💤
 6 files     0 ❌

Results for commit 03ad292.

Comment on lines +40 to +42
api(libs.commons.compress) {
because("'1.24.0' version has CVE-2024-25710, CVE-2024-26308 vulnerabilities")
}
Copy link
Contributor

Choose a reason for hiding this comment

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

question: Where does this dependency come from? Can we update the original dependency?

Copy link
Member Author

Choose a reason for hiding this comment

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

This dependency is a part for org.testcontainers:testcontainers:1.20.6 and we can't update it now because 1.20.6 is the last version

+--- org.testcontainers:rabbitmq -> 1.20.6
|    \--- org.testcontainers:testcontainers:1.20.6
|         +--- junit:junit:4.13.2
|         |    \--- org.hamcrest:hamcrest-core:1.3
|         +--- org.slf4j:slf4j-api:1.7.36 -> 2.0.17
|         +--- org.apache.commons:commons-compress:1.24.0 -> 1.27.1

Comment on lines +58 to +63
ktlint(libs.logback.core) {
because("'1.3.5' version has CVE-2023-6378, CVE-2024-12798, CVE-2024-12801 vulnerabilities")
}
ktlint(libs.logback.classic) {
because("'1.3.5' version has CVE-2023-6378 vulnerability")
}
Copy link
Contributor

Choose a reason for hiding this comment

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

note: honestly, I don't understand why there would be a need to update dependencies in the linter... It does not go into production or even as a transitive dependency. We can simply exclude ktlint configuration from vulnerabilities verification

Copy link
Member Author

Choose a reason for hiding this comment

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

I would like to see existed vulnerabilities

@Nikita-Smirnov-Exactpro Nikita-Smirnov-Exactpro merged commit 1ac6221 into master Apr 14, 2025
11 checks passed
@Nikita-Smirnov-Exactpro Nikita-Smirnov-Exactpro deleted the update-dependencies branch April 14, 2025 06:32
@Nikita-Smirnov-Exactpro Nikita-Smirnov-Exactpro added the dependencies Dependencies update to newer versions label Apr 14, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Dependencies update to newer versions

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants