Skip to content

Commit e4b6bed

Browse files
author
Diego Nadares
committed
Ready for release 1.25.0
1 parent 314d417 commit e4b6bed

6 files changed

Lines changed: 10 additions & 2 deletions

File tree

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,3 +136,6 @@ report-collection
136136

137137
#vscode
138138
.vscode/
139+
140+
# Macos files
141+
.DS_Store
File renamed without changes.
File renamed without changes.

CHANGELOG/1.25.0/date.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Jul 16th, 2025

RELEASE.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
1.25.0 [Jul 16th, 2025]:
2+
---
3+
* [ADD] Security Score Card Support CSV Plugin. #372
4+
* [FIX] CVSS values in nessus plugin. #367
5+
16
1.24.1 [May 19th, 2025]:
27
---
38
* [FIX] CVSS3 in openvas plugin. #345

faraday_plugins/__init__.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
1-
__version__ = '1.24.1'
2-
1+
__version__ = '1.25.0'

0 commit comments

Comments
 (0)