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

Theme: security #3

Open
2 tasks done
AustinWise opened this issue Jan 11, 2022 · 0 comments
Open
2 tasks done

Theme: security #3

AustinWise opened this issue Jan 11, 2022 · 0 comments
Labels
theme A desired property of the software; groups other issues

Comments

@AustinWise
Copy link
Owner

AustinWise commented Jan 11, 2022

Security is not a huge issue, as the current intended use case is a single person viewing data they wrote. However there are some things we should watch out for even in the single user case:

Some other security issue could become an issue in a multi-user environment

  • Path traversal. Ideally we could also use some OS sandbox like unvail(2) to help us ensure this works.
  • XSS
  • Sandboxing, using something like pledge(2) or SELinux
@AustinWise AustinWise added the theme A desired property of the software; groups other issues label Jan 11, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
theme A desired property of the software; groups other issues
Projects
None yet
Development

No branches or pull requests

1 participant