dima74 / intellij-indent-rainbow

Extension which shows indentation with a faint rainbow colored background to make them more readable
https://plugins.jetbrains.com/plugin/13308-indent-rainbow/
GNU General Public License v3.0
64 stars 13 forks source link

log4j issue #38

Closed sascha-andres closed 2 years ago

sascha-andres commented 2 years ago

At my company all machines are scanned for software "containing" the log4j vulnerability. This plugin is highlighted because it is using sentry in version 1.7.30.

Is there any update planned with a newer sentry version?

dima74 commented 2 years ago

I checked the plugin jar and don't find the log4j library: image Actually we exclude log dependency from sentry.

Btw sentry dependency will be removed in the next release.

sascha-andres commented 2 years ago

I assume it is inside the sentry jar file, but this information helped a lot.