pysentry-rs 0.3.5__cp310-cp310-macosx_11_0_arm64.whl → 0.3.7__cp310-cp310-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-310-darwin.so +0 -0
- {pysentry_rs-0.3.5.dist-info → pysentry_rs-0.3.7.dist-info}/METADATA +8 -5
- pysentry_rs-0.3.7.dist-info/RECORD +7 -0
- pysentry_rs-0.3.5.dist-info/RECORD +0 -7
- {pysentry_rs-0.3.5.dist-info → pysentry_rs-0.3.7.dist-info}/WHEEL +0 -0
- {pysentry_rs-0.3.5.dist-info → pysentry_rs-0.3.7.dist-info}/entry_points.txt +0 -0
- {pysentry_rs-0.3.5.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)
|
|
@@ -27,6 +27,7 @@ Project-URL: Issues, https://github.com/nyudenkov/pysentry/issues
|
|
|
27
27
|
# 🐍 PySentry
|
|
28
28
|
|
|
29
29
|
[](https://google.github.io/osv.dev/)
|
|
30
|
+
[](https://pepy.tech/projects/pysentry-rs)
|
|
30
31
|
|
|
31
32
|
[Help to test and improve](https://github.com/nyudenkov/pysentry/issues/12) | [Latest PySentry - pip-audit benchmark](benchmarks/results/latest.md)
|
|
32
33
|
|
|
@@ -36,11 +37,11 @@ A fast, reliable security vulnerability scanner for Python projects, written in
|
|
|
36
37
|
|
|
37
38
|
## Overview
|
|
38
39
|
|
|
39
|
-
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.
|
|
40
41
|
|
|
41
42
|
## Key Features
|
|
42
43
|
|
|
43
|
-
- **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
|
|
44
45
|
- **External Resolver Integration**: Leverages `uv` and `pip-tools` for accurate requirements.txt constraint solving
|
|
45
46
|
- **Multiple Data Sources**:
|
|
46
47
|
- PyPA Advisory Database (default)
|
|
@@ -299,7 +300,8 @@ Add PySentry to your `.pre-commit-config.yaml`:
|
|
|
299
300
|
|
|
300
301
|
```yaml
|
|
301
302
|
repos:
|
|
302
|
-
- repo: https://github.com/
|
|
303
|
+
- repo: https://github.com/pysentry/pysentry-pre-commit
|
|
304
|
+
rev: v0.3.6
|
|
303
305
|
hooks:
|
|
304
306
|
- id: pysentry # default pysentry settings
|
|
305
307
|
```
|
|
@@ -308,7 +310,8 @@ repos:
|
|
|
308
310
|
|
|
309
311
|
```yaml
|
|
310
312
|
repos:
|
|
311
|
-
- repo: https://github.com/
|
|
313
|
+
- repo: https://github.com/pysentry/pysentry-pre-commit
|
|
314
|
+
rev: v0.3.6
|
|
312
315
|
hooks:
|
|
313
316
|
- id: pysentry
|
|
314
317
|
args: ["--sources", "pypa,osv", "--fail-on", "high"]
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
pysentry/__init__.py,sha256=uSo2bKZNbcRd1bEXOzF3MuxrEapECowrIHG0t_DERa8,611
|
|
2
|
+
pysentry/_internal.cpython-310-darwin.so,sha256=aXclnsLWMF7PBTFMjrLm1p-Z6r84Vt2LkfEqDeQnWSc,10784608
|
|
3
|
+
pysentry_rs-0.3.7.dist-info/METADATA,sha256=Z7Gt0YF-GsWvIknYohKcqjEZhHR9EmdUg-23JymLPm4,27728
|
|
4
|
+
pysentry_rs-0.3.7.dist-info/WHEEL,sha256=XiGjjeJC2k7oCSYs1QNLi9iFDhofhstbUV6w7vMmp_k,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-310-darwin.so,sha256=4nhGcq47RgKOHebtPSWfth6aAvv45_ZD6cu2uf8j5LU,10593760
|
|
3
|
-
pysentry_rs-0.3.5.dist-info/METADATA,sha256=2e0z2RA2NN3R-aGC_rMk5m66hA1gNGUn8yGPZgrb184,27537
|
|
4
|
-
pysentry_rs-0.3.5.dist-info/WHEEL,sha256=XiGjjeJC2k7oCSYs1QNLi9iFDhofhstbUV6w7vMmp_k,104
|
|
5
|
-
pysentry_rs-0.3.5.dist-info/entry_points.txt,sha256=3bJguekVEbXTn-ceDCWJaSIZScquPPP1Ux9TPVHHanE,44
|
|
6
|
-
pysentry_rs-0.3.5.dist-info/licenses/LICENSE,sha256=TAMtDCoJuavXz7pCEklrzjH55sdvsy5gKsXY9NsImwY,34878
|
|
7
|
-
pysentry_rs-0.3.5.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|