Skip to content

feat: add transitive dependency checks#51

Merged
bordumb merged 4 commits intomainfrom
dev-dependencyDepthCheck
Mar 24, 2026
Merged

feat: add transitive dependency checks#51
bordumb merged 4 commits intomainfrom
dev-dependencyDepthCheck

Conversation

@bordumb
Copy link
Collaborator

@bordumb bordumb commented Mar 24, 2026

No description provided.

@bordumb bordumb self-assigned this Mar 24, 2026
@github-actions
Copy link

Auths Commit Verification

Commit Status Details
4b93e0db ✅ Verified Signed by z6MktnihicwetvA16FtHFynaJTn9eDZw51eizUEA1yGJCR4o@auths.local

Result: ✅ 1/1 commits verified

) {
let dir = cache_dir.join("export-maps");
// Create directory if needed
let _ = std::fs::create_dir_all(&dir);

Check warning

Code scanning / capsec-cli

Create directory tree Medium

Create directory tree: std::fs::create_dir_all in save_export_map_cache()
…e-to-workspace findings, and export map caching
@github-actions
Copy link

Auths Commit Verification

Commit Status Details
daeb0a74 ✅ Verified Signed by z6MktnihicwetvA16FtHFynaJTn9eDZw51eizUEA1yGJCR4o@auths.local
4b93e0db ✅ Verified Signed by z6MktnihicwetvA16FtHFynaJTn9eDZw51eizUEA1yGJCR4o@auths.local

Result: ✅ 2/2 commits verified

@github-actions
Copy link

Auths Commit Verification

Commit Status Details
4e957579 ✅ Verified Signed by z6MktnihicwetvA16FtHFynaJTn9eDZw51eizUEA1yGJCR4o@auths.local
daeb0a74 ✅ Verified Signed by z6MktnihicwetvA16FtHFynaJTn9eDZw51eizUEA1yGJCR4o@auths.local
4b93e0db ✅ Verified Signed by z6MktnihicwetvA16FtHFynaJTn9eDZw51eizUEA1yGJCR4o@auths.local

Result: ✅ 3/3 commits verified

) {
let dir = cache_dir.join("export-maps");
// Create directory if needed
let _ = std::fs::create_dir_all(&dir);

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

📝 [capsec-cli] <capsec/fs/write> reported by reviewdog 🐶
Create directory tree: std::fs::create_dir_all in save_export_map_cache()

@github-actions
Copy link

Auths Commit Verification

Commit Status Details
5e9b05f3 ✅ Verified Signed by z6MktnihicwetvA16FtHFynaJTn9eDZw51eizUEA1yGJCR4o@auths.local
4e957579 ✅ Verified Signed by z6MktnihicwetvA16FtHFynaJTn9eDZw51eizUEA1yGJCR4o@auths.local
daeb0a74 ✅ Verified Signed by z6MktnihicwetvA16FtHFynaJTn9eDZw51eizUEA1yGJCR4o@auths.local
4b93e0db ✅ Verified Signed by z6MktnihicwetvA16FtHFynaJTn9eDZw51eizUEA1yGJCR4o@auths.local

Result: ✅ 4/4 commits verified

@bordumb bordumb merged commit 5f0bddd into main Mar 24, 2026
8 checks passed
@bordumb bordumb deleted the dev-dependencyDepthCheck branch March 24, 2026 03:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant