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,6 @@
|
|||
Manifest-Version: 1.0
|
||||
Implementation-Title: com.example.premain
|
||||
Implementation-Version: 1.0.0
|
||||
Premain-Class: com.example.Agent
|
||||
Can-Redefine-Classes: true
|
||||
Can-Retransform-Classes: true
|
||||
|
|
@ -0,0 +1,9 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<idea-plugin>
|
||||
<id>com.example.premain</id>
|
||||
<name>Premain Agent Plugin</name>
|
||||
<version>1.0.0</version>
|
||||
<vendor>Example Inc</vendor>
|
||||
<description>Ships a java-agent via Premain-Class — can rewrite bytecode at startup.</description>
|
||||
<depends>com.intellij.modules.platform</depends>
|
||||
</idea-plugin>
|
||||
Loading…
Add table
Add a link
Reference in a new issue