Skip to content

Commit

Permalink
Updated change notes (#304)
Browse files Browse the repository at this point in the history
  • Loading branch information
asafgabai authored Feb 23, 2023
1 parent c9da40b commit a812ebd
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,17 @@
<vendor email="[email protected]" url="https://www.jfrog.com">JFrog</vendor>

<description><![CDATA[
The JFrog plugin adds JFrog Xray scanning of Maven, Gradle, Go, npm, and PyPI project dependencies to your IDE.
The JFrog plugin adds JFrog Xray scanning of Maven, Gradle, Go, npm, Yarn v1, and PyPI project dependencies to your IDE.
The plugin allows developers to see security vulnerabilities and license violations within their code by continuously scanning it locally with JFrog Xray.
Since version 1.8.0, the plugin also allows developers to track the status of the code while it is being built, tested and scanned on the CI server.
It also allows developers to track the status of the code while it is being built, tested and scanned on the CI server.
The plugin is compatible with IntelliJ IDEA, WebStorm, GoLand, PyCharm, and Android Studio.
]]></description>

<change-notes>
<![CDATA[
<li>Remove duplicated components in payload to JFrog Xray</li>
<li>Increase default connection timeout to 5 minutes</li>
<li>Bug - Missing Xray scan results in CI mode</li>
<li>Bug - Stackoverflow when reading credentials from CLI</li>
<li>New look and feel</li>
<li>New details pane that is opened when clicking on a CVE</li>
<li>Support for Contextual Analysis capability, as part of JFrog's Advanced Security package</li>
]]>
</change-notes>

Expand Down

0 comments on commit a812ebd

Please sign in to comment.