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
{{ message }}
This repository was archived by the owner on Dec 19, 2024. It is now read-only.
@@ -68,45 +68,19 @@ Refer to the [Documentation](https://vfeed.io/docs) official documentation page.
68
68
Latest release
69
69
==============
70
70
71
+
0.7.2
72
+
-----
73
+
* Added support to CAPEC v2.10. Check [the full changelog](http://capec.mitre.org/data/reports/diff_reports/v2.9_v2.10.html).
74
+
* Added support to CWE v2.11. Check [the full changelog](http://cwe.mitre.org/data/reports/diff_reports/v2.10_v2.11.html).
75
+
* Added support to the new [Microsoft security update](https://portal.msrc.microsoft.com/en-us/security-guidance)
76
+
*[Improve] Improved the `get_ms` method to returns both all and new Microsoft bulletins and KBs.
77
+
*[Improve] Fixed issue #65. Cleaned the database from **Reject** entries.
78
+
*[Doc][Documentation](https://vfeed.io/docs) updated to reflect the new changes.
79
+
_All changes are immediate for consultancy / integrator license customers. The CE database will be available by the end of the month_
80
+
71
81
0.7.1
72
82
-----
73
83
*[New] Reactivated the ability to automate the download process for Consultancy / Integrator plans using private Dropbox repository.
74
84
*[Improve] Improved the `mongo.py` to check whether SQLite exists. Thanks to Alex Faraino (https://github.com/AlexFaraino/vFeed)
75
85
*[Fix] Modified vfeedcli from API to wrapper.
76
86
*[Doc][Documentation](https://vfeed.io/docs) updated to reflect the new changes.
77
-
78
-
0.7.0.1
79
-
-----
80
-
*[Fix] Fixed issue #72. Migration was not working for ubuntu and debian.
81
-
*[Improve] Improved the check_mongo() to support tp linux and OSX.
82
-
83
-
0.7.0
84
-
-----
85
-
*[New] Updated and optimized `search` function with new keys (cve, cpe, cwe, oval and text). Please refer to [documentation](https://github.com/toolswatch/vFeed/wiki/2--Usage-(API-and-Command-Line))
86
-
*[New] The `search` result is returned as JSON content. It may contain references to exploits whenever they are available
87
-
*[New] Added support to Python3. Thanks to Elnappo (https://github.com/elnappo)
88
-
*[Fix] Fixed issue #64. The CLI is separated from the library.
89
-
*[Fix] Fixed issue #67. Modified the `config.py` to reflect The OVAL repository new URL hosted by CIS.
90
-
91
-
0.6.9
92
-
-----
93
-
* The vFeed DB is no more available through `update` command. The command is deprecated.
94
-
* The delivery of the vFeed DB was handed over to a new established entity [vFeed IO](https://vfeed.io). This entity sets the goal to become the Leading Provider of Vulnerability and Threat Intelligence Database.
95
-
* The API has been modified to reflect the new changes.
96
-
97
-
0.6.8
98
-
-----
99
-
* Added support to CAPEC version 2.8. Check [about CAPEC v2.8](http://capec.mitre.org/news/index.html#december72015_CAPEC_List_Version_2.8_Now_Available).
100
-
* Added support to CWE v2.9. Check [the full changelog](http://cwe.mitre.org/data/reports/diff_reports/v2.8_v2.9.html).
101
-
* Added mapping to [WASC v2.0 Threat Classification](http://projects.webappsec.org/w/page/13246978/Threat%20Classification).
102
-
* Added CVSS v2.0 vectors to `risk.py` class. Now, the methods `get_cvss` and `get_severity` display the vector when available.
103
-
* Added new method `get_wasc` to reflect the new mapping with WASC v2.0. The method returns ID, Title and URL when available.
104
-
* Modified the method `get_capec` to return the following:
105
-
* The title
106
-
*[Method of Attacks](http://capec.mitre.org/documents/schema/schema_v2.7.1.html#Method_of_Attack%20%28Methods_of_Attack%29)
* Reflected the changes in `cvsexports.sql` MongoDB script to generate the new added tables.
109
-
* vFeed.db the correlated vulnerability & threat database fully regenerated to support the new changes.
110
-
* Documentation updated accordingly.
111
-
112
-
**NOTE**: Some code was cleaned. Nevertheless, the issues reported [here](https://github.com/toolswatch/vFeed/issues) will be fixed in next minor version.
0 commit comments