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
16 changes: 16 additions & 0 deletions docs/guides/advanced_search.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ The currently supported fields are:
- **vendor** - Search by vendor name (e.g., `microsoft`).
- **product** - Search by product name (e.g., `android`).
- **userTag** - Search by user tag associated with the CVE.
- **project** – Search using the vendors and products subscribed in a project.

!!! important
Each field supports specific operators to refine your queries effectively:
Expand Down Expand Up @@ -112,6 +113,21 @@ To search all CVE in 1999's:
cve:CVE-1999
```

To search all CVEs related to the vendors and products subscribed to in a project:

```
project:my-project
```

!!! tip
Using the `project` field is convenient, as it automatically expands to include all the vendors and products your project is subscribed to.

For example, if **my-project** is subscribed to the **vendorX** and **vendorY** vendors, and the **productZ** product, the following two queries are equivalent:

- `project:my-project`
- `vendor:vendorX OR vendor:vendorY OR product:productZ`


## Query Builder

If you're not comfortable writing advanced queries manually, OpenCVE provides a **Query Builder** to help you.
Expand Down
Binary file modified docs/images/guides/advanced_search/query-builder.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.