You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/guides/advanced_search.md
-17Lines changed: 0 additions & 17 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,5 @@
1
1
# Advanced Search
2
2
3
-
!!! note "Notes"
4
-
This feature is currently in **Beta**, and its syntax may change in future releases until it becomes fully stable.
5
-
6
-
To keep the deployment process simple and avoid introducing additional components into the architecture—such as ElasticSearch—we have opted to use raw SQL queries with the existing PostgreSQL database. This decision follows the [KISS](https://en.wikipedia.org/wiki/KISS_principle) principle. However, we acknowledge that this approach may have performance limitations. In the future, we will evaluate whether to maintain this architecture or transition to a more specialized and efficient solution if the project's needs evolve.
7
-
8
3
## Overview
9
4
10
5
The **Advanced Search** feature in OpenCVE allows users to precisely target the CVEs they are looking for by offering greater flexibility and control. Instead of relying on broad searches, users can filter CVEs based on specific criteria, enabling them to focus on the vulnerabilities that matter most to their organization or projects.
@@ -17,12 +12,6 @@ This feature is particularly useful for security professionals who need to:
17
12
- Refine search results to avoid irrelevant CVEs.
18
13
- Combine multiple conditions to create complex search queries.
19
14
20
-
## Enabling Advanced Search
21
-
22
-
To enable the advanced search feature, click on the following icon in the [CVEs listing page](https://app.opencve.io/cve/):
By default, the search bar accepts a single keyword, which will automatically search within the **description** field of the CVEs.
27
16
28
17
For example, searching for the keyword python will return all CVEs that mention "python" in their description:
@@ -173,9 +162,3 @@ This limitation helps prevent excessive load on the database. If this restrictio
173
162
174
163
!!! tip
175
164
You can update this value with the `CVES_ADVANCED_SEARCH_MAX_FIELDS` setting if you manage your own OpenCVE instance.
176
-
177
-
## Beta Status & Future Plans
178
-
179
-
The Advanced Search feature is currently in **Beta**, meaning that its syntax and capabilities may change in future releases. Feedback from users will help shape improvements to the system, including potential performance optimizations and new search capabilities.
180
-
181
-
If you encounter any issues or have suggestions, feel free to share your feedback with the OpenCVE team on [Github issues](https://github.com/opencve/opencve/issues).
0 commit comments