Skip to content

Commit

Permalink
Merge pull request #1155 from TonyLovesDevOps/patch-1
Browse files Browse the repository at this point in the history
Fix links from `Security` tab of repository.
  • Loading branch information
synfinatic authored Feb 5, 2025
2 parents 643e8b9 + 6e6f3d7 commit ee6fef0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/security.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ Note: with the v2.x release, v1.x is no longer supported.

## Code signing

All commits by me are signed by my [commit signing GPG key](commit-sign-key.asc.md).
All commits by me are signed by my [commit signing GPG key](/docs/commit-sign-key.asc.md).

## Binary signatures

All releases have a corresponding detactched GPG signature using my [code signing GPG key](code-sign-key.asc.md).
All releases have a corresponding detactched GPG signature using my [code signing GPG key](/docs/code-sign-key.asc.md).

## Reporting a Vulnerability

Expand All @@ -25,7 +25,7 @@ https://github.com/synfinatic/aws-sso-cli/issues/new?assignees=&labels=security&
If you believe the public visibility of the information of the bug would
place other `aws-sso` users at risk, then you may email me at:
`synfinatic@gmail.com`. GPG encrypting your email in those situations is
encouraged and you should use [this GPG Key](commit-sign-key.asc.md).
encouraged and you should use [this GPG Key](/docs/commit-sign-key.asc.md).

## Security Model

Expand All @@ -52,4 +52,4 @@ Running the [ECS Server in docker](ecs-server.md#running-the-ecs-server-in-the-b
(`aws-sso ecs docker start`) will briefly expose your HTTP Authentication bearer token and
SSL private key in clear text in `~/.aws-sso/mnt/`. If you are running it on a system
where the `root` user is not trusted, this may not be acceptable. In such cases, it
is recommended to run `aws-sso ecs server` in a screen or tmux session.
is recommended to run `aws-sso ecs server` in a screen or tmux session.

0 comments on commit ee6fef0

Please sign in to comment.