Skip to content

Releases: POSIdev-community/AI.Plugin.IntelliJ

v2.4.0

25 Dec 10:35
Compare
Choose a tag to compare

[2.4.0]

New ways to integrate with PT AI Enterprise Edition have been added. Now you can do the following:

  • Run a local project scan in PT AI Enterprise Server with or without saving the results on the server.
  • Send the source code of a project to PT AI Enterprise Server without running a scan
  • Synchronize scan results between the plugin and the PT AI server

v2.3.1

18 Nov 09:51
2606f28
Compare
Choose a tag to compare
  • Added the Solidity programming language. You can enable code analysis for this language in the .aiproj.json file.
  • Added the option to specify the path to downloaded dependencies used when analyzing code in Java and Python projects.
    The path parameter for downloading dependencies DependenciesPath must be specified in the .aiproj.json file in the
    PythonSettings or JavaSettings section.
  • PT AI 4.8.1 API support.

2.3.0

17 Oct 15:18
Compare
Choose a tag to compare
  • PT AI 4.8.0 API support added.
  • Minor bugfix

2.2.2

17 Sep 09:13
Compare
Choose a tag to compare

To help users sort out a large number of vulnerabilities detected during project scanning, the Assistant function has been added to the plugin.
Assistant helps with the following:

  • Suggests vulnerabilities to be confirmed or discarded
  • Groups similar vulnerabilities and offers to confirm or discard the entire group

2.2.1

06 Jun 08:59
Compare
Choose a tag to compare
  • For static analysis of JavaScript and TypeScript applications, you can now use separate scan modules: Taint and JSA. You can manually select one of them or both by aiproj file.
  • Fixed the Java project scanning errors.
  • Fixed the error that occurred when scanning with the module that searches for vulnerable components in an isolated network.
  • PT AI 4.7.1 API support added.

2.2.0

04 Apr 07:24
Compare
Choose a tag to compare
  • In version 2.2.0, you can scan applications written in several languages. When creating a project, PT Application Inspector plugin analyzes extensions of project files with source code and automatically identifies their languages. If necessary, you can change languages manually.
  • Added support for the Ruby language and its scan engine.
  • Added support for the Go language and its scan engine.
  • Added the JSA.Net scan engine that allows scanning C# projects in Windows and Linux.
  • Replaced the scan engine for Java projects. This fixed issues with dependency loading and improved search for vulnerabilities.
  • Improved the calculation mechanism for the RAM allocated to the processor cores during local scanning if the Use all available resources setting is disabled in the plugins. Improved stability of scan results.
  • Support PT AI 4.7.0

2.1.0

18 Dec 14:03
Compare
Choose a tag to compare
  • The new Intellij IDEA interface is now supported
  • For the Precheck scanning stage, the Feeds processing step is now displayed
  • The Scan History tab is now displayed not only in developer mode
  • Improved the design of pop-up notifications about the code analyzer
  • Data is now stored using SQLite instead of LiteDB
  • For languages that have a main scan module (Java, JavaScript/TypeScript, PHP and Python), the PM Taint core is no longer used
  • Optimized the scanning process
  • ALT Linux OS is now supported in the test mode
  • PT AI 4.6.0 API support added

2.0.1

11 Aug 16:01
Compare
Choose a tag to compare
  • PT AI 4.5.0 API support added
  • Minor bugfixes

2.0.0

08 Jun 14:50
Compare
Choose a tag to compare
  • Added the possibility of teamwork - integration with Application Inspector Enterprise
  • The pre-check stage for the vulnerable components search module has been accelerated
  • Scan settings format changed (.aiproj file)
  • IntelliJ 2023.1+ supported
  • Minor bugfixes

1.3.0

10 Apr 22:00
Compare
Choose a tag to compare
  • Added the ability to scan Python applications