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

documentation: Add README intro from Moore #1

Closed
wants to merge 5 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 8 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@ Aranya is a software development tool for governing access to data and services

Aranya has been designed with an emphasis on security, efficiency, and portability.

The root cause of cyber insecurity is complexity; and yet when we attempt to protect our systems, our solution is to add more.

Software developers must not expect customers to mitigate defects using external security tools and an endless cycle of patching. Software must become secure by design.

Aranya is our contribution to this effort. It is a batteries-included tool which allows developers to produce software with built-in micro-segmentation. This complete solution covers access management with user onboarding, authentication and authorization, freeing the developer to focus on the problem they wish to solve.

For users, software built on Aranya is less complex to operate securely, and is secure regardless of the network it is run on.

More documentation on Aranya is provided here:
[Aranya Documentation](https://github.com/aranya-project/docs)

Expand Down Expand Up @@ -89,7 +97,3 @@ The [Aranya Core](https://github.com/aranya-project/aranya-core) repo has all th

This repository is maintained by software engineers employed at [SpiderOak](https://spideroak.com/)

## Contact Information

For assistance with using this software or licensing inquiries please contact SpiderOak at:
<[email protected]>
2 changes: 1 addition & 1 deletion licensing/CODE_OF_CONDUCT.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
9. Likewise, any spamming, trolling, flaming, baiting or other attention-stealing behavior is not welcome.

## Moderation
These are the policies for upholding our community’s standards of conduct. If you feel that a thread needs moderation, please contact us at [email protected].
These are the policies for upholding our community’s standards of conduct.
1. Remarks that violate the SpiderOak standards of conduct, including hateful, hurtful, oppressive, or exclusionary remarks, are not allowed. (Cursing is allowed, but never targeting another user, and never in a hateful manner.)
2. Remarks that moderators find inappropriate, whether listed in the code of conduct or not, are also not allowed.
3. Moderators will first respond to such remarks with a warning.
Expand Down
Loading