pysentry-rs 0.3.6__cp311-cp311-macosx_11_0_arm64.whl → 0.3.7__cp311-cp311-macosx_11_0_arm64.whl
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.
Potentially problematic release.
This version of pysentry-rs might be problematic. Click here for more details.
- pysentry/_internal.cpython-311-darwin.so +0 -0
- {pysentry_rs-0.3.6.dist-info → pysentry_rs-0.3.7.dist-info}/METADATA +5 -5
- pysentry_rs-0.3.7.dist-info/RECORD +7 -0
- pysentry_rs-0.3.6.dist-info/RECORD +0 -7
- {pysentry_rs-0.3.6.dist-info → pysentry_rs-0.3.7.dist-info}/WHEEL +0 -0
- {pysentry_rs-0.3.6.dist-info → pysentry_rs-0.3.7.dist-info}/entry_points.txt +0 -0
- {pysentry_rs-0.3.6.dist-info → pysentry_rs-0.3.7.dist-info}/licenses/LICENSE +0 -0
|
Binary file
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: pysentry-rs
|
|
3
|
-
Version: 0.3.
|
|
3
|
+
Version: 0.3.7
|
|
4
4
|
Classifier: Development Status :: 4 - Beta
|
|
5
5
|
Classifier: Intended Audience :: Developers
|
|
6
6
|
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
|
|
@@ -37,11 +37,11 @@ A fast, reliable security vulnerability scanner for Python projects, written in
|
|
|
37
37
|
|
|
38
38
|
## Overview
|
|
39
39
|
|
|
40
|
-
PySentry audits Python projects for known security vulnerabilities by analyzing dependency files (`uv.lock`, `poetry.lock`, `Pipfile.lock`, `pyproject.toml`, `Pipfile`, `requirements.txt`) and cross-referencing them against multiple vulnerability databases. It provides comprehensive reporting with support for various output formats and filtering options.
|
|
40
|
+
PySentry audits Python projects for known security vulnerabilities by analyzing dependency files (`uv.lock`, `poetry.lock`, `Pipfile.lock`, `pylock.toml`, `pyproject.toml`, `Pipfile`, `requirements.txt`) and cross-referencing them against multiple vulnerability databases. It provides comprehensive reporting with support for various output formats and filtering options.
|
|
41
41
|
|
|
42
42
|
## Key Features
|
|
43
43
|
|
|
44
|
-
- **Multiple Project Formats**: Supports `uv.lock`, `poetry.lock`, `Pipfile.lock`, `pyproject.toml`, `Pipfile`, and `requirements.txt` files
|
|
44
|
+
- **Multiple Project Formats**: Supports `uv.lock`, `poetry.lock`, `Pipfile.lock`, `pylock.toml`, `pyproject.toml`, `Pipfile`, and `requirements.txt` files
|
|
45
45
|
- **External Resolver Integration**: Leverages `uv` and `pip-tools` for accurate requirements.txt constraint solving
|
|
46
46
|
- **Multiple Data Sources**:
|
|
47
47
|
- PyPA Advisory Database (default)
|
|
@@ -301,7 +301,7 @@ Add PySentry to your `.pre-commit-config.yaml`:
|
|
|
301
301
|
```yaml
|
|
302
302
|
repos:
|
|
303
303
|
- repo: https://github.com/pysentry/pysentry-pre-commit
|
|
304
|
-
rev: v0.3.
|
|
304
|
+
rev: v0.3.6
|
|
305
305
|
hooks:
|
|
306
306
|
- id: pysentry # default pysentry settings
|
|
307
307
|
```
|
|
@@ -311,7 +311,7 @@ repos:
|
|
|
311
311
|
```yaml
|
|
312
312
|
repos:
|
|
313
313
|
- repo: https://github.com/pysentry/pysentry-pre-commit
|
|
314
|
-
rev: v0.3.
|
|
314
|
+
rev: v0.3.6
|
|
315
315
|
hooks:
|
|
316
316
|
- id: pysentry
|
|
317
317
|
args: ["--sources", "pypa,osv", "--fail-on", "high"]
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
pysentry/__init__.py,sha256=uSo2bKZNbcRd1bEXOzF3MuxrEapECowrIHG0t_DERa8,611
|
|
2
|
+
pysentry/_internal.cpython-311-darwin.so,sha256=5C5zrVBl5cAu13qLSdLLBzQv9E7O9RvVVNfieZAucdE,10784544
|
|
3
|
+
pysentry_rs-0.3.7.dist-info/METADATA,sha256=Z7Gt0YF-GsWvIknYohKcqjEZhHR9EmdUg-23JymLPm4,27728
|
|
4
|
+
pysentry_rs-0.3.7.dist-info/WHEEL,sha256=FQD2wNSk7QdKfwuvlrA52DGgdDYb2Xq1PtLwlu6bv-w,104
|
|
5
|
+
pysentry_rs-0.3.7.dist-info/entry_points.txt,sha256=3bJguekVEbXTn-ceDCWJaSIZScquPPP1Ux9TPVHHanE,44
|
|
6
|
+
pysentry_rs-0.3.7.dist-info/licenses/LICENSE,sha256=TAMtDCoJuavXz7pCEklrzjH55sdvsy5gKsXY9NsImwY,34878
|
|
7
|
+
pysentry_rs-0.3.7.dist-info/RECORD,,
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
pysentry/__init__.py,sha256=uSo2bKZNbcRd1bEXOzF3MuxrEapECowrIHG0t_DERa8,611
|
|
2
|
-
pysentry/_internal.cpython-311-darwin.so,sha256=joLHpNXVeV8xWSUzCD_1adJzpeYJJbG5HBy5zmvy1Sg,10608848
|
|
3
|
-
pysentry_rs-0.3.6.dist-info/METADATA,sha256=3NHzbMhclWGgf8oxZ5QIg4AncsKyYhJTLfj_BypwVDw,27698
|
|
4
|
-
pysentry_rs-0.3.6.dist-info/WHEEL,sha256=FQD2wNSk7QdKfwuvlrA52DGgdDYb2Xq1PtLwlu6bv-w,104
|
|
5
|
-
pysentry_rs-0.3.6.dist-info/entry_points.txt,sha256=3bJguekVEbXTn-ceDCWJaSIZScquPPP1Ux9TPVHHanE,44
|
|
6
|
-
pysentry_rs-0.3.6.dist-info/licenses/LICENSE,sha256=TAMtDCoJuavXz7pCEklrzjH55sdvsy5gKsXY9NsImwY,34878
|
|
7
|
-
pysentry_rs-0.3.6.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|