Zum Inhalt

Norm-Cross-Reference

Zuordnung zwischen VDA ISA und ISO 27001 Controls. Automatisch aktualisiert via Dataview.


VDA ISA / ISO 27001 Mapping

TABLE
  title AS "Control",
  norm AS "Primaere Norm",
  chapter AS "Kapitel",
  norm_refs AS "Alle Norm-Referenzen",
  reifegrad AS "Reifegrad"
FROM "ISMSI"
WHERE type = "control"
  AND (contains(norm_refs, "VDA ISA") OR norm = "VDA ISA")
  AND (contains(norm_refs, "ISO 27001") OR norm = "ISO 27001")
SORT chapter ASC

Controls mit mehreren Norm-Referenzen

TABLE
  title AS "Control",
  norm AS "Primaere Norm",
  chapter AS "Kapitel",
  norm_refs AS "Norm-Referenzen",
  reifegrad AS "Reifegrad"
FROM "IMS" OR "ISMSI" OR "QMS" OR "ISDS2"
WHERE type = "control" AND length(norm_refs) > 1
SORT norm ASC, chapter ASC

Änderungshistorie

Datum Autor Änderung
2026-02-15 Visitrans Execute SPEC-03: Plugins, templates, dashboards, placeholder replacement