We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 425592d commit 9019324Copy full SHA for 9019324
README.md
@@ -12,4 +12,7 @@ Requirements
12
13
Usage
14
-----
15
+ # Search with CVE
16
python msrc.py CVE-2018-8174
17
+ # Search with KB
18
+ python msrc.py KB5014699
msrc.py
@@ -5,7 +5,7 @@
5
6
import requests
7
8
-__version_info__ = (0, 0, 1)
+__version_info__ = (0, 0, 2)
9
__version__ = ".".join(map(str, __version_info__))
10
11
0 commit comments