Skip to content

website/docs: add 2025 pentest#20626

Merged
fheisler merged 15 commits intomainfrom
website/docs--penttest-2025-results
Mar 3, 2026
Merged

website/docs: add 2025 pentest#20626
fheisler merged 15 commits intomainfrom
website/docs--penttest-2025-results

Conversation

@dewi-tik
Copy link
Contributor

Details

Adds the 2025 pentest


Checklist

If applicable

  • The documentation has been updated
  • The documentation has been formatted (make docs)

@dewi-tik dewi-tik requested a review from a team as a code owner February 27, 2026 11:44
@dewi-tik dewi-tik self-assigned this Feb 27, 2026
@dewi-tik dewi-tik added area:docs Features or issues related to Docusaurus backport/version-2025.12 Add this label to PRs to backport changes to version-2025.12 backport/version-2026.2 Add this label to PRs to backport changes to version-2026.2 labels Feb 27, 2026
@netlify
Copy link

netlify bot commented Feb 27, 2026

Deploy Preview for authentik-docs ready!

Name Link
🔨 Latest commit 60e36fd
🔍 Latest deploy log https://app.netlify.com/projects/authentik-docs/deploys/69a183909da2590008c244fe
😎 Deploy Preview https://deploy-preview-20626--authentik-docs.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@netlify
Copy link

netlify bot commented Feb 27, 2026

Deploy Preview for authentik-storybook ready!

Name Link
🔨 Latest commit 60e36fd
🔍 Latest deploy log https://app.netlify.com/projects/authentik-storybook/deploys/69a183908a94df00083018b6
😎 Deploy Preview https://deploy-preview-20626--authentik-storybook.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@netlify
Copy link

netlify bot commented Feb 27, 2026

Deploy Preview for authentik-integrations ready!

Name Link
🔨 Latest commit 60e36fd
🔍 Latest deploy log https://app.netlify.com/projects/authentik-integrations/deploys/69a18390c84ab1000746769b
😎 Deploy Preview https://deploy-preview-20626--authentik-integrations.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@netlify
Copy link

netlify bot commented Feb 27, 2026

Deploy Preview for authentik-storybook ready!

Name Link
🔨 Latest commit 3bef48b
🔍 Latest deploy log https://app.netlify.com/projects/authentik-storybook/deploys/69a5bd5788f0b500088017d1
😎 Deploy Preview https://deploy-preview-20626--authentik-storybook.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@netlify
Copy link

netlify bot commented Feb 27, 2026

Deploy Preview for authentik-integrations ready!

Name Link
🔨 Latest commit 023e9cf
🔍 Latest deploy log https://app.netlify.com/projects/authentik-integrations/deploys/69a6bfe019c8cb0008da4ef6
😎 Deploy Preview https://deploy-preview-20626--authentik-integrations.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@netlify
Copy link

netlify bot commented Feb 27, 2026

Deploy Preview for authentik-docs ready!

Name Link
🔨 Latest commit 023e9cf
🔍 Latest deploy log https://app.netlify.com/projects/authentik-docs/deploys/69a6bfe087ee71000831bcd1
😎 Deploy Preview https://deploy-preview-20626--authentik-docs.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@codecov
Copy link

codecov bot commented Feb 27, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 93.39%. Comparing base (7f1f3de) to head (023e9cf).
⚠️ Report is 11 commits behind head on main.
✅ All tests successful. No failed tests found.

Additional details and impacted files
@@            Coverage Diff             @@
##             main   #20626      +/-   ##
==========================================
+ Coverage   93.34%   93.39%   +0.04%     
==========================================
  Files         983      983              
  Lines       55473    55473              
