Skip to content

Commit 6f64428

Browse files
chg: [user-manual] Added some examples of correlations.
1 parent 406a2b1 commit 6f64428

File tree

1 file changed

+7
-2
lines changed
  • content/user-manual/correlations

1 file changed

+7
-2
lines changed

content/user-manual/correlations/index.md

+7-2
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ Vulnerability-Lookup not only retrieves vulnerability information from various s
1212
affected software, sightings, and other relevant metadata (Vulnrichment, CISA KEV).
1313

1414

15+
### Related vulnerabilities
16+
1517
Related vulnerabilities are located in the container ``vulnerability-lookup:linked``:
1618

1719
```bash
@@ -26,7 +28,7 @@ $ curl --silent 'https://vulnerability.circl.lu/api/vulnerability/CVE-2015-2051?
2628

2729
```
2830

29-
The correlations is based on the various sources used by the Vulnerability-Lookup installation:
31+
The correlations are based on the various sources used by the Vulnerability-Lookup installation:
3032

3133
```bash
3234
$ curl --silent 'https://vulnerability.circl.lu/api/vulnerability/CVE-2015-2051?with_linked=true' | jq '.["vulnerability-lookup:linked"] | keys'
@@ -99,4 +101,7 @@ $ curl --silent 'https://vulnerability.circl.lu/api/vulnerability/CVE-2015-2051?
99101
}
100102
]
101103
]
102-
```
104+
```
105+
106+
107+
### Sightings

0 commit comments

Comments
 (0)