Skip to content

Commit 26553a0

Browse files
author
Diego Nadares
committed
Ready for release 1.18.0
1 parent 2193ccf commit 26553a0

6 files changed

Lines changed: 13 additions & 7 deletions

File tree

File renamed without changes.
File renamed without changes.
File renamed without changes.

CHANGELOG/1.18.0/date.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
May 22th, 2024

RELEASE.md

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
1.18.0 [May 22th, 2024]:
2+
---
3+
* [FIX] Fix key error when `packageVulnerabilityDetails` key was not in the file. #331
4+
* [FIX] Addressed a bug where Burp plugin output would display null data in cases of encountering a malformed XML token from the report. #333
5+
* [FIX] Previously, CSV files edited in tools like Mac Numbers would transform boolean values to uppercase. This issue has been addressed within the faraday_csv plugin, ensuring accurate comparison. #336
6+
17
1.17.0 [Mar 12th, 2024]:
28
---
39
* [ADD] Add hotspots logic for sonarqube plugin #321
@@ -240,12 +246,12 @@ remove [check#] from tittle
240246

241247
1.5.3 [Sep 7th, 2021]:
242248
---
243-
* Adding support for running nuclei through command / faraday-cli
249+
* Adding support for running nuclei through command / faraday-cli
244250
* Fix missing references in nuclei
245251

246252
1.5.2 [Aug 9th, 2021]:
247253
---
248-
* add new structure acunetix
254+
* add new structure acunetix
249255

250256
1.5.1 [Jul 27th, 2021]:
251257
---
@@ -309,7 +315,7 @@ sacar unknown de version=
309315
---
310316
* ADD microsoft baseline security analyzer plugin
311317
* ADD nextnet plugin
312-
* ADD openscap plugin
318+
* ADD openscap plugin
313319
* FIX old versions of Nessus plugins bugs
314320

315321
1.4.0 [Dec 23rd, 2020]:
@@ -323,7 +329,7 @@ sacar unknown de version=
323329
1.4.0b1 [Dec 14th, 2020]:
324330
---
325331
* Add new plugin base class, for multi line json
326-
* New ncrack plugin
332+
* New ncrack plugin
327333
* New nuclei plugin
328334
* New sslyze json plugin
329335
* New WhatWeb plugin
@@ -346,11 +352,10 @@ sacar unknown de version=
346352
* Bug fix: Openvas Plugin - Import xml from OpenVas doesnt work
347353
* Bug fix: QualysWebApp Plugin, error in get info OPERATING_SYSTEM
348354
* Fix Hydra plugin to resolve ip address
349-
* Fix Nessus mod severity HIGH for Low
355+
* Fix Nessus mod severity HIGH for Low
350356
* Bug Fix: Detect plugins AWS Prowler
351357
* Fix broken xml on nmap plugin
352358
* Add new rdpscan plugin
353359
* UPDATE xml report to appscan
354360
* Update Readme
355361
* Fix how ZAP genereate vulns
356-

faraday_plugins/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '1.17.0'
1+
__version__ = '1.18.0'

0 commit comments

Comments
 (0)