From e7bdfc6f6c1fbd6f7edc2c2e9cbbd922c9bfe34d Mon Sep 17 00:00:00 2001 From: Ads Dawson <104169244+GangGreenTemperTatum@users.noreply.github.com> Date: Tue, 23 Jul 2024 20:44:36 -0400 Subject: [PATCH] chore: move data gathering into v2 struct (#390) --- .../entrydatasupport/{ => 2_0/2_0_candidates}/BackdoorAttacks.md | 0 .../entrydatasupport/{ => 2_0/2_0_candidates}/BypassingSIUSPL.md | 0 .../{ => 2_0/2_0_candidates}/DangerousHallucinations.md | 0 .../entrydatasupport/{ => 2_0/2_0_candidates}/DeepFakeThreat.md | 0 .../entrydatasupport/{ => 2_0/2_0_candidates}/InsecureDesign.md | 0 data_gathering/entrydatasupport/{ => 2_0/2_0_candidates}/LICENSE | 0 .../entrydatasupport/{ => 2_0/2_0_candidates}/README.md | 0 .../{ => 2_0/2_0_candidates}/SensitiveInfoDisclosure.md | 0 .../entrydatasupport/{ => 2_0/2_0_candidates}/SupplyChainV.md | 0 .../{ => 2_0/2_0_candidates}/UnwantedAIActions.md | 0 .../{ => 2_0/2_0_candidates}/VulnerableAutonomousAgents.md | 0 .../entrydatasupport/{ => 2_0/2_0_candidates}/promptinjection.md | 0 12 files changed, 0 insertions(+), 0 deletions(-) rename data_gathering/entrydatasupport/{ => 2_0/2_0_candidates}/BackdoorAttacks.md (100%) rename data_gathering/entrydatasupport/{ => 2_0/2_0_candidates}/BypassingSIUSPL.md (100%) rename data_gathering/entrydatasupport/{ => 2_0/2_0_candidates}/DangerousHallucinations.md (100%) rename data_gathering/entrydatasupport/{ => 2_0/2_0_candidates}/DeepFakeThreat.md (100%) rename data_gathering/entrydatasupport/{ => 2_0/2_0_candidates}/InsecureDesign.md (100%) rename data_gathering/entrydatasupport/{ => 2_0/2_0_candidates}/LICENSE (100%) rename data_gathering/entrydatasupport/{ => 2_0/2_0_candidates}/README.md (100%) rename data_gathering/entrydatasupport/{ => 2_0/2_0_candidates}/SensitiveInfoDisclosure.md (100%) rename data_gathering/entrydatasupport/{ => 2_0/2_0_candidates}/SupplyChainV.md (100%) rename data_gathering/entrydatasupport/{ => 2_0/2_0_candidates}/UnwantedAIActions.md (100%) rename data_gathering/entrydatasupport/{ => 2_0/2_0_candidates}/VulnerableAutonomousAgents.md (100%) rename data_gathering/entrydatasupport/{ => 2_0/2_0_candidates}/promptinjection.md (100%) diff --git a/data_gathering/entrydatasupport/BackdoorAttacks.md b/data_gathering/entrydatasupport/2_0/2_0_candidates/BackdoorAttacks.md similarity index 100% rename from data_gathering/entrydatasupport/BackdoorAttacks.md rename to data_gathering/entrydatasupport/2_0/2_0_candidates/BackdoorAttacks.md diff --git a/data_gathering/entrydatasupport/BypassingSIUSPL.md b/data_gathering/entrydatasupport/2_0/2_0_candidates/BypassingSIUSPL.md similarity index 100% rename from data_gathering/entrydatasupport/BypassingSIUSPL.md rename to data_gathering/entrydatasupport/2_0/2_0_candidates/BypassingSIUSPL.md diff --git a/data_gathering/entrydatasupport/DangerousHallucinations.md b/data_gathering/entrydatasupport/2_0/2_0_candidates/DangerousHallucinations.md similarity index 100% rename from data_gathering/entrydatasupport/DangerousHallucinations.md rename to data_gathering/entrydatasupport/2_0/2_0_candidates/DangerousHallucinations.md diff --git a/data_gathering/entrydatasupport/DeepFakeThreat.md b/data_gathering/entrydatasupport/2_0/2_0_candidates/DeepFakeThreat.md similarity index 100% rename from data_gathering/entrydatasupport/DeepFakeThreat.md rename to data_gathering/entrydatasupport/2_0/2_0_candidates/DeepFakeThreat.md diff --git a/data_gathering/entrydatasupport/InsecureDesign.md b/data_gathering/entrydatasupport/2_0/2_0_candidates/InsecureDesign.md similarity index 100% rename from data_gathering/entrydatasupport/InsecureDesign.md rename to data_gathering/entrydatasupport/2_0/2_0_candidates/InsecureDesign.md diff --git a/data_gathering/entrydatasupport/LICENSE b/data_gathering/entrydatasupport/2_0/2_0_candidates/LICENSE similarity index 100% rename from data_gathering/entrydatasupport/LICENSE rename to data_gathering/entrydatasupport/2_0/2_0_candidates/LICENSE diff --git a/data_gathering/entrydatasupport/README.md b/data_gathering/entrydatasupport/2_0/2_0_candidates/README.md similarity index 100% rename from data_gathering/entrydatasupport/README.md rename to data_gathering/entrydatasupport/2_0/2_0_candidates/README.md diff --git a/data_gathering/entrydatasupport/SensitiveInfoDisclosure.md b/data_gathering/entrydatasupport/2_0/2_0_candidates/SensitiveInfoDisclosure.md similarity index 100% rename from data_gathering/entrydatasupport/SensitiveInfoDisclosure.md rename to data_gathering/entrydatasupport/2_0/2_0_candidates/SensitiveInfoDisclosure.md diff --git a/data_gathering/entrydatasupport/SupplyChainV.md b/data_gathering/entrydatasupport/2_0/2_0_candidates/SupplyChainV.md similarity index 100% rename from data_gathering/entrydatasupport/SupplyChainV.md rename to data_gathering/entrydatasupport/2_0/2_0_candidates/SupplyChainV.md diff --git a/data_gathering/entrydatasupport/UnwantedAIActions.md b/data_gathering/entrydatasupport/2_0/2_0_candidates/UnwantedAIActions.md similarity index 100% rename from data_gathering/entrydatasupport/UnwantedAIActions.md rename to data_gathering/entrydatasupport/2_0/2_0_candidates/UnwantedAIActions.md diff --git a/data_gathering/entrydatasupport/VulnerableAutonomousAgents.md b/data_gathering/entrydatasupport/2_0/2_0_candidates/VulnerableAutonomousAgents.md similarity index 100% rename from data_gathering/entrydatasupport/VulnerableAutonomousAgents.md rename to data_gathering/entrydatasupport/2_0/2_0_candidates/VulnerableAutonomousAgents.md diff --git a/data_gathering/entrydatasupport/promptinjection.md b/data_gathering/entrydatasupport/2_0/2_0_candidates/promptinjection.md similarity index 100% rename from data_gathering/entrydatasupport/promptinjection.md rename to data_gathering/entrydatasupport/2_0/2_0_candidates/promptinjection.md