From 4263f6380cc7d053a3d5cf31724381c563c0c5ab Mon Sep 17 00:00:00 2001 From: "m.amirkar" Date: Sat, 18 Oct 2025 12:18:04 +0330 Subject: [PATCH 1/2] fix: typo --- docs/organizations_projects.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/organizations_projects.md b/docs/organizations_projects.md index 0e70a57..ccee3c9 100644 --- a/docs/organizations_projects.md +++ b/docs/organizations_projects.md @@ -2,7 +2,7 @@ ## Organizations -In OpenCVE, an **Organization** is the highest-level object. Without an organization, a user cannot subscribe to products or vendors, nor receive notifications when a CVE appears or is updated. +In OpenCVE, an **Organization** is the highest-level object. Without an organization, a user cannot subscribe to products or vendors, or receive notifications when a CVE appears or is updated. Each user can belong to one or more organizations, with one of the following two roles: From d9734d810238aec49163896f752559b2804cad0b Mon Sep 17 00:00:00 2001 From: "m.amirkar" Date: Sat, 18 Oct 2025 12:41:08 +0330 Subject: [PATCH 2/2] fix: fix install help command typo --- docs/deployment.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/deployment.md b/docs/deployment.md index 0b375a1..b8df2fc 100644 --- a/docs/deployment.md +++ b/docs/deployment.md @@ -85,7 +85,7 @@ You can run dedicated commands of the `install.sh` script if you want to proceed ``` !!! note - For details about each command: `./install -h`. + For details about each command: `./install.sh -h`. ### init-docker-stack