Skip to content

deps: bump vulners from 4.1.0 to 4.2.0 - #34

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/uv/vulners-4.2.0
Open

deps: bump vulners from 4.1.0 to 4.2.0#34
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/uv/vulners-4.2.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 24, 2026

Copy link
Copy Markdown

Bumps vulners from 4.1.0 to 4.2.0.

Release notes

Sourced from vulners's releases.

v4.2.0

Vulners Python SDK 4.2.0

Support for the Vulners v4 audit API updates.

Added

  • audit.kb_audit(os_name, kb_list, *, os_version=..., fields=...) now targets the new /api/v4/audit/kb endpoint and returns one finding per missing update: a result with items (each carrying the fixing package fixedPackage and the update advisories, which list the KBs they supersedes) plus totalPackages. The deprecated v3 endpoint (flat kbLatest/kbMissed/cvelist) is preserved as audit.kb_audit_v3(os, kb_list).
  • audit.smart(..., fields=[...]) — project which fields each vulnerability carries (e.g. metrics, exploitation, cvelist, cvelistMetrics, epss); an unknown field is rejected by the server with 400. Each result now also includes fixedVersion.
  • audit.software(..., cvelist_metrics=True) and audit.host(..., cvelist_metrics=True) — enrich each finding with per-CVE cvelist/cvelistMetrics. Results carry the resolving fixed_version, and the applied projection is echoed in the X-Vulners-Applied-Options response header.
  • audit.linux_audit(..., fields=[...]) and audit.library_audit(..., fields=[...]) — apply advisory enrichment options (metrics, cvelistMetrics); the result reports the appliedOptions that took effect and any warnings for unsupported ones.
  • audit.sbom_audit(..., cvelist_metrics=True) — sent as a query option (the request body carries the uploaded file); the result carries appliedOptions and warnings.

Changed

  • Breaking: audit.kb_audit moved from the v3 endpoint to /api/v4/audit/kb. Its request now uses os_name (not os) and its response shape changed from a flat CVE list to per-update advisories. Callers that need the old flat shape should use audit.kb_audit_v3.

Full changelog: https://github.com/vulnersCom/api/blob/master/CHANGELOG.md

Changelog

Sourced from vulners's changelog.

[4.2.0] - 2026-08-18

Support for the Vulners v4 audit API updates.

Added

  • audit.kb_audit(os_name, kb_list, *, os_version=..., fields=...) now targets the new /api/v4/audit/kb endpoint and returns one finding per missing update: a result with items (each carrying the fixing package fixedPackage and the update advisories, which list the KBs they supersedes) plus totalPackages. The deprecated v3 endpoint (flat kbLatest/kbMissed/cvelist) is preserved as audit.kb_audit_v3(os, kb_list).
  • audit.smart(..., fields=[...]) — project which fields each vulnerability carries (e.g. metrics, exploitation, cvelist, cvelistMetrics, epss); an unknown field is rejected by the server with 400. Each result now also includes fixedVersion.
  • audit.software(..., cvelist_metrics=True) and audit.host(..., cvelist_metrics=True) — enrich each finding with per-CVE cvelist/cvelistMetrics. Results carry the resolving fixed_version, and the applied projection is echoed in the X-Vulners-Applied-Options response header.
  • audit.linux_audit(..., fields=[...]) and audit.library_audit(..., fields=[...]) — apply advisory enrichment options (metrics, cvelistMetrics); the result reports the appliedOptions that took effect and any warnings for unsupported ones.
  • audit.sbom_audit(..., cvelist_metrics=True) — sent as a query option (the request body carries the uploaded file); the result carries appliedOptions and warnings.

Changed

  • Breaking: audit.kb_audit moved from the v3 endpoint to /api/v4/audit/kb. Its request now uses os_name (not os) and its response shape changed from a flat CVE list to per-update advisories (see Added). Callers that need the old flat shape should use the new audit.kb_audit_v3.
Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [vulners](https://github.com/vulnersCom/api) from 4.1.0 to 4.2.0.
- [Release notes](https://github.com/vulnersCom/api/releases)
- [Changelog](https://github.com/vulnersCom/api/blob/master/CHANGELOG.md)
- [Commits](vulnersCom/api@v4.1.0...v4.2.0)

---
updated-dependencies:
- dependency-name: vulners
  dependency-version: 4.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github

dependabot Bot commented on behalf of github Aug 24, 2026

Copy link
Copy Markdown
Author

Labels

The following labels could not be found: dependencies, python. Please create them before Dependabot can add them to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants