From 4c3a204529e19722f43174c38923566c9f3bb724 Mon Sep 17 00:00:00 2001 From: Peter Smulovics Date: Fri, 3 Jul 2026 10:16:48 -0400 Subject: [PATCH] adding Vexum proposal --- projects/vexum/project-data.yaml | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 projects/vexum/project-data.yaml diff --git a/projects/vexum/project-data.yaml b/projects/vexum/project-data.yaml new file mode 100644 index 0000000..9641ea1 --- /dev/null +++ b/projects/vexum/project-data.yaml @@ -0,0 +1,30 @@ +header: + schema-version: 2.1.0 # Security Insights v2.1.0 - https://github.com/ossf/security-insights + last-updated: '2026-07-02' + last-reviewed: '2026-07-02' + comment: | + This data is being collected as part of the incubation for the Vexum project. + +project: + name: "Vexum" # Replace with actual project name + homepage: "https://docs.core.vexa.ai/" # Replace with actual homepage URL + administrators: + - name: "Dmitry Grankin" # Replace with actual name + affiliation: "Vexa" # Replace with actual affiliation + social: "DmitriyG228" # Replace with actual GitHub handle + primary: true # true if primary, false otherwise + - name: "Peter Smulovics" # Replace with actual name + affiliation: "Morgan Stanley # Replace with actual affiliation + social: "psmulovics" # Replace with actual GitHub handle + primary: false # true if primary, false otherwise + # Add more administrators as needed + documentation: + quickstart-guide: "https://docs.core.vexa.ai/quickstart" # Replace with actual link + detailed-guide: "https://docs.core.vexa.ai/how-to/overview" # Replace with actual link + repositories: + - name: "vexum" # Replace with actual repository name + url: "https://github.com/Vexa-ai/vexa-core" # Replace with actual repository URL + comment: | + See README for details of what this repository contains. + vulnerability-reporting: + reports-accepted: false