github-security-report 0.4.0__tar.gz → 0.4.1__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {github_security_report-0.4.0 → github_security_report-0.4.1}/PKG-INFO +3 -3
- {github_security_report-0.4.0 → github_security_report-0.4.1}/pyproject.toml +6 -11
- {github_security_report-0.4.0 → github_security_report-0.4.1}/src/github_security_report/_version.py +2 -2
- {github_security_report-0.4.0 → github_security_report-0.4.1}/.gitignore +0 -0
- {github_security_report-0.4.0 → github_security_report-0.4.1}/LICENSE +0 -0
- {github_security_report-0.4.0 → github_security_report-0.4.1}/LICENSES/Apache-2.0.txt +0 -0
- {github_security_report-0.4.0 → github_security_report-0.4.1}/README.md +0 -0
- {github_security_report-0.4.0 → github_security_report-0.4.1}/scripts/README.md +0 -0
- {github_security_report-0.4.0 → github_security_report-0.4.1}/src/github_security_report/__init__.py +0 -0
- {github_security_report-0.4.0 → github_security_report-0.4.1}/src/github_security_report/categories.py +0 -0
- {github_security_report-0.4.0 → github_security_report-0.4.1}/src/github_security_report/classify.py +0 -0
- {github_security_report-0.4.0 → github_security_report-0.4.1}/src/github_security_report/cli.py +0 -0
- {github_security_report-0.4.0 → github_security_report-0.4.1}/src/github_security_report/client.py +0 -0
- {github_security_report-0.4.0 → github_security_report-0.4.1}/src/github_security_report/collect.py +0 -0
- {github_security_report-0.4.0 → github_security_report-0.4.1}/src/github_security_report/config.py +0 -0
- {github_security_report-0.4.0 → github_security_report-0.4.1}/src/github_security_report/gitctx.py +0 -0
- {github_security_report-0.4.0 → github_security_report-0.4.1}/src/github_security_report/models.py +0 -0
- {github_security_report-0.4.0 → github_security_report-0.4.1}/src/github_security_report/posture.py +0 -0
- {github_security_report-0.4.0 → github_security_report-0.4.1}/src/github_security_report/py.typed +0 -0
- {github_security_report-0.4.0 → github_security_report-0.4.1}/src/github_security_report/render/__init__.py +0 -0
- {github_security_report-0.4.0 → github_security_report-0.4.1}/src/github_security_report/render/html.py +0 -0
- {github_security_report-0.4.0 → github_security_report-0.4.1}/src/github_security_report/render/markdown.py +0 -0
- {github_security_report-0.4.0 → github_security_report-0.4.1}/src/github_security_report/render/slack.py +0 -0
- {github_security_report-0.4.0 → github_security_report-0.4.1}/src/github_security_report/render/terminal.py +0 -0
- {github_security_report-0.4.0 → github_security_report-0.4.1}/src/github_security_report/report.py +0 -0
- {github_security_report-0.4.0 → github_security_report-0.4.1}/src/github_security_report/rulesets.py +0 -0
- {github_security_report-0.4.0 → github_security_report-0.4.1}/src/github_security_report/runner.py +0 -0
- {github_security_report-0.4.0 → github_security_report-0.4.1}/src/github_security_report/scope.py +0 -0
- {github_security_report-0.4.0 → github_security_report-0.4.1}/src/github_security_report/severity.py +0 -0
- {github_security_report-0.4.0 → github_security_report-0.4.1}/src/github_security_report/templates/index.html.j2 +0 -0
- {github_security_report-0.4.0 → github_security_report-0.4.1}/src/github_security_report/templates/report.html.j2 +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: github-security-report
|
|
3
|
-
Version: 0.4.
|
|
3
|
+
Version: 0.4.1
|
|
4
4
|
Summary: Security and quality reporting across GitHub organisations
|
|
5
5
|
Project-URL: Homepage, https://github.com/lfreleng-actions/github-security-report-action
|
|
6
6
|
Project-URL: Repository, https://github.com/lfreleng-actions/github-security-report-action
|
|
@@ -36,8 +36,8 @@ Requires-Dist: pytest-asyncio==1.4.0; extra == 'dev'
|
|
|
36
36
|
Requires-Dist: pytest-cov==7.1.0; extra == 'dev'
|
|
37
37
|
Requires-Dist: pytest==9.1.1; extra == 'dev'
|
|
38
38
|
Requires-Dist: respx==0.23.1; extra == 'dev'
|
|
39
|
-
Requires-Dist: ruff==0.15.
|
|
40
|
-
Requires-Dist: syrupy==5.3.
|
|
39
|
+
Requires-Dist: ruff==0.15.19; extra == 'dev'
|
|
40
|
+
Requires-Dist: syrupy==5.3.3; extra == 'dev'
|
|
41
41
|
Requires-Dist: types-jsonschema==4.26.0.20260518; extra == 'dev'
|
|
42
42
|
Requires-Dist: types-pyyaml==6.0.12.20250915; extra == 'dev'
|
|
43
43
|
Description-Content-Type: text/markdown
|
|
@@ -63,9 +63,9 @@ dev = [
|
|
|
63
63
|
"pytest-asyncio==1.4.0",
|
|
64
64
|
"pytest-cov==7.1.0",
|
|
65
65
|
"respx==0.23.1",
|
|
66
|
-
"syrupy==5.3.
|
|
66
|
+
"syrupy==5.3.3",
|
|
67
67
|
"mypy==2.1.0",
|
|
68
|
-
"ruff==0.15.
|
|
68
|
+
"ruff==0.15.19",
|
|
69
69
|
"types-jsonschema==4.26.0.20260518",
|
|
70
70
|
"types-PyYAML==6.0.12.20250915",
|
|
71
71
|
]
|
|
@@ -95,26 +95,21 @@ dev = [
|
|
|
95
95
|
"pytest-asyncio==1.4.0",
|
|
96
96
|
"pytest-cov==7.1.0",
|
|
97
97
|
"respx==0.23.1",
|
|
98
|
-
"syrupy==5.3.
|
|
98
|
+
"syrupy==5.3.3",
|
|
99
99
|
"mypy==2.1.0",
|
|
100
|
-
"ruff==0.15.
|
|
100
|
+
"ruff==0.15.19",
|
|
101
101
|
"types-jsonschema==4.26.0.20260518",
|
|
102
102
|
"types-PyYAML==6.0.12.20250915",
|
|
103
103
|
]
|
|
104
104
|
|
|
105
|
-
[tool.uv]
|
|
106
|
-
# Supply-chain cooldown: refuse to resolve anything published in the last
|
|
107
|
-
# 7 days, giving the community time to catch a compromised release.
|
|
108
|
-
exclude-newer = "7 days"
|
|
109
|
-
|
|
110
105
|
[tool.uv.pip]
|
|
111
106
|
# Verify any per-package hashes that are present (e.g. when resolving the
|
|
112
107
|
# locked dependencies). 'require-hashes' is deliberately NOT enabled: it would
|
|
113
108
|
# demand a hash for every requirement including this project itself, which has
|
|
114
109
|
# no hash when installed from source (uv pip install .[test,dev]), breaking the
|
|
115
110
|
# editable/source installs the CI test and SBOM jobs rely on. Reproducibility
|
|
116
|
-
# and supply-chain resistance come from the exact '==' pins
|
|
117
|
-
#
|
|
111
|
+
# and supply-chain resistance come from the exact '==' pins and the
|
|
112
|
+
# hash-verified uv.lock consumed by uv sync.
|
|
118
113
|
verify-hashes = true
|
|
119
114
|
|
|
120
115
|
[tool.pytest.ini_options]
|
{github_security_report-0.4.0 → github_security_report-0.4.1}/src/github_security_report/_version.py
RENAMED
|
@@ -18,7 +18,7 @@ version_tuple: tuple[int | str, ...]
|
|
|
18
18
|
commit_id: str | None
|
|
19
19
|
__commit_id__: str | None
|
|
20
20
|
|
|
21
|
-
__version__ = version = '0.4.
|
|
22
|
-
__version_tuple__ = version_tuple = (0, 4,
|
|
21
|
+
__version__ = version = '0.4.1'
|
|
22
|
+
__version_tuple__ = version_tuple = (0, 4, 1)
|
|
23
23
|
|
|
24
24
|
__commit_id__ = commit_id = None
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{github_security_report-0.4.0 → github_security_report-0.4.1}/src/github_security_report/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
{github_security_report-0.4.0 → github_security_report-0.4.1}/src/github_security_report/classify.py
RENAMED
|
File without changes
|
{github_security_report-0.4.0 → github_security_report-0.4.1}/src/github_security_report/cli.py
RENAMED
|
File without changes
|
{github_security_report-0.4.0 → github_security_report-0.4.1}/src/github_security_report/client.py
RENAMED
|
File without changes
|
{github_security_report-0.4.0 → github_security_report-0.4.1}/src/github_security_report/collect.py
RENAMED
|
File without changes
|
{github_security_report-0.4.0 → github_security_report-0.4.1}/src/github_security_report/config.py
RENAMED
|
File without changes
|
{github_security_report-0.4.0 → github_security_report-0.4.1}/src/github_security_report/gitctx.py
RENAMED
|
File without changes
|
{github_security_report-0.4.0 → github_security_report-0.4.1}/src/github_security_report/models.py
RENAMED
|
File without changes
|
{github_security_report-0.4.0 → github_security_report-0.4.1}/src/github_security_report/posture.py
RENAMED
|
File without changes
|
{github_security_report-0.4.0 → github_security_report-0.4.1}/src/github_security_report/py.typed
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{github_security_report-0.4.0 → github_security_report-0.4.1}/src/github_security_report/report.py
RENAMED
|
File without changes
|
{github_security_report-0.4.0 → github_security_report-0.4.1}/src/github_security_report/rulesets.py
RENAMED
|
File without changes
|
{github_security_report-0.4.0 → github_security_report-0.4.1}/src/github_security_report/runner.py
RENAMED
|
File without changes
|
{github_security_report-0.4.0 → github_security_report-0.4.1}/src/github_security_report/scope.py
RENAMED
|
File without changes
|
{github_security_report-0.4.0 → github_security_report-0.4.1}/src/github_security_report/severity.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|