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). -

-
-
-