Skip to content

Releases: 0x41424142/qualysdk

v0.2.12

14 Mar 18:21
3b6416d
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2.11...v0.2.12

v0.2.11

08 Mar 02:22
035645a
Compare
Choose a tag to compare

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

13 Feb 17:37
f59bcd3
Compare
Choose a tag to compare

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

13 Feb 15:56
737b3c3
Compare
Choose a tag to compare

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

12 Feb 17:42
03bf09e
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2.7...v0.2.8

v0.2.7

13 Jan 19:29
df195d0
Compare
Choose a tag to compare

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

07 Jan 15:35
b6ae7c7
Compare
Choose a tag to compare

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

v0.2.4

10 Dec 19:42
d765e73
Compare
Choose a tag to compare

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

09 Dec 21:46
1d565cd
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2.2...v0.2.3