track IntelliJ/JetBrains plugins in collect_user_extensions (This PR adds support for detecting and tracking installed plugins in IntelliJ IDEA and other JetBrains IDEs (PyCharm, GoLand, WebStorm, etc.) as part of the dev machine extension scan.)#40
Closed
devanshu-oss wants to merge 2 commits intostep-security:mainfrom
Closed
track IntelliJ/JetBrains plugins in collect_user_extensions (This PR adds support for detecting and tracking installed plugins in IntelliJ IDEA and other JetBrains IDEs (PyCharm, GoLand, WebStorm, etc.) as part of the dev machine extension scan.)#40devanshu-oss wants to merge 2 commits intostep-security:mainfrom
devanshu-oss wants to merge 2 commits intostep-security:mainfrom
Conversation
Author
|
Hi team! I've added IntelliJ/JetBrains plugin tracking to complement the existing VSCode and Cursor extension detection. Would love to get a review when you get a chance. Thanks!" |
Member
|
Hey @devanshu-oss, we have moved on to a new Go based binary out of a single shell script so we will be closing this PR. Thanks for taking time to contribute. cc: @ashishkurmi |
Member
|
Thanks @devanshu-oss for your contribution! Closing the PR as per @swarit-stepsecurity's comment. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
This PR adds support for detecting and tracking installed plugins in IntelliJ IDEA and other JetBrains IDEs (PyCharm, GoLand, WebStorm, etc.) as part of the dev machine extension scan.
Changes
In
collect_user_extensions(), added a new detection block that:~/Library/Application Support/JetBrains/*/plugins/— the standard macOS location where all JetBrains IDEs store their pluginsIntelliJIdea2024.1,PyCharm2023.3, etc.)ide_type: "intellij", consistent with how VSCode and Cursor extensions are reportedMotivation
IntelliJ IDEA is one of the most widely used IDEs among Java/Kotlin/backend developers. Tracking its plugins alongside VSCode and Cursor extensions gives a more complete picture of the tools installed on a developer's machine.
Testing
Tested on macOS with IntelliJ IDEA installed. Plugins are correctly detected and reported in both
--prettyan