Security Remediations
Opened this issue · 1 comments
IntelliJ
Dependency Analyzer
It helps you detect and resolve conflicting dependencies, filter out identical dependencies and check if they are present in different libraries, and easily navigate across dependencies to correct build configurations.
Package Checker plugin (Only with IntelliJ Ultimate)
IntelliJ IDEA Ultimate can now detect vulnerabilities in Maven or Gradle dependencies used in a project by checking them against the Checkmarx SCA Database and the National Vulnerability Database.
Developers will now be provided with security information about open source packages included directly or indirectly in their code, allowing them to address security concerns during development instead of in production.
Search Packages in Dependencies Tool Window
find the right dependency directly in the IDE, and add it with one simple click.
Note: previously this was available as a plugin