Files
SpecterOps-Nemesis/libs/nemesis_dpapi
Lee Chagolla-Christensen 3b80fd411b fix: upgrade vulnerable dependencies across projects
- pyasn1 0.6.2 -> 0.6.3 (direct, 5 projects)
- pyopenssl 25.3.0 -> 26.0.0 (transitive, 5 projects)
- ujson 5.11.0 -> 5.12.0 (transitive, web_api)
- orjson 3.11.5 -> 3.11.7 (transitive, web_api)
- dynaconf 3.2.12 -> 3.2.13 (direct, cli)
- pyjwt 2.10.1 -> 2.12.1 (transitive, agents)
- dompurify 3.2.7 -> 3.3.3 (transitive, frontend via override)
2026-03-19 12:35:51 -07:00
..
2026-01-14 15:20:31 -08:00
2025-10-28 15:12:24 -07:00
2026-01-14 15:20:31 -08:00

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