Skip to content

Add dedicated general security guidance to Shopware security reference - #2409

Draft
Micha Hobert (Isengo1989) with Copilot wants to merge 2 commits into
mainfrom
copilot/create-general-security-page
Draft

Add dedicated general security guidance to Shopware security reference#2409
Micha Hobert (Isengo1989) with Copilot wants to merge 2 commits into
mainfrom
copilot/create-general-security-page

Conversation

Copilot AI commented Jul 29, 2026

Copy link
Copy Markdown
Contributor

This updates the Shopware security reference to serve as a dedicated, high-signal security page. It adds explicit guidance for patch upgrades vs. Security Plugin usage, a central vulnerability tracking entry, and baseline hardening recommendations.

  • Security update strategy

    • Added a new Security updates section in resources/references/security.md.
    • Clarifies: upgrade to the latest patch version first; use the Security Plugin as interim mitigation if immediate upgrade is not possible.
  • Published vulnerability visibility

    • Added a Published vulnerabilities section with a table linking to published advisories:
      • https://github.com/shopware/shopware/security/advisories?state=published
    • Makes advisory tracking discoverable from the main security page.
  • Baseline hardening guidance

    • Added a Basic hardening checklist covering:
      • strong/unique passwords,
      • APP_ENV=prod for public production systems,
      • restricting staging/preview environments from public internet access.
  • Link correctness

    • Updated the existing Security Plugin reference link to point to the dedicated guide:
      • ../../guides/hosting/installation-updates/security-plugin.md
## Basic hardening checklist

- Use strong, unique passwords for Administration users, database users, and all infrastructure accounts.
- Set `APP_ENV=prod` in production environments. Do not run publicly reachable production systems with `APP_ENV=dev`.
- Keep staging or preview environments private. Protect them with authentication, IP allowlists, or VPN access and do not expose them publicly on the internet.

@shopware-dev-docs-connector

shopware-dev-docs-connector Bot commented Jul 29, 2026

Copy link
Copy Markdown

Developer Docs healthcheck

Status: Completed with success.
Repository: shopware/docs
Commit: 225b017
Preview: https://developer-documentation-9gwtaygpt-shopware-frontends.vercel.app
Workflow run: #4635

Copilot AI linked an issue Jul 29, 2026 that may be closed by this pull request
Copilot AI changed the title [WIP] Add general security page for Shopware documentation Add dedicated general security guidance to Shopware security reference Jul 29, 2026
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.

Create General Security Page

2 participants