Skip to content

Commit 058f11f

Browse files
[Rule Tuning] Sublime Plugin or Application Script Modification (#2180)
* expand filter to sublime text contents Co-authored-by: Justin Ibarra <[email protected]>
1 parent b043695 commit 058f11f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

rules/macos/persistence_modification_sublime_app_plugin_or_script.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[metadata]
22
creation_date = "2020/12/23"
33
maturity = "production"
4-
updated_date = "2022/03/31"
4+
updated_date = "2022/07/26"
55

66
[rule]
77
author = ["Elastic"]
@@ -35,11 +35,11 @@ file where event.type in ("change", "creation") and file.extension : "py" and
3535
) and
3636
not process.executable :
3737
(
38-
"/Applications/Sublime Text*.app/Contents/MacOS/Sublime Text*",
38+
"/Applications/Sublime Text*.app/Contents/*",
3939
"/usr/local/Cellar/git/*/bin/git",
40+
"/Library/Developer/CommandLineTools/usr/bin/git",
4041
"/usr/libexec/xpcproxy",
41-
"/System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Resources/DesktopServicesHelper",
42-
"/Applications/Sublime Text.app/Contents/MacOS/plugin_host"
42+
"/System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Resources/DesktopServicesHelper"
4343
)
4444
'''
4545

0 commit comments

Comments
 (0)