mirror of
https://github.com/SpecterOps/Nemesis
synced 2026-06-08 12:36:42 +00:00
11a67703d1
- cryptography 46.0.3 → 46.0.5 (high: subgroup attack on SECT curves) - pillow 11.3.0 → 12.1.1 (high: OOB write loading PSD images) - pydantic-ai 0.7.2 → 1.64.0 (high: SSRF in URL download handling) - rollup 4.53.3 → 4.59.0 (high: arbitrary file write via path traversal) - werkzeug 3.1.5 → 3.1.6 (medium: safe_join Windows device names) - flask 3.1.2 → 3.1.3 (low: session Vary Cookie header) - go-git 5.16.4 → 5.16.5 (medium: .idx/.pack integrity check bypass) - circl 1.6.1 → 1.6.3 (low: secp384r1 CombinedMult miscalculation) - xz 0.5.12 → 0.5.15 (medium: memory leak decoding corrupted LZMA)
Tests
Run all unit tests:
uv run pytest
Benchmarks
Run only benchmark tests:
uv run pytest --benchmark-only -v
Run benchmarks in a file:
uv run pytest tests/benchmarks/bench_backupkey_decryption.py::TestMasterkeyDecryptionBenchmarks::test_single_masterkey_decryption --benchmark-only -v