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: README.md
+5-3Lines changed: 5 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -32,13 +32,15 @@ This script uses the National Vulnerability Database (NVD) API to fetch Common V
32
32
14. API Integration: It leverages the NVD API to retrieve and present accurate CVE information for the specified software version.
33
33
15. Store results in text: Store the results in a nice formatted way [In first version, not supported any more]
34
34
16. Add every CVE public exploit availability.
35
+
17. The v2.1 release of the code optimizes the previous version by incorporating asynchronous HTTP requests using the aiohttp library, faster response time.
0 commit comments