mirror of
https://github.com/goauthentik/authentik.git
synced 2026-06-17 19:09:11 +03:00
2c3d11a4c3
* core: add .npmrc baseline to block dependency lifecycle scripts Set ignore-scripts=true at the repo root, plus engine-strict, save-exact, audit, and prefer-offline. This neutralizes the dominant npm supply-chain attack vector — postinstall scripts in transitive dependencies — at the cost of requiring an explicit rebuild for the handful of packages that legitimately need install scripts (esbuild, chromedriver, tree-sitter, tree-sitter-json). The next commit wires that rebuild into the Makefile. Co-Authored-By: Playpen Agent <279763771+playpen-agent@users.noreply.github.com> * core: route node installs through make to retire website preinstall hook Make docs-install depend on a new root-node-install so the root deps are guaranteed before the website install runs, removing the need for the website/preinstall lifecycle script. Rebuild the small audited list of trusted packages (esbuild, chromedriver, tree-sitter, tree-sitter-json) after the web install so ignore-scripts=true remains the only path that needs maintenance. web/README documents the new workflow. Co-Authored-By: Playpen Agent <279763771+playpen-agent@users.noreply.github.com> * Clean up install scripts. * Track .npmrc in CODEOWNERS --------- Co-authored-by: Playpen Agent <279763771+playpen-agent@users.noreply.github.com>
61 lines
3.3 KiB
Plaintext
61 lines
3.3 KiB
Plaintext
# Fallback
|
|
* @goauthentik/backend @goauthentik/frontend
|
|
# Backend
|
|
authentik/ @goauthentik/backend
|
|
blueprints/ @goauthentik/backend
|
|
src/ @goauthentik/backend
|
|
cmd/ @goauthentik/backend
|
|
internal/ @goauthentik/backend
|
|
lifecycle/ @goauthentik/backend
|
|
schemas/ @goauthentik/backend
|
|
scripts/ @goauthentik/backend
|
|
tests/ @goauthentik/backend
|
|
pyproject.toml @goauthentik/backend
|
|
uv.lock @goauthentik/backend
|
|
Cargo.toml @goauthentik/backend
|
|
Cargo.lock @goauthentik/backend
|
|
build.rs @goauthentik/backend
|
|
go.mod @goauthentik/backend
|
|
go.sum @goauthentik/backend
|
|
.cargo/ @goauthentik/backend
|
|
rust-toolchain.toml @goauthentik/backend
|
|
# Infrastructure
|
|
.github/ @goauthentik/infrastructure
|
|
lifecycle/aws/ @goauthentik/infrastructure
|
|
lifecycle/container/ @goauthentik/infrastructure
|
|
.dockerignore @goauthentik/infrastructure
|
|
Makefile @goauthentik/infrastructure
|
|
.editorconfig @goauthentik/infrastructure
|
|
CODEOWNERS @goauthentik/infrastructure
|
|
# Backend packages
|
|
packages/ak-* @goauthentik/backend
|
|
packages/client-rust @goauthentik/backend
|
|
packages/django-channels-postgres @goauthentik/backend
|
|
packages/django-postgres-cache @goauthentik/backend
|
|
packages/django-dramatiq-postgres @goauthentik/backend
|
|
# Web packages
|
|
.npmrc @goauthentik/frontend
|
|
tsconfig.json @goauthentik/frontend
|
|
package.json @goauthentik/frontend
|
|
package-lock.json @goauthentik/frontend
|
|
packages/package.json @goauthentik/frontend
|
|
packages/package-lock.json @goauthentik/frontend
|
|
packages/client-ts @goauthentik/frontend
|
|
packages/docusaurus-config @goauthentik/frontend
|
|
packages/esbuild-plugin-live-reload @goauthentik/frontend
|
|
packages/eslint-config @goauthentik/frontend
|
|
packages/prettier-config @goauthentik/frontend
|
|
packages/logger-js @goauthentik/frontend
|
|
packages/tsconfig @goauthentik/frontend
|
|
# Web
|
|
web/ @goauthentik/frontend
|
|
# Locale
|
|
/locale/ @goauthentik/backend @goauthentik/frontend
|
|
web/xliff/ @goauthentik/backend @goauthentik/frontend
|
|
# Docs
|
|
website/ @goauthentik/docs
|
|
CODE_OF_CONDUCT.md @goauthentik/docs
|
|
# Security
|
|
SECURITY.md @goauthentik/security @goauthentik/docs
|
|
website/security/ @goauthentik/security @goauthentik/docs
|