feat: support plugin update zip scan and .vmoptions read interception
This commit is contained in:
@@ -43,3 +43,22 @@ EQUAL,com.janetfilter.core.utils.StringUtils
|
||||
[Ignore_Resource]
|
||||
EQUAL,/com/janetfilter/core/utils/StringUtils.class
|
||||
# EQUAL,/com/janetfilter/core/utils/DateUtils.class
|
||||
|
||||
[Trace_Check_Package]
|
||||
# Short method names are only treated as suspicious when the stack class name matches these rules.
|
||||
# PREFIX,com.example.plugin.
|
||||
|
||||
[Auto_Scan_Plugin]
|
||||
# Auto scan matches plugin ids first, then hides matched canary classes from those plugins.
|
||||
# Leave this section empty to disable default auto scan plugin rules.
|
||||
|
||||
[Auto_Scan_Package]
|
||||
# Leave this section empty to disable default auto scan package rules.
|
||||
|
||||
[Auto_Scan_Exclude]
|
||||
# PREFIX,com.example.safe.
|
||||
|
||||
[Auto_Scan_Ide_Plugin_Path]
|
||||
# Match current idea.paths.selector on the left side, then scan the configured plugin root.
|
||||
# EQUAL,IntelliJIdea2026.2=D:\Develop\Jetbrains\Settings\.IntelliJIdea\config\plugins
|
||||
# EQUAL,IntelliJIdea2025.3=D:\Develop\Jetbrains\Settings\.IntelliJIdea2\config\plugins
|
||||
Reference in New Issue
Block a user