-
Notifications
You must be signed in to change notification settings - Fork 409
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
analysis-kotlin-descriptors-1.9.10.jar is bundled with log4j:1.2.17.2 #3508
Labels
Comments
This appears to be an issue with Dokka 1.9.20 as well |
On a similar note, DependencyCheck also marks the following files/dependencies from 1.9.20 with a MEDIUM severity:
|
These seem to stem from the distribution being a fat jar which is not considered best practice because they introduce issues like this. |
9 tasks
@whyoleg Thanks! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
Similar to #2488
Seems that analysis-kotlin-descriptors-1.9.10.jar is bundled with log4j version 1.2.17.2. DependencyCheck is marking it
CRITICAL
via.gradle/caches/modules-2/files-2.1/org.jetbrains.dokka/analysis-kotlin-descriptors/1.9.10/.../analysis-kotlin-descriptors-1.9.10.jar/META-INF/maven/log4j/log4j/pom.xml
Expected behaviour
Upgrade to log4j version without security issues.
To Reproduce
Check the dependency tree
Installation
Operating system: Linux
Build tool: Gradle v8.5
Dokka version: 1.9.10 & 1.9.20
The text was updated successfully, but these errors were encountered: