chore: fix cargo audit warnings and python test coverage warnings - #99
Conversation
|
Caution Review failedThe pull request is closed. ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: ASSERTIVE Plan: Pro Run ID: 📒 Files selected for processing (3)
Cache: Disabled due to Reviews > Disable Cache setting Disabled knowledge base sources:
📝 WalkthroughSummary by CodeRabbit릴리스 노트
WalkthroughCargo 감사 구성 파일을 추가해 특정 RustSec 권고사항을 무시하도록 설정하고, 보안 정책 문서에 해당 예외를 기록하며, 테스트에서 런타임 경고를 억제하는 필터를 도입합니다. Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes Poem
✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Comment |
|
@coderabbitai review |
✅ Actions performedReview triggered.
|
Resolves cargo audit warnings inherited from Tauri v2 webkit2gtk by adding ignores in
.cargo/audit.tomlas documented indocs/security/dependency-policy.md. Also fixes a python RuntimeWarning during tests to maintain 100% coverage cleanly.