Cliente Python para a API do Banco Nacional de Vulnerabilidades Digitais bnvd.org
Project description
README.md
# BNVD Python Client
Cliente Python para a API do Banco Nacional de Vulnerabilidades Digitais (BNVD).
## Instalação
```bash
pip install bnvd
Uso básico
from bnvd.client import BNVDClient
client = BNVDClient()
# Buscar vulnerabilidade específica
detalhes = client.get_vulnerability("CVE-2025-12345")
print(detalhes)
Funcionalidades
- Listar vulnerabilidades com filtros (ano, severidade, vendor)
- Buscar vulnerabilidade por CVE ID
- Buscar estatísticas do banco de dados
Contribuição
Contribuições são bem-vindas! Abra uma issue ou pull request no GitHub.
Licença
Este projeto está licenciado sob a Licença MIT - veja o arquivo LICENSE para detalhes.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
bnvd-1.1.tar.gz
(4.2 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
bnvd-1.1-py3-none-any.whl
(4.6 kB
view details)
File details
Details for the file bnvd-1.1.tar.gz.
File metadata
- Download URL: bnvd-1.1.tar.gz
- Upload date:
- Size: 4.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a4f92d58cde39a33e13bf6b64183cbd06375737d70ddd2b2375899806a2bab61
|
|
| MD5 |
ef5ed9071ec6dec9e425c3cb2073154d
|
|
| BLAKE2b-256 |
24dce7484661c87ded5da5836f7a1d38410039cd22f1a80c22dfb7cf8d8fae29
|
File details
Details for the file bnvd-1.1-py3-none-any.whl.
File metadata
- Download URL: bnvd-1.1-py3-none-any.whl
- Upload date:
- Size: 4.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d314ec47676c3f5f8f920d8008e0cc3af4becc27bfaaa1a1a9709fb369f1e224
|
|
| MD5 |
9b16d24748e2bf576618c7bb619f40c8
|
|
| BLAKE2b-256 |
d579960f777631d1c502d578b28905a00d299a299d948d092b022d3171184443
|