test(llm-security): add JetBrains fixture tree + build helper

This commit is contained in:
Kjell Tore Guttormsen 2026-04-18 10:49:49 +02:00
commit c5912b2466
21 changed files with 324 additions and 0 deletions

View file

@ -0,0 +1,3 @@
Manifest-Version: 1.0
Implementation-Title: com.example.benign
Implementation-Version: 1.0.0

View file

@ -0,0 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<idea-plugin>
<id>com.example.benign</id>
<name>Benign Example</name>
<version>1.0.0</version>
<vendor url="https://example.com">Example Inc</vendor>
<description>A well-behaved plugin with no flagged signals.</description>
<idea-version since-build="232.0" until-build="242.*"/>
<depends>com.intellij.modules.platform</depends>
</idea-plugin>