mirror of
https://github.com/ovh/the-bastion.git
synced 2025-01-11 01:41:39 +08:00
Merge pull request #15 from ovh/doc/fix/design
doc: fix markdown links in design documentation
This commit is contained in:
commit
db98fa962b
1 changed files with 2 additions and 2 deletions
|
@ -21,7 +21,7 @@ system user, and same goes for the group private keys. This way, even if the
|
|||
code is tricked to allow access when it shouldn't have (flawed logic or bug),
|
||||
then the OS will still deny reading the key file.
|
||||
|
||||
This concept has been explained in the ([https://www.ovh.com/blog/the-bastion-part-3-security-at-the-core/](Blog Post #3 - Security at the Core))
|
||||
This concept has been explained in the [Blog Post #3 - Security at the Core](https://www.ovh.com/blog/the-bastion-part-3-security-at-the-core/).
|
||||
|
||||
## Zero trust between portions of code running at different permission levels
|
||||
|
||||
|
@ -37,4 +37,4 @@ run under perl tainted mode.
|
|||
Helpers communicate back their result using JSON, which is then read from
|
||||
the plugin (the unprivileged portion of code), and parsed.
|
||||
|
||||
This concept has been explained in the ([https://www.ovh.com/blog/the-bastion-part-3-security-at-the-core/](Blog Post #3 - Security at the Core))
|
||||
This concept has been explained in the [Blog Post #3 - Security at the Core](https://www.ovh.com/blog/the-bastion-part-3-security-at-the-core/).
|
||||
|
|
Loading…
Reference in a new issue