Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

wanted: walkdir work-alike using cap-std #48

Open
dckc opened this issue Jun 23, 2024 · 1 comment
Open

wanted: walkdir work-alike using cap-std #48

dckc opened this issue Jun 23, 2024 · 1 comment

Comments

@dckc
Copy link
Owner

dckc commented Jun 23, 2024

The walkdir crate is pretty popular: ~250k downloads/day; 126m all time. Is there a work-alike using cap-std?

cc @sunfishcode - is there a cap-std discussion forum suitable for this question? It's not really in scope as a cap-std issue, is it?


Background

I'm interested in Zola as a blogging platform. To understand the security properties, I'd like to port it to use cap-std instead of ambient authority all over.

The Zola sources seemed like a manageable size, but as usual, they're the tip of an iceberg; underneath one line in libs/Cargo.toml is the whole walkdir crate.

@sunfishcode
Copy link

The cap-std repo contains "cap-" versions of some popular crates, such as cap-tempfiles and cap-directories. I think a cap-walkdir would also make sense. I filed bytecodealliance/cap-std#82 to discuss it.

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

No branches or pull requests

2 participants