Qualysdk

Latest version: v0.2.10

Safety actively analyzes 707299 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 15

0.2.10

What's Changed
* Format Python code with psf/black push by github-actions in https://github.com/0x41424142/qualysdk/pull/246
* Fix cloud provider detection bug in VMDR hosts by 0x41424142 in https://github.com/0x41424142/qualysdk/pull/247


**Full Changelog**: https://github.com/0x41424142/qualysdk/compare/v0.2.9...v0.2.10

0.2.9

What's Changed
* Added retest fields for WASFinding. Breaking change to DBs (new columns) by 0x41424142 in https://github.com/0x41424142/qualysdk/pull/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:

plaintext
retestStatus: str
retestedDate: datetime
retestedUser_id: int
retestedUser_username: str
retestedUser_firstName: str
retestedUser_lastName: str
retestFindingStatus: str
retestReason: str


**Full Changelog**: https://github.com/0x41424142/qualysdk/compare/v0.2.8...v0.2.9

0.2.8

What's Changed
* TC Patch & CVE Host List Detections by jake-lindsay-tfs in https://github.com/0x41424142/qualysdk/pull/244


**Full Changelog**: https://github.com/0x41424142/qualysdk/compare/v0.2.7...v0.2.8

0.2.7

What's Changed
* Format Python code with psf/black push by github-actions in https://github.com/0x41424142/qualysdk/pull/231
* Small fixes, added pm.count_product_vulns and sql.upload_pm_product_vuln_counts by jake-lindsay-tfs in https://github.com/0x41424142/qualysdk/pull/232


**Full Changelog**: https://github.com/0x41424142/qualysdk/compare/v0.2.6...v0.2.7

0.2.6

What's Changed
* Format Python code with psf/black push by github-actions in https://github.com/0x41424142/qualysdk/pull/226
* migrate to VMDR 3.0 APIs, bugfixes and typo fixes. by jake-lindsay-tfs in https://github.com/0x41424142/qualysdk/pull/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:

sql
alter table <table_name>
add PATCH_PUBLISHED_DATE datetime


**Full Changelog**: https://github.com/0x41424142/qualysdk/compare/v0.2.5...v0.2.6

0.2.5

What's Changed

* Added PM-patchcatalog and sql uploads, small refactorings by 0x41424142 in https://github.com/0x41424142/qualysdk/pull/222:

[Cleaned up f-strings](https://github.com/0x41424142/qualysdk/pull/222/commits/67481bb8d7189baf8ad853dc96cc93f6c8167dee)

[Added some refactors from Ruff](https://github.com/0x41424142/qualysdk/pull/222/commits/4837d8c9e4da35d867243d860d964a0d633c14e5)

[🎨 Format Python code with psf/black](https://github.com/0x41424142/qualysdk/pull/222/commits/8e8b1dac7ca90e137e463fdab41e8b1e7c3eee84)

[Merge pull request](https://github.com/0x41424142/qualysdk/pull/222/commits/ee2ddd1185490af765c02ecbd0ae32fabe9bf65c) https://github.com/0x41424142/qualysdk/pull/218 [from 0x41424142/actions/black](https://github.com/0x41424142/qualysdk/pull/222/commits/ee2ddd1185490af765c02ecbd0ae32fabe9bf65c)

[Fixed bug in GAV host's cloud tag list, added stubs for pm.get_packag…](https://github.com/0x41424142/qualysdk/pull/222/commits/ef5d9a315aff0a2967c25eec9958d2809453db5f)

[🎨 Format Python code with psf/black](https://github.com/0x41424142/qualysdk/pull/222/commits/c1ae4f60cd829d7b54e871c1016e4d42752a07c9)
[c1ae4f6](https://github.com/0x41424142/qualysdk/pull/222/commits/c1ae4f60cd829d7b54e871c1016e4d42752a07c9)

[Merge pull request](https://github.com/0x41424142/qualysdk/pull/222/commits/86f3387a30bd2e76a2f7aef51e424d6c39bb1ce1) https://github.com/0x41424142/qualysdk/pull/219 [from 0x41424142/actions/black](https://github.com/0x41424142/qualysdk/pull/222/commits/86f3387a30bd2e76a2f7aef51e424d6c39bb1ce1)

[Added associated patches/packages in PM](https://github.com/0x41424142/qualysdk/pull/222/commits/43af24c0dd7e3eac913f1a84fbb8d642d8039072)

[Added sql uploads for pm: linux packages and windows products](https://github.com/0x41424142/qualysdk/pull/222/commits/20dd381e6a55fccf516eb394ce83a45cec7dcb5f)

[🎨 Format Python code with psf/black](https://github.com/0x41424142/qualysdk/pull/222/commits/4a6c199a07706ae65491fe12de0d9f3a1361d3a8)

[Merge pull request](https://github.com/0x41424142/qualysdk/pull/222/commits/e57d39e83ed2f4591357e89244bdc246f6fd793b) https://github.com/0x41424142/qualysdk/pull/221 [from 0x41424142/actions/black](https://github.com/0x41424142/qualysdk/pull/222/commits/e57d39e83ed2f4591357e89244bdc246f6fd793b)


**Full Changelog**: https://github.com/0x41424142/qualysdk/compare/v0.2.4...v0.2.5

Page 1 of 15

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.