Skip to content

Latest commit

 

History

History
69 lines (48 loc) · 2.76 KB

CHANGELOG.md

File metadata and controls

69 lines (48 loc) · 2.76 KB

[2.3.0]

  • PT AI 4.8.0 API support added.
  • Minor bugfix

[2.2.2]

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]

  • 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]

  • 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.

[2.1.0]

  • 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

[2.0.1]

  • PT AI 4.5.0 API support added
  • Minor bugfixes

[2.0.0]

  • 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]

  • Added the ability to scan Python applications

[1.2.0]

  • Added the ability to scan JavaScript and TypeScript applications

[1.1.0]

  • Added the ability to scan Java applications
  • Support for 2022.* versions of IntelliJ IDEA
  • Improved analyzer loading stability

[1.0.0]

  • Initial release!