Skip to content

root: update security.md with github reporting link#16332

Merged
dewi-tik merged 4 commits intomainfrom
root--update-security-doc
Aug 22, 2025
Merged

root: update security.md with github reporting link#16332
dewi-tik merged 4 commits intomainfrom
root--update-security-doc

Conversation

@dewi-tik
Copy link
Contributor

Details

Closes #16323

Adds mention of how to report security issue via the github private security advisory feature.


Checklist

If applicable

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

@dewi-tik dewi-tik requested review from a team as code owners August 22, 2025 09:19
@netlify
Copy link

netlify bot commented Aug 22, 2025

Deploy Preview for authentik-docs canceled.

Name Link
🔨 Latest commit dbf2fc8
🔍 Latest deploy log https://app.netlify.com/projects/authentik-docs/deploys/68a8733785efbc0008e0de6a

@netlify
Copy link

netlify bot commented Aug 22, 2025

Deploy Preview for authentik-storybook canceled.

Name Link
🔨 Latest commit dbf2fc8
🔍 Latest deploy log https://app.netlify.com/projects/authentik-storybook/deploys/68a8733736917d000826251b

@netlify
Copy link

netlify bot commented Aug 22, 2025

Deploy Preview for authentik-integrations canceled.

Name Link
🔨 Latest commit dbf2fc8
🔍 Latest deploy log https://app.netlify.com/projects/authentik-integrations/deploys/68a87337ca8a600008146357

@codecov
Copy link

codecov bot commented Aug 22, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 92.78%. Comparing base (b277828) to head (dbf2fc8).
⚠️ Report is 40 commits behind head on main.
✅ All tests successful. No failed tests found.

Additional details and impacted files
@@           Coverage Diff           @@
##             main   #16332   +/-   ##
=======================================
  Coverage   92.78%   92.78%           
=======================================
  Files         837      838    +1     
  Lines       45253    45290   +37     
=======================================
+ Hits        41987    42024   +37     
  Misses       3266     3266           
Flag Coverage Δ
e2e 46.57% <ø> (-0.04%) ⬇️
integration 23.53% <ø> (-0.02%) ⬇️
unit 90.93% <ø> (+<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 Aug 22, 2025

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-dbf2fc8f77efeaa9628938800e8c1647377567d5
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-dbf2fc8f77efeaa9628938800e8c1647377567d5

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

Copy link
Member

@dominic-r dominic-r left a comment

Choose a reason for hiding this comment

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

LGTM, but i'd like to see a consolidation of this and the doc eventually. Ima send u some potential cleaner wording that might regroup several sections

@dewi-tik dewi-tik requested review from dominic-r and tanberry August 22, 2025 13:27
Copy link
Member

@dominic-r dominic-r left a comment

Choose a reason for hiding this comment

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

@dewi-tik
Copy link
Contributor Author

dewi-tik commented Aug 22, 2025

Let's not forget to update this section: https://docs.goauthentik.io/docs/security/policy/#reporting-a-vulnerability

That's pulled from security.md

image

@dominic-r
Copy link
Member

Let's not forget to update this section: https://docs.goauthentik.io/docs/security/policy/#reporting-a-vulnerability

That's pulled from security.md

image

🤦‍♂️🤦‍♂️

Copy link
Member

@dominic-r dominic-r left a comment

Choose a reason for hiding this comment

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

Looks incredible! Thanks

Copy link
Contributor

@tanberry tanberry left a comment

Choose a reason for hiding this comment

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

Oh this is a great improvement, thank you @dewi-tik !

@dewi-tik dewi-tik merged commit 17bd1f1 into main Aug 22, 2025
108 checks passed
@dewi-tik dewi-tik deleted the root--update-security-doc branch August 22, 2025 15:46
kensternberg-authentik added a commit that referenced this pull request Aug 26, 2025
* main:
  providers/oauth2: avoid deadlock during session migration (#16361)
  lifecycle/aws: bump aws-cdk from 2.1025.0 to 2.1026.0 in /lifecycle/aws (#16352)
  core: bump github.com/stretchr/testify from 1.10.0 to 1.11.0 (#16357)
  core: bump axllent/mailpit from v1.27.5 to v1.27.6 in /tests/e2e (#16358)
  website/docs: fix missing trailing slash in vaultwarden documentation (#16348)
  root: fix security.md (#16345)
  root: update security.md with github reporting link (#16332)
  website/docs: 2025.8.1 release notes (#16343)
  packages/django-dramatiq-postgres: broker: fix various timing issues (#16340)
  website/docs: adds details to certificates doc (#16335)
  outposts: allow ingress path type configuration (#16339)
  core, web: update translations (#16321)
  outposts: fix service connection update task arguments (#16312)
  core: use email backend for test_email management command (#16311)
  core: bump astral-sh/uv from 0.8.12 to 0.8.13 (#16325)
  website: Move docs netlify.toml (#16320)
  website/docs: add link in 2025.8 rel notes to back-channel logout docs (#16306)
  packages/django-dramatiq-postgres: middleware: fix listening on hosts where ipv6 is not supported (#16308)
  website: Fix version origin detection, build-time URLs  (#15774)
  web/a11y: Associating labels with inputs (#16119)
@dewi-tik dewi-tik added the backport/version-2025.8 Add this label to PRs to backport changes to version-2025.8 label Aug 27, 2025
authentik-automation bot pushed a commit that referenced this pull request Aug 27, 2025
* Adds github reporting link

* Applied suggestions

* Improved wording

* Improved wording
@authentik-automation
Copy link
Contributor

🍒 Cherry-pick to version-2025.8 created: ##16395

rissson pushed a commit that referenced this pull request Aug 27, 2025
…) (#16395)

Co-authored-by: Dewi Roberts <dewi@goauthentik.io>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

backport/version-2025.8 Add this label to PRs to backport changes to version-2025.8

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Clarify whether GitHub vulnerability reporting or email to security@ is preferred for security bug reports

4 participants