==========================================
+ Hits        51783    51810      +27     
+ Misses       3690     3663      -27     
Flag Coverage Δ
conformance 37.64% <ø> (+<0.01%) ⬆️
e2e 43.26% <ø> (+0.05%) ⬆️
integration 22.44% <ø> (+<0.01%) ⬆️
unit 91.54% <ø> (+9.53%) ⬆️
unit-migrate 91.64% <ø> (+<0.01%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@github-actions
Copy link
Contributor

github-actions bot commented Feb 27, 2026

authentik PR Installation instructions

Instructions for docker-compose

Add the following block to your .env file:

AUTHENTIK_IMAGE=ghcr.io/goauthentik/dev-server
AUTHENTIK_TAG=gh-3904a692dce8f17de84c92f394b25bfd4510c930
AUTHENTIK_OUTPOSTS__CONTAINER_IMAGE_BASE=ghcr.io/goauthentik/dev-%(type)s:gh-%(build_hash)s

Afterwards, run the upgrade commands from the latest release notes.

Instructions for Kubernetes

Add the following block to your values.yml file:

authentik:
    outposts:
        container_image_base: ghcr.io/goauthentik/dev-%(type)s:gh-%(build_hash)s
global:
    image:
        repository: ghcr.io/goauthentik/dev-server
        tag: gh-3904a692dce8f17de84c92f394b25bfd4510c930

Afterwards, run the upgrade commands from the latest release notes.

dewi-tik and others added 3 commits February 27, 2026 17:14
Co-authored-by: Dominic R <dominic@sdko.org>
Signed-off-by: Dewi Roberts <dewi@goauthentik.io>
Co-authored-by: Dominic R <dominic@sdko.org>
Signed-off-by: Dewi Roberts <dewi@goauthentik.io>
Co-authored-by: Dominic R <dominic@sdko.org>
Signed-off-by: Dewi Roberts <dewi@goauthentik.io>
dewi-tik and others added 2 commits March 2, 2026 15:58
Co-authored-by: Dominic R <dominic@sdko.org>
Co-authored-by: Tana M Berry <tanamarieberry@yahoo.com>
Signed-off-by: Dewi Roberts <dewi@goauthentik.io>
@github-project-automation github-project-automation bot moved this from Todo to In Progress in authentik Core Mar 2, 2026
dewi-tik and others added 3 commits March 3, 2026 11:01
@dewi-tik dewi-tik requested a review from tanberry March 3, 2026 11:03
@dewi-tik dewi-tik moved this from In Progress to In review in authentik Core Mar 3, 2026
@github-project-automation github-project-automation bot moved this from In review to In Progress in authentik Core Mar 3, 2026
@fheisler fheisler merged commit 8fccf27 into main Mar 3, 2026
103 checks passed
@fheisler fheisler deleted the website/docs--penttest-2025-results branch March 3, 2026 17:30
@github-project-automation github-project-automation bot moved this from In Progress to Done in authentik Core Mar 3, 2026
authentik-automation bot pushed a commit that referenced this pull request Mar 3, 2026
* Start

* Add links

* Links

* sidebar

* Update website/docs/security/audits-and-certs/2025-09-includesec.md

Co-authored-by: Dominic R <dominic@sdko.org>
Signed-off-by: Dewi Roberts <dewi@goauthentik.io>

* Update website/docs/security/audits-and-certs/2025-09-includesec.md

Co-authored-by: Dominic R <dominic@sdko.org>
Signed-off-by: Dewi Roberts <dewi@goauthentik.io>

* Update website/docs/security/audits-and-certs/2025-09-includesec.md

Co-authored-by: Dominic R <dominic@sdko.org>
Signed-off-by: Dewi Roberts <dewi@goauthentik.io>

* Update 2025-09-includesec.md

Signed-off-by: Dewi Roberts <dewi@goauthentik.io>

* Apply suggestions from code review

Co-authored-by: Dominic R <dominic@sdko.org>
Co-authored-by: Tana M Berry <tanamarieberry@yahoo.com>
Signed-off-by: Dewi Roberts <dewi@goauthentik.io>

* Update website/docs/security/audits-and-certs/2025-09-includesec.md

Co-authored-by: Dominic R <dominic@sdko.org>
Signed-off-by: Dewi Roberts <dewi@goauthentik.io>

* Add link

---------

Signed-off-by: Dewi Roberts <dewi@goauthentik.io>
Co-authored-by: Dominic R <dominic@sdko.org>
Co-authored-by: Tana M Berry <tanamarieberry@yahoo.com>
@authentik-automation
Copy link
Contributor

🍒 Cherry-pick to version-2025.12 created: #20690

authentik-automation bot pushed a commit that referenced this pull request Mar 3, 2026
* Start

* Add links

* Links

* sidebar

* Update website/docs/security/audits-and-certs/2025-09-includesec.md

Co-authored-by: Dominic R <dominic@sdko.org>
Signed-off-by: Dewi Roberts <dewi@goauthentik.io>

* Update website/docs/security/audits-and-certs/2025-09-includesec.md

Co-authored-by: Dominic R <dominic@sdko.org>
Signed-off-by: Dewi Roberts <dewi@goauthentik.io>

* Update website/docs/security/audits-and-certs/2025-09-includesec.md

Co-authored-by: Dominic R <dominic@sdko.org>
Signed-off-by: Dewi Roberts <dewi@goauthentik.io>

* Update 2025-09-includesec.md

Signed-off-by: Dewi Roberts <dewi@goauthentik.io>

* Apply suggestions from code review

Co-authored-by: Dominic R <dominic@sdko.org>
Co-authored-by: Tana M Berry <tanamarieberry@yahoo.com>
Signed-off-by: Dewi Roberts <dewi@goauthentik.io>

* Update website/docs/security/audits-and-certs/2025-09-includesec.md

Co-authored-by: Dominic R <dominic@sdko.org>
Signed-off-by: Dewi Roberts <dewi@goauthentik.io>

* Add link

---------

Signed-off-by: Dewi Roberts <dewi@goauthentik.io>
Co-authored-by: Dominic R <dominic@sdko.org>
Co-authored-by: Tana M Berry <tanamarieberry@yahoo.com>
@authentik-automation
Copy link
Contributor

🍒 Cherry-pick to version-2026.2 created: #20691

gergosimonyi pushed a commit that referenced this pull request Mar 3, 2026
…#20691)

website/docs: add 2025 pentest (#20626)

* Start

* Add links

* Links

* sidebar

* Update website/docs/security/audits-and-certs/2025-09-includesec.md




* Update website/docs/security/audits-and-certs/2025-09-includesec.md




* Update website/docs/security/audits-and-certs/2025-09-includesec.md




* Update 2025-09-includesec.md



* Apply suggestions from code review





* Update website/docs/security/audits-and-certs/2025-09-includesec.md




* Add link

---------

Signed-off-by: Dewi Roberts <dewi@goauthentik.io>
Co-authored-by: Dewi Roberts <dewi@goauthentik.io>
Co-authored-by: Dominic R <dominic@sdko.org>
Co-authored-by: Tana M Berry <tanamarieberry@yahoo.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area:docs Features or issues related to Docusaurus backport/version-2025.12 Add this label to PRs to backport changes to version-2025.12 backport/version-2026.2 Add this label to PRs to backport changes to version-2026.2

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

4 participants