test(llm-security): add JetBrains fixture tree + build helper
This commit is contained in:
parent
4b68254127
commit
c5912b2466
21 changed files with 324 additions and 0 deletions
|
|
@ -0,0 +1,3 @@
|
|||
Manifest-Version: 1.0
|
||||
Implementation-Title: com.example.theme-with-code
|
||||
Implementation-Version: 1.0.0
|
||||
|
|
@ -0,0 +1,13 @@
|
|||
<?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>
|
||||
Loading…
Add table
Add a link
Reference in a new issue