test(scanners): cover native code detection gaps#926
test(scanners): cover native code detection gaps#926mldangelo-oai wants to merge 2 commits intomainfrom
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Repository UI Review profile: ASSERTIVE Plan: Pro Run ID: 📒 Files selected for processing (1)
WalkthroughTwo scanner test files were updated: the Keras ZIP scanner test expands case-insensitive suspicious executable extensions and near-match non-executables; the TensorRT scanner gains a new test that detects an embedded PE header following an invalid decoy blob. Changes
Estimated code review effort🎯 3 (Moderate) | ⏱️ ~20 minutes Poem
🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Summary
Validation
UV_CACHE_DIR=/tmp/codex-uv-cache uv run --python python3.13 ruff format modelaudit/ packages/modelaudit-picklescan/src packages/modelaudit-picklescan/tests tests/UV_CACHE_DIR=/tmp/codex-uv-cache uv run --python python3.13 ruff check --fix modelaudit/ packages/modelaudit-picklescan/src packages/modelaudit-picklescan/tests tests/UV_CACHE_DIR=/tmp/codex-uv-cache uv run --python python3.13 mypy modelaudit/ packages/modelaudit-picklescan/src packages/modelaudit-picklescan/tests tests/UV_CACHE_DIR=/tmp/codex-uv-cache uv run --python python3.13 pytest -n auto -m "not slow and not integration" --maxfail=1Summary by CodeRabbit