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.
Copy file name to clipboardExpand all lines: CHANGELOG.md
+20-16Lines changed: 20 additions & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,11 +1,15 @@
1
1
Changelog
2
2
=========
3
3
4
+
0.7.2.1
5
+
-----
6
+
*[Fix] Imporved Migrate() module (SQLite to MongoDB). Thanks to Thiago Palmeira from Infolink for reporting the bug.
7
+
4
8
0.7.2
5
9
-----
6
-
* Added support to CAPEC v2.10. Check [the full changelog](http://capec.mitre.org/data/reports/diff_reports/v2.9_v2.10.html).
7
-
* Added support to CWE v2.11. Check [the full changelog](http://cwe.mitre.org/data/reports/diff_reports/v2.10_v2.11.html).
8
-
* Added support to the new [Microsoft security update](https://portal.msrc.microsoft.com/en-us/security-guidance)
10
+
*[New]Added support to CAPEC v2.10. Check [the full changelog](http://capec.mitre.org/data/reports/diff_reports/v2.9_v2.10.html).
11
+
*[New]Added support to CWE v2.11. Check [the full changelog](http://cwe.mitre.org/data/reports/diff_reports/v2.10_v2.11.html).
12
+
*[New]Added support to the new [Microsoft security update](https://portal.msrc.microsoft.com/en-us/security-guidance)
9
13
*[Improve] Improved the `get_ms` method to returns both all and new Microsoft bulletins and KBs.
10
14
*[Improve] Fixed issue #65. Cleaned the database from **Reject** entries.
11
15
*[Doc][Documentation](https://vfeed.io/docs) updated to reflect the new changes.
@@ -33,18 +37,18 @@ _All changes are immediate for consultancy / integrator license customers. The C
33
37
34
38
0.6.9
35
39
-----
36
-
* The vFeed DB is no more available through `update` command. The command is deprecated.
37
-
* 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.
38
-
* The API has been modified to reflect the new changes.
40
+
*[New]The vFeed DB is no more available through `update` command. The command is deprecated.
41
+
*[New]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.
42
+
*[New]The API has been modified to reflect the new changes.
39
43
40
44
0.6.8
41
45
-----
42
-
* 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).
43
-
* Added support to CWE v2.9. Check [the full changelog](http://cwe.mitre.org/data/reports/diff_reports/v2.8_v2.9.html).
44
-
* Added mapping to [WASC v2.0 Threat Classification](http://projects.webappsec.org/w/page/13246978/Threat%20Classification).
45
-
* Added CVSS v2.0 vectors to `risk.py` class. Now, the methods `get_cvss` and `get_severity` display the vector when available.
46
-
* Added new method `get_wasc` to reflect the new mapping with WASC v2.0. The method returns ID, Title and URL when available.
47
-
* Modified the method `get_capec` to return the following:
46
+
*[New]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).
47
+
*[New]Added support to CWE v2.9. Check [the full changelog](http://cwe.mitre.org/data/reports/diff_reports/v2.8_v2.9.html).
48
+
*[New]Added mapping to [WASC v2.0 Threat Classification](http://projects.webappsec.org/w/page/13246978/Threat%20Classification).
49
+
*[New]Added CVSS v2.0 vectors to `risk.py` class. Now, the methods `get_cvss` and `get_severity` display the vector when available.
50
+
*[New]Added new method `get_wasc` to reflect the new mapping with WASC v2.0. The method returns ID, Title and URL when available.
51
+
*[New]Modified the method `get_capec` to return the following:
48
52
* The title
49
53
*[Method of Attacks](http://capec.mitre.org/documents/schema/schema_v2.7.1.html#Method_of_Attack%20%28Methods_of_Attack%29)
@@ -56,16 +60,16 @@ _All changes are immediate for consultancy / integrator license customers. The C
56
60
57
61
0.6.7
58
62
---------
59
-
* Added support to landscape.io with some code cleaning.
63
+
*[New]Added support to landscape.io with some code cleaning.
60
64
61
65
0.6.6
62
66
---------
63
-
* Modified the `update.py` class to display the vFeed License before downloading the database.
67
+
*[Improve]Modified the `update.py` class to display the vFeed License before downloading the database.
64
68
65
69
0.6.5
66
70
---------
67
-
* Added the ability to migrate to Mongo Database (Thanks so much to Ushan89 for the original code)
68
-
* A new class `mongo.py` added (based on Ushan89 [code](https://github.com/ushan89/vFeed) to simply the process of migration from SQLite to MongoDB
71
+
*[New]Added the ability to migrate to Mongo Database (Thanks so much to Ushan89 for the original code)
72
+
*[New]A new class `mongo.py` added (based on Ushan89 [code](https://github.com/ushan89/vFeed) to simply the process of migration from SQLite to MongoDB
69
73
* --migrate: Dump into a CSV then populate the vFeed MongoDB
70
74
* The documentation updated. Visit [Documentation Page](https://github.com/toolswatch/vFeed/wiki/)
0 commit comments