[swh.cli.subcommands]
swh.vulns = swh.vulns.cli
swh.vulns.osv = swh.vulns.osv.cli

[swh.vulns.storage.classes]
postgresql = swh.vulns.storage.postgresql:VulnerabilitiesStorage
remote = swh.vulns.api.client:RemoteVulnerabilitiesStorage

[swh.workers]
vulns.osv.parser = swh.vulns.osv:register
