Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ On OpenCVE [Community](https://github.com/opencve/opencve), tokens support two a
- **Read-only**: can only perform read operations
- **Read-write**: can perform both read and write operations

On OpenCVE [Cloud](https://www.opencve.io), you can create tokens with **granular scopes** to follow the principle of least privilege. For example:
On OpenCVE [Cloud](https://www.opencve.io/?utm_source=docs&utm_medium=content&utm_campaign=cloud_conversion), you can create tokens with **granular scopes** to follow the principle of least privilege. For example:

- A monitoring dashboard token limited to `catalog:read` and `tracker:read`
- An onboarding pipeline token with `projects:read` and `subscriptions:write` to sync subscriptions from your inventory without granting full write access
Expand Down
2 changes: 1 addition & 1 deletion docs/concepts/kb.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## Overview

The Knowledge Base (KB) is at the core of how OpenCVE operates. It serves as a centralized repository of the CVEs data, shared by all OpenCVE instances, including the [SaaS version](https://www.opencve.io).
The Knowledge Base (KB) is at the core of how OpenCVE operates. It serves as a centralized repository of the CVEs data, shared by all OpenCVE instances, including the [SaaS version](https://www.opencve.io/?utm_source=docs&utm_medium=content&utm_campaign=cloud_conversion).

The KB is hosted as a public GitHub repository at [https://github.com/opencve/opencve-kb](https://github.com/opencve/opencve-kb), so everyone can access it freely.

Expand Down
2 changes: 1 addition & 1 deletion docs/deployment.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Deployment & Setup

!!! tip
The easiest way to run OpenCVE is to use [OpenCVE Cloud](https://www.opencve.io/) (no installation, configuration or maintenance needed).
The easiest way to run OpenCVE is to use [OpenCVE Cloud](https://app.opencve.io/signup?utm_source=docs&utm_medium=content&utm_campaign=signup) (no installation, configuration or maintenance needed).

You can install the complete OpenCVE stack with Docker. It includes all the services needed to run OpenCVE (Django webserver, Airflow, Redis, PostgreSQL, Nginx).

Expand Down
2 changes: 1 addition & 1 deletion docs/guides/advanced_search.md
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ Note:
- The builder does not support `OR` logic—only `AND`.
- It cannot reverse-engineer an existing query into the form.

Look for the **Query Builder** buttons when performing advanced searches on the [vulnerabilities](https://app.opencve.io/cve/) page:
Look for the **Query Builder** buttons when performing advanced searches on the [vulnerabilities](https://app.opencve.io/cve/?utm_source=docs&utm_medium=content&utm_campaign=cloud_conversion) page:

![Open Query Builder](../images/guides/advanced_search/open-query-builder.png){.center style="width:100%"}

Expand Down
4 changes: 2 additions & 2 deletions docs/guides/automations.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ If you leave conditions empty, **all CVEs** that match the trigger (alert) or fa
Conditions are useful for triage because they prevent every CVE update from generating noise. A project subscribed to a broad vendor can still receive focused alerts when you combine event triggers with strict conditions.

!!! warning "Plan availability"
Some conditions and OR groups require a paid plan on [OpenCVE Cloud](https://www.opencve.io/). See [Availability](#availability) below.
Some conditions and OR groups require a paid plan on [OpenCVE Cloud](https://www.opencve.io/?utm_source=docs&utm_medium=content&utm_campaign=cloud_conversion). See [Availability](#availability) below.

## Actions

Expand Down Expand Up @@ -182,7 +182,7 @@ Here are practical workflows for security teams.

## Cloud plan limits

The following automation features and limits apply to [OpenCVE Cloud](https://www.opencve.io/):
The following automation features and limits apply to [OpenCVE Cloud](https://www.opencve.io/?utm_source=docs&utm_medium=content&utm_campaign=cloud_conversion):

| Feature | Free | Starter | Pro | Enterprise |
| ---------------------------------------------------------------- | ---- | ------- | ---------------- | ---------- |
Expand Down
2 changes: 1 addition & 1 deletion docs/guides/mfa.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Once MFA is enabled, each new login will require your one-time OTP code.

!!! warning "Enterprise Cloud only"

MFA Enforcement is available only on the **Enterprise plan** of the [OpenCVE.io](https://www.opencve.io) Cloud offering.
MFA Enforcement is available only on the **Enterprise plan** of the [OpenCVE.io](https://www.opencve.io/?utm_source=docs&utm_medium=content&utm_campaign=cloud_conversion) Cloud offering.

Organization owners can enforce MFA for all members of their organization.

Expand Down
2 changes: 1 addition & 1 deletion docs/guides/report_summaries.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ This feature is especially useful for quickly identifying what really matters in

!!! info

On [OpenCVE.io](https://www.opencve.io), this feature is enabled for **Starter**, **Pro**, and **Enterprise** customers.
On [OpenCVE.io](https://www.opencve.io/?utm_source=docs&utm_medium=content&utm_campaign=cloud_conversion), this feature is enabled for **Starter**, **Pro**, and **Enterprise** customers.

If you are using the [on-premise version](https://github.com/opencve/opencve) of OpenCVE, you can also enable this feature, provided you have access to an API compatible with the **OpenAI API format** (Chat Completions endpoint).

Expand Down
2 changes: 1 addition & 1 deletion docs/guides/sso_saml2.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ OpenCVE supports SAML2-based Single Sign-On, allowing your team members to sign

!!! warning "Enterprise Cloud only"

SAML2 SSO is exclusively available on the **Enterprise plan** of the [OpenCVE.io](https://www.opencve.io) Cloud offering. It is not included in the community (self-hosted) edition.
SAML2 SSO is exclusively available on the **Enterprise plan** of the [OpenCVE.io](https://www.opencve.io/?utm_source=docs&utm_medium=content&utm_campaign=cloud_conversion) Cloud offering. It is not included in the community (self-hosted) edition.

## Overview

Expand Down
6 changes: 3 additions & 3 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

----------------

Try **for free** OpenCVE on [https://www.opencve.io](https://www.opencve.io) or check [documentation](https://docs.opencve.io) to install it yourself.
Try **for free** OpenCVE on [https://app.opencve.io/signup](https://app.opencve.io/signup?utm_source=docs&utm_medium=content&utm_campaign=signup) or check [documentation](https://docs.opencve.io) to install it yourself.

## What is OpenCVE

Expand All @@ -42,11 +42,11 @@ OpenCVE cross-references information from multiple reliable sources such as **MI
- **Customize** the notification settings (type of change, filter by score...)
- **Integrate** OpenCVE with your own tools using the Webhook notification or the Rest API

You can use these features on the public instance: [https://www.opencve.io](https://www.opencve.io).
You can use these features on the public instance: [https://www.opencve.io](https://www.opencve.io/?utm_source=docs&utm_medium=content&utm_campaign=cloud_conversion).

## How to Use OpenCVE

1. **Self-Hosted**: You can install and configure OpenCVE on your own server using Docker. This provides full control over your instance.
2. **SaaS Version**: Alternatively, you can use the hosted version of OpenCVE, available at [https://www.opencve.io](https://www.opencve.io). This option requires no setup and is ready to use out of the box.
2. **SaaS Version**: Alternatively, you can use the hosted version of OpenCVE, available at [https://www.opencve.io](https://www.opencve.io/?utm_source=docs&utm_medium=content&utm_campaign=cloud_conversion). This option requires no setup and is ready to use out of the box.

You can explore the [documentation](https://docs.opencve.io) for detailed instructions like the installation, the notifications configuration or the API usage.
Loading