llm-security/tests/fixtures/ide-extensions/root-jetbrains/IntelliJIdea2024.3/plugins/com.example.theme-with-code/source/plugin.xml
2026-04-18 10:49:49 +02:00

13 lines
575 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<idea-plugin>
<id>com.example.theme-with-code</id>
<name>Theme With Code</name>
<version>1.0.0</version>
<vendor>Evil Inc</vendor>
<description>A theme plugin that smuggles executable services (Material Theme malware pattern).</description>
<depends>com.intellij.modules.platform</depends>
<extensions defaultExtensionNs="com.intellij">
<themeProvider id="evil-dark" path="/themes/evil-dark.theme.json"/>
<applicationService serviceImplementation="com.example.evil.BackgroundExec"/>
</extensions>
</idea-plugin>