-
Notifications
You must be signed in to change notification settings - Fork 20
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
Previously Recognized Commandline Not Recognized? #102
Comments
Hi ! let me reproduce it, there has been a lot of changes since 1.0.1. If you've compiled it from latest sources, the rules of type "list" are broken at the moment. I'll commit a fix in a few hours. |
Thanks for the quick reply - I didn't compile, installed from the debs. |
Can you post the content of the rule? Also open the rule and save it. There're new configuration items that your rule won't have for sure and maybe it's causing problems. |
Here's the content of the json:
I opened & re-saved; it appears that it might be working now. |
great! probably you have to do the same for the rest of the rules (sorry for that..). If it works close the issue please. |
Sorry, actually I stand corrected - I just got the notification again. I guess previously when I thought it was fixed, the application just hadn't tried the type of connection that triggered it. So it looks like the issue remains. |
Okk.... reproduced... the problem is the case-insensitive/sensitive check. If you mark the rule as [x] case sensitive it'll work. I'll test it and commit it ASAP. Thank you very much @metal450 !! as always :) |
Hi,
I (finally) just updated from 1.0.1 to 1.3.0-rc2. I had an existing rule, with a command-line regex like:
.*\/opt\/portfolio\/PortfolioPerformance.*\/opt\/portfolio\/\/plugins\/org\.eclipse\.equinox\.launcher\.gtk\.linux.*
Immediately after updating, it started showing a notification for this application - the full commandline is as follows, which I believe should still be matched by the rule above...?
/usr/bin/java -XX:+IgnoreUnrecognizedVMOptions --add-modules=ALL-SYSTEM --illegal-access=permit -XX:+UseG1GC -XX:+UseStringDeduplication -Xms256m -Xmx768m -Djdk.gtk.version=3 -jar /opt/portfolio//plugins/org.eclipse.equinox.launcher_1.5.700.v20200207-2156.jar -os linux -ws gtk -arch x86_64 -showsplash -launcher /opt/portfolio/PortfolioPerformance -name PortfolioPerformance --launcher.library /opt/portfolio//plugins/org.eclipse.equinox.launcher.gtk.linux.x86_64_1.1.1200.v20200508-1552/eclipse_1801.so -startup /opt/portfolio//plugins/org.eclipse.equinox.launcher_1.5.700.v20200207-2156.jar --launcher.overrideVmargs -exitdata 20021 -vm /usr/bin/java -vmargs -XX:+IgnoreUnrecognizedVMOptions --add-modules=ALL-SYSTEM --illegal-access=permit -XX:+UseG1GC -XX:+UseStringDeduplication -Xms256m -Xmx768m -Djdk.gtk.version=3 -jar /opt/portfolio//plugins/org.eclipse.equinox.launcher_1.5.700.v20200207-2156.jar
Thanks in advance :)
The text was updated successfully, but these errors were encountered: