summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorwilli2024-05-02 18:20:01 +0200
committerwilli2024-05-02 18:20:01 +0200
commita99b3f7353acf381e6c6d0d2e3ef0fc4deb3577c (patch)
tree9e5b37965122814b6953d6bb3c945a1efcf95bce
parent4ae8e29bea713d11d5a2999b7c128262df8e8c46 (diff)
downloadaur-a99b3f7353acf381e6c6d0d2e3ef0fc4deb3577c.tar.gz
Update to 1.4.22
-rw-r--r--CHANGELOG.md91
-rw-r--r--PKGBUILD7
2 files changed, 91 insertions, 7 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 4d4d11812117..bf2d4fdd9d08 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,6 +4,89 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
+## [1.4.22]
+
+### Added
+- Support for New ACR APIs (#654)
+- Added Implicit WAS exclude for Tenable Security Center (#763)
+- Support for `currentPassword` field in SC Users API.
+
+[1.4.21]: https://github.com/tenable/pyTenable/compare/1.4.21...1.4.22
+
+## [1.4.21]
+
+### Added
+- Support for new Compliance Export Enhancement fields in Vulnerability Management.
+- Support for `currentPassword` field in SC Users API.
+
+[1.4.21]: https://github.com/tenable/pyTenable/compare/1.4.20...1.4.21
+
+## [1.4.20]
+
+### Fixed
+- Bug that causes pyTenable to error out when `srcInterface` or `dstInterface` values in `events` object in OT is non-null.
+
+[1.4.20]: https://github.com/tenable/pyTenable/compare/1.4.19...1.4.20
+
+
+## [1.4.19]
+
+### Added
+- Support for `inactivity_timeout` during a Security Center scan creation.
+- Loosened up validations on the preference object in Security Center policies API.
+
+[1.4.19]: https://github.com/tenable/pyTenable/compare/1.4.18...1.4.19
+
+## [1.4.18]
+
+### Added
+- Support for `file_type` property in `upload` method in Vulnerability Management Credentials API.
+
+[1.4.18]: https://github.com/tenable/pyTenable/compare/1.4.17...1.4.18
+
+## [1.4.17]
+
+### Fixed
+- Vulnerability `CVE-2023-38325` by upgrading the test dependency `requests-pkcs12`.
+
+### Added
+- Support for `include_open_ports` property in Vulnerability Management asset export request.
+
+[1.4.17]: https://github.com/tenable/pyTenable/compare/1.4.16...1.4.17
+
+## [1.4.16]
+
+ ### Fixed
+- Pagination bug in the Tenable OT Security Exports - Plugin Query.
+
+[1.4.16]: https://github.com/tenable/pyTenable/compare/1.4.15...1.4.16
+
+## [1.4.15]
+
+### Added
+- New Tenable OT Security Exports package #742
+
+[1.4.15]: https://github.com/tenable/pyTenable/compare/1.4.14...1.4.15
+
+## [1.4.14]
+
+### Added
+- Support for `source` and `severity_modification_type` filters to Vulnerability Management vulnerability export.
+- Support for filtering out hidden assets from Operational technology asset `list` method by default.
+- Product Rebranding in the SDK documentation.
+
+### Deprecated
+- Support for V3 Vulnerability Management API methods.
+
+[1.4.14]: https://github.com/tenable/pyTenable/compare/1.4.13...1.4.14
+
+## [1.4.13]
+
+### Added
+- Support for exporting Web App Scan Results.
+
+[1.4.13]: https://github.com/tenable/pyTenable/compare/1.4.12...1.4.13
+
## [1.4.12]
### Added
@@ -20,7 +103,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- Support for Scan UUID (`last_scan_id`) filter for assets exports.
-[1.4.11]: https://github.com/tenable/pyTenable/compare/1.4.10...1.4.11
+[1.4.11]: https://github.com/tenable/pyTenable/compare/1.4.10...1.4.11
## [1.4.10]
@@ -37,7 +120,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Python 3.6 references from all documentation.
- `search_host_audit()` method from `io/v3/explore/findings`.
-[1.4.10]: https://github.com/tenable/pyTenable/compare/1.4.9...1.4.10
+[1.4.10]: https://github.com/tenable/pyTenable/compare/1.4.9...1.4.10
## [1.4.9]
### Added
@@ -58,7 +141,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Support for Python Version 3.6.
- [1.4.9]: https://github.com/tenable/pyTenable/compare/1.4.8...1.4.9
+ [1.4.9]: https://github.com/tenable/pyTenable/compare/1.4.8...1.4.9
## [1.4.8]
### Added
@@ -66,7 +149,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Support for Role Based Access Control endpoints.
- Support for specifying Agent UUIDs instead of numeric IDs for bulk group addition.
-[1.4.8]: https://github.com/tenable/pyTenable/compare/1.4.7...1.4.8
+[1.4.8]: https://github.com/tenable/pyTenable/compare/1.4.7...1.4.8
## [1.4.7]
### Added
diff --git a/PKGBUILD b/PKGBUILD
index 70c23b35e757..b504198662a2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,10 @@
-# Maintainer: Luis Martinez <luis dot martinez at disroot dot org>
+# Maintainer KiWi42 <pullthisplug-aur@yahoo.com>
+# Old Maintainer: Luis Martinez <luis dot martinez at disroot dot org>
# Contributor: Alexander Bruegmann <mail[at]abruegmann[dot]eu>
pkgname=python-pytenable
_pkg=pyTenable
-pkgver=1.4.12
+pkgver=1.4.22
pkgrel=1
pkgdesc="Python library to interface into Tenable's products and applications"
arch=('any')
@@ -34,7 +35,7 @@ checkdepends=(
'python-responses')
changelog=CHANGELOG.md
source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
-sha256sums=('f094294d06f959a98f027df6cb50c3c52cda3a38871f9b6069821fad755da6fe')
+sha256sums=('a3c0c312c3c3ed76e90ee249c186f85f2ce77d84c3936046791314c174783962')
prepare() {
cd "$_pkg-$pkgver"