File tree 2 files changed +11
-1
lines changed
2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,16 @@ All notable changes to this project will be documented in this file.
4
4
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
5
5
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
6
6
7
+ ## [ 1.4.17]
8
+
9
+ ### Fixed
10
+ - Vulnerability ` CVE-2023-38325 ` by upgrading the test dependency ` requests-pkcs12 ` .
11
+
12
+ ### Added
13
+ - Support for ` include_open_ports ` property in Vulnerability Management asset export request.
14
+
15
+ [ 1.4.17 ] : https://github.com/tenable/pyTenable/compare/1.4.16...1.4.17
16
+
7
17
## [ 1.4.16]
8
18
9
19
### Fixed
Original file line number Diff line number Diff line change 1
- version = '1.4.16 '
1
+ version = '1.4.17 '
2
2
version_info = tuple (int (d ) for d in version .split ("-" )[0 ].split ("." ))
You can’t perform that action at this time.
0 commit comments