-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Plugin startup triggers symantec end-point protection, powershell command is blocked #153
Comments
Hi @rcastagno thanks for the detailed report, this is the library, looks like it might be a known issue dirs-dev/directories-jvm#28 It's used to get the location to store caches, hopefully the issue will be fixed soon but in the meantime we'll see if it's possible to get the cache directory directly from the IntelliJ SDK |
Thanks for the quick response. |
A fix for this will be released before the end of the week. In the meantime do you have VS Code installed and are you able to let us know if it also triggers symantec end-point protection? |
VS Code 1.88.1 does not trigger Symantec end-point protection |
Sorry, I didn't do a very good job of explaining myself! I meant VS Code with the GitLive extension installed. Also, good news: Version 17.1.1 of the GitLive JetBrains plugin is available that should fix your issue. |
Sorry, brain was not on at that moment. BTW, new version seems good on both VS Code and Idea, thanks! |
After last update I'm getting two symantec errors each time I start Idea, and more specifically each time a start up the plugin.
I verified, and the stopped command looks like this
which can be decoded to
I've been able to track it down to the
directories-26.jar
package which seems to do some convoluted spins to determine a bunch of "default folders", but I've been unable to determine the actual usage of those calls.The fundamental problem is that encoded powershell commands are blocked as they are a security threat.
I'd like to know:
For the time being, I'm disabling this pugin.
The text was updated successfully, but these errors were encountered: