From 4b07ed720ed92aae253447d75a52546bc97cba34 Mon Sep 17 00:00:00 2001 From: aecsocket <43144841+aecsocket@users.noreply.github.com> Date: Thu, 23 Jul 2026 09:12:37 +0100 Subject: [PATCH] remove old ui --- .../moderation/technical-review/rules.vue | 22 ------------------- 1 file changed, 22 deletions(-) diff --git a/apps/frontend/src/pages/moderation/technical-review/rules.vue b/apps/frontend/src/pages/moderation/technical-review/rules.vue index 6cf23d476a..254415f84d 100644 --- a/apps/frontend/src/pages/moderation/technical-review/rules.vue +++ b/apps/frontend/src/pages/moderation/technical-review/rules.vue @@ -226,28 +226,6 @@ /> -
- CEL contract and input -
-

- Effects are maps such as - { "severity": "low", "hidden": false }. Severity can be low, - medium, high, or severe. -

-

- Rules run in the order shown below. The first rule that returns a non-null effect wins. -

-

- The input object contains schema_version, - trace (key, issue_type, severity, - jar, file_path, data), - scan.delphi_version, artifact (size, - hashes), and stable IDs under scope (project_id, - version_id, file_id). -

-
-
-