Skip to content

Commit

Permalink
Update README.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
rpiazza authored Dec 22, 2023
1 parent 80cb989 commit 223180b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ Identity objects
Vulnerability objects
~~~~~~~~~~~~~~~~~~~~~

- All “published” CVEs (updated daily). As of March 2021, there are approximately 150,000 objects.
- All “published” CVEs (updated daily). As of December 2023, there are over 200,000 objects.

Using Python and STIX 2.1
-------------------------
Expand Down Expand Up @@ -95,7 +95,7 @@ Once this filter is defined, you can pass it to the DataSource `query` function
vulnerabilities = fs.query([filter])
*This query will process approximately 150,000 objects, which takes about 2 minutes.*
*This query will process over 200,000 objects, which takes serveral minutes.*

Notice that the `query` function takes a **list** of filters. These filters are logically AND'd together during the query.

Expand Down

0 comments on commit 223180b

Please sign in to comment.