Skip to content

Commit d015901

Browse files
Merge branch 'main' of github.com:vulnerability-lookup/vulnerability-lookup.org
2 parents b0518a0 + 91a0ab1 commit d015901

File tree

1 file changed

+1
-1
lines changed
  • content/user-manual/feed-syndication

1 file changed

+1
-1
lines changed

content/user-manual/feed-syndication/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ curl 'https://vulnerability.circl.lu/sightings/feed.atom?vulnerability=CVE-2024-
7878
### Recent sightings related to a product
7979

8080
```bash
81-
curl 'http://127.0.0.1:5000/sightings/cpesearch/cpe:2.3:a:linux:linux:*:*:*:*:*:*:*:*/feed.atom'
81+
curl 'https://vulnerability.circl.lu/sightings/cpesearch/cpe:2.3:a:linux:linux:*:*:*:*:*:*:*:*/feed.atom'
8282
```
8383

8484
This will return recent sightings related to recent CVEs for the specified product (identified by its CPE identifier). Sightings are based on information from various trusted sources, including security websites, Exploit-DB.com, GitHub repositories, security blogs, social networks, and MISP.

0 commit comments

Comments
 (0)