Skip to content

Commit 45e3da6

Browse files
Merge branch 'main' into fix/missing-cve_severity-test-failure
2 parents b300ece + a794d3b commit 45e3da6

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

cve_bin_tool/output_engine/json_output.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ def db_entries_count():
4747
Retrieves the count of CVE entries from the database grouped by data source.
4848
4949
The function fetches all data sources from the database and ensures that
50-
schema-required sources (NVD, OSV, GAD, REDHAT) are always included in the result,
50+
schema-required sources (NVD) are always included in the result,
5151
even if they don't exist in the database yet, while also including all other
5252
sources with counts initialized to 0.
5353

dev-requirements.txt

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,29 @@
1+
bandit; python_version <= "3.8"
2+
bandit==1.8.3; python_version > "3.8"
13
black==24.10.0; python_version > "3.8"
24
black; python_version <= "3.8"
5+
build
36
isort; python_version < "3.8"
47
isort==6.0.1; python_version >= "3.8"
58
pre-commit; python_version <= "3.8"
69
pre-commit==4.1.0; python_version > "3.8"
710
codespell==v2.4.1
811
flake8; python_version < "3.8"
912
flake8==7.1.2; python_version >= "3.8"
10-
bandit; python_version <= "3.8"
11-
bandit==1.8.3; python_version > "3.8"
1213
gitlint==v0.19.1
1314
interrogate
15+
jsonschema
1416
mypy==v1.15.0
17+
playwright
1518
pytest>=7.2.0
16-
pytest-xdist
17-
pytest-cov
1819
pytest-asyncio
20+
pytest-cov
1921
pytest-mock
2022
pytest-playwright
21-
playwright
23+
pytest-xdist
2224
types-beautifulsoup4
2325
types-jsonschema
2426
types-PyYAML
2527
types-requests
2628
types-setuptools
2729
types-toml
28-
build

0 commit comments

Comments
 (0)