pysentry-rs 0.3.0__tar.gz → 0.3.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.

Potentially problematic release.


This version of pysentry-rs might be problematic. Click here for more details.

Files changed (60) hide show
  1. {pysentry_rs-0.3.0 → pysentry_rs-0.3.1}/Cargo.lock +1 -1
  2. {pysentry_rs-0.3.0 → pysentry_rs-0.3.1}/Cargo.toml +1 -1
  3. {pysentry_rs-0.3.0 → pysentry_rs-0.3.1}/PKG-INFO +1 -1
  4. {pysentry_rs-0.3.0 → pysentry_rs-0.3.1}/.github/FUNDING.yml +0 -0
  5. {pysentry_rs-0.3.0 → pysentry_rs-0.3.1}/.github/dependabot.yml +0 -0
  6. {pysentry_rs-0.3.0 → pysentry_rs-0.3.1}/.github/workflows/benchmark.yml +0 -0
  7. {pysentry_rs-0.3.0 → pysentry_rs-0.3.1}/.github/workflows/ci.yml +0 -0
  8. {pysentry_rs-0.3.0 → pysentry_rs-0.3.1}/.github/workflows/release.yml +0 -0
  9. {pysentry_rs-0.3.0 → pysentry_rs-0.3.1}/.gitignore +0 -0
  10. {pysentry_rs-0.3.0 → pysentry_rs-0.3.1}/.pre-commit-config.yaml +0 -0
  11. {pysentry_rs-0.3.0 → pysentry_rs-0.3.1}/LICENSE +0 -0
  12. {pysentry_rs-0.3.0 → pysentry_rs-0.3.1}/README.md +0 -0
  13. {pysentry_rs-0.3.0 → pysentry_rs-0.3.1}/benchmarks/.gitignore +0 -0
  14. {pysentry_rs-0.3.0 → pysentry_rs-0.3.1}/benchmarks/.python-version +0 -0
  15. {pysentry_rs-0.3.0 → pysentry_rs-0.3.1}/benchmarks/README.md +0 -0
  16. {pysentry_rs-0.3.0 → pysentry_rs-0.3.1}/benchmarks/main.py +0 -0
  17. {pysentry_rs-0.3.0 → pysentry_rs-0.3.1}/benchmarks/pyproject.toml +0 -0
  18. {pysentry_rs-0.3.0 → pysentry_rs-0.3.1}/benchmarks/results/0.2.3.md +0 -0
  19. {pysentry_rs-0.3.0 → pysentry_rs-0.3.1}/benchmarks/results/latest.md +0 -0
  20. {pysentry_rs-0.3.0 → pysentry_rs-0.3.1}/benchmarks/src/benchmark_runner.py +0 -0
  21. {pysentry_rs-0.3.0 → pysentry_rs-0.3.1}/benchmarks/src/performance_monitor.py +0 -0
  22. {pysentry_rs-0.3.0 → pysentry_rs-0.3.1}/benchmarks/src/report_generator.py +0 -0
  23. {pysentry_rs-0.3.0 → pysentry_rs-0.3.1}/benchmarks/src/tool_wrapper.py +0 -0
  24. {pysentry_rs-0.3.0 → pysentry_rs-0.3.1}/benchmarks/test_data/large_requirements.txt +0 -0
  25. {pysentry_rs-0.3.0 → pysentry_rs-0.3.1}/benchmarks/test_data/small_requirements.txt +0 -0
  26. {pysentry_rs-0.3.0 → pysentry_rs-0.3.1}/benchmarks/uv.lock +0 -0
  27. {pysentry_rs-0.3.0 → pysentry_rs-0.3.1}/fixtures/requirements-tests/requirements-dev.txt +0 -0
  28. {pysentry_rs-0.3.0 → pysentry_rs-0.3.1}/fixtures/requirements-tests/requirements.txt +0 -0
  29. {pysentry_rs-0.3.0 → pysentry_rs-0.3.1}/fixtures/requirements-tests-vulnerable/requirements.txt +0 -0
  30. {pysentry_rs-0.3.0 → pysentry_rs-0.3.1}/pyproject.toml +0 -0
  31. {pysentry_rs-0.3.0 → pysentry_rs-0.3.1}/python/pysentry/__init__.py +0 -0
  32. {pysentry_rs-0.3.0 → pysentry_rs-0.3.1}/src/cache/audit.rs +0 -0
  33. {pysentry_rs-0.3.0 → pysentry_rs-0.3.1}/src/cache/mod.rs +0 -0
  34. {pysentry_rs-0.3.0 → pysentry_rs-0.3.1}/src/cache/storage.rs +0 -0
  35. {pysentry_rs-0.3.0 → pysentry_rs-0.3.1}/src/cli.rs +0 -0
  36. {pysentry_rs-0.3.0 → pysentry_rs-0.3.1}/src/dependency/mod.rs +0 -0
  37. {pysentry_rs-0.3.0 → pysentry_rs-0.3.1}/src/dependency/resolvers/mod.rs +0 -0
  38. {pysentry_rs-0.3.0 → pysentry_rs-0.3.1}/src/dependency/resolvers/pip_tools.rs +0 -0
  39. {pysentry_rs-0.3.0 → pysentry_rs-0.3.1}/src/dependency/resolvers/uv.rs +0 -0
  40. {pysentry_rs-0.3.0 → pysentry_rs-0.3.1}/src/dependency/scanner.rs +0 -0
  41. {pysentry_rs-0.3.0 → pysentry_rs-0.3.1}/src/error.rs +0 -0
  42. {pysentry_rs-0.3.0 → pysentry_rs-0.3.1}/src/lib.rs +0 -0
  43. {pysentry_rs-0.3.0 → pysentry_rs-0.3.1}/src/main.rs +0 -0
  44. {pysentry_rs-0.3.0 → pysentry_rs-0.3.1}/src/output/mod.rs +0 -0
  45. {pysentry_rs-0.3.0 → pysentry_rs-0.3.1}/src/output/report.rs +0 -0
  46. {pysentry_rs-0.3.0 → pysentry_rs-0.3.1}/src/output/sarif.rs +0 -0
  47. {pysentry_rs-0.3.0 → pysentry_rs-0.3.1}/src/parsers/lock.rs +0 -0
  48. {pysentry_rs-0.3.0 → pysentry_rs-0.3.1}/src/parsers/mod.rs +0 -0
  49. {pysentry_rs-0.3.0 → pysentry_rs-0.3.1}/src/parsers/poetry_lock.rs +0 -0
  50. {pysentry_rs-0.3.0 → pysentry_rs-0.3.1}/src/parsers/pyproject.rs +0 -0
  51. {pysentry_rs-0.3.0 → pysentry_rs-0.3.1}/src/parsers/requirements.rs +0 -0
  52. {pysentry_rs-0.3.0 → pysentry_rs-0.3.1}/src/providers/mod.rs +0 -0
  53. {pysentry_rs-0.3.0 → pysentry_rs-0.3.1}/src/providers/osv.rs +0 -0
  54. {pysentry_rs-0.3.0 → pysentry_rs-0.3.1}/src/providers/pypa.rs +0 -0
  55. {pysentry_rs-0.3.0 → pysentry_rs-0.3.1}/src/providers/pypi.rs +0 -0
  56. {pysentry_rs-0.3.0 → pysentry_rs-0.3.1}/src/python.rs +0 -0
  57. {pysentry_rs-0.3.0 → pysentry_rs-0.3.1}/src/types.rs +0 -0
  58. {pysentry_rs-0.3.0 → pysentry_rs-0.3.1}/src/vulnerability/database.rs +0 -0
  59. {pysentry_rs-0.3.0 → pysentry_rs-0.3.1}/src/vulnerability/matcher.rs +0 -0
  60. {pysentry_rs-0.3.0 → pysentry_rs-0.3.1}/src/vulnerability/mod.rs +0 -0
@@ -1121,7 +1121,7 @@ dependencies = [
1121
1121
 
1122
1122
  [[package]]
1123
1123
  name = "pysentry"
1124
- version = "0.3.0"
1124
+ version = "0.3.1"
1125
1125
  dependencies = [
1126
1126
  "anyhow",
1127
1127
  "async-trait",
@@ -1,6 +1,6 @@
1
1
  [package]
2
2
  name = "pysentry"
3
- version = "0.3.0"
3
+ version = "0.3.1"
4
4
  edition = "2021"
5
5
  rust-version = "1.79"
6
6
  description = "Security vulnerability auditing for Python packages"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: pysentry-rs
3
- Version: 0.3.0
3
+ Version: 0.3.1
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)
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes