You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: SECURITY.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -83,6 +83,6 @@ Known blind spots (documented in `capsec-tests/tests/audit_evasion.rs`):
83
83
84
84
## Reporting vulnerabilities
85
85
86
-
If you discover a security issue in capsec, please email the maintainers directly rather than opening a public issue. Contact: [open an issue with the `security` label](https://github.com/bordumb/capsec/issues/new?labels=security).
86
+
If you discover a security issue in capsec, please email the maintainers directly rather than opening a public issue. Contact: [open an issue with the `security` label](https://github.com/auths-dev/capsec/issues/new?labels=security).
87
87
88
88
For issues that are not security-sensitive (e.g., audit tool false negatives, documentation gaps), please open a regular GitHub issue.
Copy file name to clipboardExpand all lines: crates/capsec-core/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
Zero-cost capability tokens and permission traits for compile-time capability-based security in Rust.
4
4
5
-
This is the foundation crate of the [capsec](https://github.com/bordumb/capsec) ecosystem. You probably want to depend on the `capsec` facade crate instead of using this directly.
5
+
This is the foundation crate of the [capsec](https://github.com/auths-dev/capsec) ecosystem. You probably want to depend on the `capsec` facade crate instead of using this directly.
Copy file name to clipboardExpand all lines: crates/capsec-std/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
Capability-gated wrappers around `std::fs`, `std::net`, `std::env`, and `std::process`.
4
4
5
-
This is the enforcement layer of [capsec](https://github.com/bordumb/capsec). Every function mirrors a `std` function but requires a capability token proving the caller has permission. You probably want to depend on the `capsec` facade crate instead of using this directly.
5
+
This is the enforcement layer of [capsec](https://github.com/auths-dev/capsec). Every function mirrors a `std` function but requires a capability token proving the caller has permission. You probably want to depend on the `capsec` facade crate instead of using this directly.
0 commit comments