Releases: POSIdev-community/AI.Plugin.VSCode
Releases · POSIdev-community/AI.Plugin.VSCode
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
- PT AI 4.9.1 API support.
2.3.1
- 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
2.2.4
2.2.3
To make the plugin easier to use, we added the PT APPLICATION INSPECTOR tab to the Activity Bar. This tab contains the following:
• The new CODE SCANNING section with the list of detected vulnerabilities, scan start and stop buttons (moved from the the status bar in the lower part of the window), and the filter button to filter vulnerabilities by severity, status, and suppression from scan results (duplicates the PT Application Inspector: Show Vulnerabilities command).
• The DATA FLOW, ADDITIONAL CONDITIONS, SCAN HISTORY, and EXPLOIT sections moved from the EXPLORER panel.
2.2.2
- 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.
- PT AI 4.7.0 API support added.
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
- PT AI 4.6.0 API support added