Skip to content

security: fix CVE-2024-47070 (cherry-pick #11536)#11539

Merged
BeryJu merged 1 commit into
version-2024.8from
cherry-pick-c33a3a-version-2024.8
Sep 27, 2024
Merged

security: fix CVE-2024-47070 (cherry-pick #11536)#11539
BeryJu merged 1 commit into
version-2024.8from
cherry-pick-c33a3a-version-2024.8

Conversation

@gcp-cherry-pick-bot

Copy link
Copy Markdown
Contributor

Cherry-picked security: fix CVE-2024-47070 (#11536)

  • security: fix CVE-2024-47070

Signed-off-by: Jens Langhammer jens@goauthentik.io

  • Update website/docs/security/CVE-2024-47070.md

Co-authored-by: Tana M Berry tanamarieberry@yahoo.com
Signed-off-by: Jens L. jens@beryju.org


Signed-off-by: Jens Langhammer jens@goauthentik.io
Signed-off-by: Jens L. jens@beryju.org
Co-authored-by: Tana M Berry tanamarieberry@yahoo.com

* security: fix CVE-2024-47070

Signed-off-by: Jens Langhammer <jens@goauthentik.io>

* Update website/docs/security/CVE-2024-47070.md

Co-authored-by: Tana M Berry <tanamarieberry@yahoo.com>
Signed-off-by: Jens L. <jens@beryju.org>

---------

Signed-off-by: Jens Langhammer <jens@goauthentik.io>
Signed-off-by: Jens L. <jens@beryju.org>
Co-authored-by: Tana M Berry <tanamarieberry@yahoo.com>
@gcp-cherry-pick-bot gcp-cherry-pick-bot Bot requested review from a team as code owners September 27, 2024 14:20
@BeryJu BeryJu merged commit dd8f809 into version-2024.8 Sep 27, 2024
@BeryJu BeryJu deleted the cherry-pick-c33a3a-version-2024.8 branch September 27, 2024 14:20
@codecov

codecov Bot commented Sep 27, 2024

Copy link
Copy Markdown

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 92.75%. Comparing base (57a31b5) to head (dba07e6).
Report is 2 commits behind head on version-2024.8.

Additional details and impacted files
@@                Coverage Diff                 @@
##           version-2024.8   #11539      +/-   ##
==================================================
+ Coverage           92.73%   92.75%   +0.01%     
==================================================
  Files                 736      736              
  Lines               36512    36529      +17     
==================================================
+ Hits                33861    33882      +21     
+ Misses               2651     2647       -4     
Flag Coverage Δ
e2e 49.23% <39.13%> (+0.02%) ⬆️
integration 24.97% <4.34%> (-0.01%) ⬇️
unit 90.26% <100.00%> (+<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.

@netlify

netlify Bot commented Sep 27, 2024

Copy link
Copy Markdown

Deploy Preview for authentik-docs ready!

Name Link
🔨 Latest commit dba07e6
🔍 Latest deploy log https://app.netlify.com/sites/authentik-docs/deploys/66f6bf290c3f080008400d9e
😎 Deploy Preview https://deploy-preview-11539--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 site configuration.

@github-actions

Copy link
Copy Markdown
Contributor

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-dba07e6b802b46070cde88fbf5cdd72bd6eace1e
AUTHENTIK_OUTPOSTS__CONTAINER_IMAGE_BASE=ghcr.io/goauthentik/dev-%(type)s:gh-%(build_hash)s

For arm64, use these values:

AUTHENTIK_IMAGE=ghcr.io/goauthentik/dev-server
AUTHENTIK_TAG=gh-dba07e6b802b46070cde88fbf5cdd72bd6eace1e-arm64
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-dba07e6b802b46070cde88fbf5cdd72bd6eace1e

For arm64, use these values:

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-dba07e6b802b46070cde88fbf5cdd72bd6eace1e-arm64

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant