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

Docs/poc/securityhub #6084

Open
wants to merge 9 commits into
base: develop
Choose a base branch
from
Open

Docs/poc/securityhub #6084

wants to merge 9 commits into from

Conversation

djw-m
Copy link
Contributor

@djw-m djw-m commented Sep 23, 2024

Signed-off-by: Dj Walker-Morgan [email protected]

What Changed?

POC for new Security Hub to enable future security content cross cutting and integration with formal security offerings.

@djw-m djw-m requested a review from a team as a code owner September 23, 2024 12:42
@djw-m djw-m added deploy Add this label to a PR and it will automatically be deployed to netlify do not merge work-in-progress labels Sep 23, 2024
@djw-m djw-m self-assigned this Sep 23, 2024
Copy link
Contributor

github-actions bot commented Sep 23, 2024

@github-actions github-actions bot temporarily deployed to pr-6084-docs-poc-securityhub September 23, 2024 13:02 Inactive
@github-actions github-actions bot temporarily deployed to pr-6084-docs-poc-securityhub September 23, 2024 13:49 Inactive
@github-actions github-actions bot temporarily deployed to pr-6084-docs-poc-securityhub September 23, 2024 17:51 Inactive
@github-actions github-actions bot temporarily deployed to pr-6084-docs-poc-securityhub September 24, 2024 00:08 Inactive
@github-actions github-actions bot temporarily deployed to pr-6084-docs-poc-securityhub September 24, 2024 11:46 Inactive
@github-actions github-actions bot temporarily deployed to pr-6084-docs-poc-securityhub October 23, 2024 00:17 Inactive
djw-m and others added 8 commits October 24, 2024 11:14
Signed-off-by: Dj Walker-Morgan <[email protected]>
Signed-off-by: Dj Walker-Morgan <[email protected]>
Signed-off-by: Dj Walker-Morgan <[email protected]>
Signed-off-by: Dj Walker-Morgan <[email protected]>
Signed-off-by: Dj Walker-Morgan <[email protected]>
Signed-off-by: Dj Walker-Morgan <[email protected]>
@djw-m djw-m force-pushed the docs/poc/securityhub branch from e1456ea to 1251bf4 Compare October 24, 2024 10:14
@github-actions github-actions bot temporarily deployed to pr-6084-docs-poc-securityhub October 24, 2024 10:28 Inactive
Use the following advanced strategies to secure PostgreSQL in high-stakes environments.

## Security Technical Implementation Guides (STIGs)

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Shouldn't this give an indication as to where to find Stigs? And note there's Stigs for Postgresql and for EDB Postgres Advanced Server (at least)


TDE encrypts the entire database at the file level. While not natively supported in PostgreSQL, tools like pgcrypto and external software can implement TDE.

- **Use pgTDE.** You can use the pgTDE extension to encrypt entire databases or specific tablespaces. Data is encrypted transparently as it's written to disk.
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What's pgTDE? It sounds like a predecessor of the TDE extensions in PGE and EPAS? pg_tde is an experimental percona extension while pgtde seems to be a VMware propietary extension. pgcrypto is not TDE though, it's column level encryption.

TDE transparently encrypts the entire database at the file level. While not natively supported in PostgreSQL, EDB Postgres Extended Server and EDB Postgres Advanced Server both support TDE. For PostgreSQL itself, extensions are available which can implement TDE.

Signed-off-by: Dj Walker-Morgan <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
deploy Add this label to a PR and it will automatically be deployed to netlify do not merge work-in-progress
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants