Skip to main content
Ctrl+K
Software Heritage documentation - Home Software Heritage documentation - Home
  • Development
  • API reference
  • Usage
  • Resources
  • Infrastructure
  • About
  • GitLab
  • PyPI
  • System Status
  • Software Heritage Homepage
  • Development
  • API reference
  • Usage
  • Resources
  • Infrastructure
  • About
  • GitLab
  • PyPI
  • System Status
  • Software Heritage Homepage

Section Navigation

  • swh.vulns.api package
    • swh.vulns.api.client module
    • swh.vulns.api.serializers module
    • swh.vulns.api.server module
  • swh.vulns.grpc namespace
    • swh.vulns.grpc.swhvulns_pb2 module
    • swh.vulns.grpc.swhvulns_pb2_grpc module
  • swh.vulns.osv package
    • swh.vulns.osv.parser package
      • swh.vulns.osv.parser.utils module
    • swh.vulns.osv.cli module
    • swh.vulns.osv.model module
    • swh.vulns.osv.tasks module
  • swh.vulns.storage package
    • swh.vulns.storage.interface module
    • swh.vulns.storage.postgresql module
  • swh.vulns.cli module
  • swh.vulns.grpc_server module
  • swh.vulns.naive_server module
  • swh.vulns.pytest_plugin module
  • swh.vulns.storage package

swh.vulns.storage package#

Submodules:

  • swh.vulns.storage.interface module
    • VulnerabilitiesStorageInterface
      • VulnerabilitiesStorageInterface.osv_vulnerability_report_add()
      • VulnerabilitiesStorageInterface.osv_vulnerability_report_last_processing_date()
      • VulnerabilitiesStorageInterface.osv_vulnerability_report_get()
      • VulnerabilitiesStorageInterface.osv_vulnerability_event_add()
      • VulnerabilitiesStorageInterface.osv_vulnerability_event_get_by_id()
      • VulnerabilitiesStorageInterface.osv_vulnerability_event_get_by_swhid()
      • VulnerabilitiesStorageInterface.osv_vulnerability_event_get_by_origin_url()
  • swh.vulns.storage.postgresql module
    • VulnerabilitiesStorage
      • VulnerabilitiesStorage.current_version
      • VulnerabilitiesStorage.get_db()
      • VulnerabilitiesStorage.put_db()
      • VulnerabilitiesStorage.osv_vulnerability_report_add()
      • VulnerabilitiesStorage.osv_vulnerability_report_last_processing_date()
      • VulnerabilitiesStorage.osv_vulnerability_report_get()
      • VulnerabilitiesStorage.vulnerability_event_cols
      • VulnerabilitiesStorage.osv_vulnerability_event_add()
      • VulnerabilitiesStorage.osv_vulnerability_event_get_by_id()
      • VulnerabilitiesStorage.osv_vulnerability_event_get_by_swhid()
      • VulnerabilitiesStorage.osv_vulnerability_event_get_by_origin_url()

Module contents:

swh.vulns.storage.get_vulnerabilities_storage(cls: str, **kwargs) → VulnerabilitiesStorageInterface[source]#
On this page
  • get_vulnerabilities_storage()
Edit
Show Source

© Copyright 2015-2025 The Software Heritage developers.

Created using Sphinx 8.2.3.

Built with the PyData Sphinx Theme 0.21.0.