jfrog / jfrog-idea-plugin

JFrog IntelliJ IDEA plugin
https://jfrog.github.io/jfrog-idea-plugin/
Apache License 2.0
199 stars 34 forks source link

Vulnerability details unavailable in current version, previously displayed #462

Closed vipulasri closed 5 months ago

vipulasri commented 10 months ago

Describe the bug The plugin doesn't shows vulnerability details other than just listing the vulnerability titles

To Reproduce

  1. Scan the project
  2. Observe the list of vulnerabilities inside the dependencies
  3. Click on the vulnerability name and observe nothing pops-up in the right pane

Expected behavior Clicking on vulnerability name should ideally display the details about the vulnerability, as previously it used to work.

Screenshots

Screenshot 2023-12-28 at 3 52 03 PM

Versions

asafgabai commented 10 months ago

Hey @vipulasri, Thank you for flagging this issue. We've traced it to JCEF (Java Chromium Embedded Framework) instability in Android Studio 2023.1. This impacts various plugins, including those bundled with Android Studio, relying on JCEF functionality. While we investigate and work on a fix, you might consider reverting to Android Studio 2022.3, where JCEF appears stable. We recognize this workaround isn't ideal and are actively addressing the problem in our plugin. Additionally, we've opened an issue with the Android Studio team. We'll provide updates on our progress here.

vipulasri commented 5 months ago

The feature is working fine on the latest version of Android Studio