Skip to content

Commit

Permalink
Add changelog for 3.10.2
Browse files Browse the repository at this point in the history
  • Loading branch information
cript0nauta committed Jan 30, 2020
1 parent 623efa5 commit 464bb0c
Show file tree
Hide file tree
Showing 9 changed files with 31 additions and 10 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG/3.10.1/date.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Jan 10th, 2010
Jan 10th, 2020
1 change: 1 addition & 0 deletions CHANGELOG/3.10.2/date.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Jan 30th, 2020
7 changes: 7 additions & 0 deletions CHANGELOG/3.10.2/white.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
* Fix Cross-Site Request Forgery (CSRF) vulnerability in all JSON API endpoints.
This was caused because a third-party library doesn't implement proper
Content-Type header validation. To mitigate the vulnerability, we set the
session cookie to have the `SameSite: Lax` property.
* Fix Faraday Server logs were always in debug
* Add update date column when exporting vulnerabilities to CSV
* Fix unicode error when exporting vulnerabilities to CSV
12 changes: 11 additions & 1 deletion CHANGELOG/RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,17 @@ New features in the latest update
=====================================


3.10.1 [Jan 10th, 2010]:
3.10.2 [Jan 30th, 2020]:
---
* Fix Cross-Site Request Forgery (CSRF) vulnerability in all JSON API endpoints.
This was caused because a third-party library doesn't implement proper
Content-Type header validation. To mitigate the vulnerability, we set the
session cookie to have the `SameSite: Lax` property.
* Fix Faraday Server logs were always in debug
* Add update date column when exporting vulnerabilities to CSV
* Fix unicode error when exporting vulnerabilities to CSV

3.10.1 [Jan 10th, 2020]:
---
* Fix installation with `pip install --no-binary :all: faradaysec`
* Force usage of webargs 5 (webargs 6 broke backwards compatibility)
Expand Down
1 change: 0 additions & 1 deletion CHANGELOG/current/add_update_date_to_export_csv.md

This file was deleted.

4 changes: 0 additions & 4 deletions CHANGELOG/current/csrf.md

This file was deleted.

1 change: 0 additions & 1 deletion CHANGELOG/current/fix_file_logs_always_in_debug.md

This file was deleted.

1 change: 0 additions & 1 deletion CHANGELOG/current/fix_issue_export_csv.md

This file was deleted.

12 changes: 11 additions & 1 deletion RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,17 @@ New features in the latest update
=====================================


3.10.1 [Jan 10th, 2010]:
3.10.2 [Jan 30th, 2020]:
---
* Fix Cross-Site Request Forgery (CSRF) vulnerability in all JSON API endpoints.
This was caused because a third-party library doesn't implement proper
Content-Type header validation. To mitigate the vulnerability, we set the
session cookie to have the `SameSite: Lax` property.
* Fix Faraday Server logs were always in debug
* Add update date column when exporting vulnerabilities to CSV
* Fix unicode error when exporting vulnerabilities to CSV

3.10.1 [Jan 10th, 2020]:
---
* Fix installation with `pip install --no-binary :all: faradaysec`
* Force usage of webargs 5 (webargs 6 broke backwards compatibility)
Expand Down

0 comments on commit 464bb0c

Please sign in to comment.