Releases: 0x41424142/qualysdk
v0.2.12
v0.2.11
What's Changed
- Format Python code with psf/black push by @github-actions in #251
- Started work on was scans by @0x41424142 in #252
Full Changelog: v0.2.10...v0.2.11
v0.2.10
What's Changed
- Format Python code with psf/black push by @github-actions in #246
- Fix cloud provider detection bug in VMDR hosts by @0x41424142 in #247
Full Changelog: v0.2.9...v0.2.10
v0.2.9
What's Changed
- Added retest fields for WASFinding. Breaking change to DBs (new columns) by @0x41424142 in #245
Breaking Change for SQL DBs
The following fields have been added for WASFinding objects. These are reflected in the SQL upload functions for WAS, so any pre-existing tables will need to have the following columns created:
retestStatus: str
retestedDate: datetime
retestedUser_id: int
retestedUser_username: str
retestedUser_firstName: str
retestedUser_lastName: str
retestFindingStatus: str
retestReason: str
Full Changelog: v0.2.8...v0.2.9
v0.2.8
What's Changed
- TC Patch & CVE Host List Detections by @jake-lindsay-tfs in #244
Full Changelog: v0.2.7...v0.2.8
v0.2.7
What's Changed
- Format Python code with psf/black push by @github-actions in #231
- Small fixes, added pm.count_product_vulns and sql.upload_pm_product_vuln_counts by @jake-lindsay-tfs in #232
Full Changelog: v0.2.6...v0.2.7
v0.2.6
What's Changed
- Format Python code with psf/black push by @github-actions in #226
- migrate to VMDR 3.0 APIs, bugfixes and typo fixes. by @jake-lindsay-tfs in #227
NOTE: THERE IS A BREAKING CHANGE WITH vmdr.query_kb
.
In the 3.0 API, Qualys has added a PATCH_PUBLISHED_DATE
field. This field has been added to the dataclass and relevant SQL upload function, but may fail to upload to your DB when you try to upload to a pre-existing KB table. This can be fixed by running the following SQL before uploading the data:
alter table <table_name>
add PATCH_PUBLISHED_DATE datetime
Full Changelog: v0.2.5...v0.2.6
v0.2.5
What's Changed
- Added PM-patchcatalog and sql uploads, small refactorings by @0x41424142 in #222:
Added some refactors from Ruff
🎨 Format Python code with psf/black
Merge pull request #218 from 0x41424142/actions/black
Fixed bug in GAV host's cloud tag list, added stubs for pm.get_packag…
🎨 Format Python code with psf/black
c1ae4f6
Merge pull request #219 from 0x41424142/actions/black
Added associated patches/packages in PM
Added sql uploads for pm: linux packages and windows products
🎨 Format Python code with psf/black
Merge pull request #221 from 0x41424142/actions/black
Full Changelog: v0.2.4...v0.2.5
v0.2.4
What's Changed
- Format Python code with psf/black push by @github-actions in #216
- add pm.get_patch_catalog, CLI get_patch_catalog, sql.upload_pm_patch_catalog by @0x41424142 in #217
Full Changelog: v0.2.3...v0.2.4
v0.2.3
What's Changed
- Format Python code with psf/black push by @github-actions in #214
- Added more PM functionality by @jake-lindsay-tfs in #215
Full Changelog: v0.2.2...v0.2.3