All checks were successful
CI / go-lint (push) Has been skipped
CI / python-lint (push) Has been skipped
CI / nodejs-lint (push) Has been skipped
CI / test-go-ai-compliance (push) Successful in 35s
CI / test-python-backend-compliance (push) Successful in 33s
CI / test-python-document-crawler (push) Successful in 21s
CI / test-python-dsms-gateway (push) Successful in 19s
- Hazard-Library: +79 neue Eintraege in 12 Kategorien (software_fault, hmi_error, mechanical_hazard, electrical_hazard, thermal_hazard, emc_hazard, configuration_error, safety_function_failure, logging_audit_failure, integration_error, environmental_hazard, maintenance_hazard) — Gesamtanzahl: ~116 Eintraege in 24 Kategorien - Controls-Library: neue Datei controls_library.go mit 200 Eintraegen in 6 Domaenen (REQ/ARCH/SWDEV/VER/CYBER/DOC) - Handler: GET /sdk/v1/iace/controls-library (?domain=, ?category=) - SEPA: CalculateInherentRisk() + 4. Param Avoidance (0=disabled, 1-5: 3=neutral); RiskComputeInput.Avoidance, RiskAssessment.Avoidance, AssessRiskRequest.Avoidance — backward-kompatibel (A=0 → S×E×P) - Tests: engine_test.go + hazard_library_test.go aktualisiert - Scripts: ingest-ce-corpus.sh — 15 CE/Safety-Dokumente (EUR-Lex, NIST, ENISA, NASA, OWASP, MITRE CWE) in bp_compliance_ce und bp_compliance_datenschutz - Docs: docs-src/services/sdk-modules/iace.md + mkdocs.yml Nav-Eintrag Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
92 lines
3.1 KiB
YAML
92 lines
3.1 KiB
YAML
site_name: BreakPilot Compliance - Dokumentation
|
|
site_url: https://macmini:8011
|
|
docs_dir: docs-src
|
|
site_dir: docs-site
|
|
|
|
theme:
|
|
name: material
|
|
language: de
|
|
palette:
|
|
- scheme: default
|
|
primary: purple
|
|
accent: purple
|
|
toggle:
|
|
icon: material/brightness-7
|
|
name: Dark Mode
|
|
- scheme: slate
|
|
primary: purple
|
|
accent: purple
|
|
toggle:
|
|
icon: material/brightness-4
|
|
name: Light Mode
|
|
features:
|
|
- search.highlight
|
|
- search.suggest
|
|
- navigation.tabs
|
|
- navigation.sections
|
|
- navigation.expand
|
|
- navigation.top
|
|
- content.code.copy
|
|
- toc.follow
|
|
|
|
plugins:
|
|
- search:
|
|
lang: de
|
|
|
|
markdown_extensions:
|
|
- admonition
|
|
- pymdownx.details
|
|
- pymdownx.superfences:
|
|
custom_fences:
|
|
- name: mermaid
|
|
class: mermaid
|
|
format: !!python/name:pymdownx.superfences.fence_code_format
|
|
- pymdownx.tabbed:
|
|
alternate_style: true
|
|
- pymdownx.highlight:
|
|
anchor_linenums: true
|
|
- pymdownx.inlinehilite
|
|
- pymdownx.snippets
|
|
- tables
|
|
- attr_list
|
|
- md_in_html
|
|
- toc:
|
|
permalink: true
|
|
|
|
nav:
|
|
- Start: index.md
|
|
- Services:
|
|
- AI Compliance SDK:
|
|
- Uebersicht: services/ai-compliance-sdk/index.md
|
|
- Architektur: services/ai-compliance-sdk/ARCHITECTURE.md
|
|
- Developer Guide: services/ai-compliance-sdk/DEVELOPER.md
|
|
- Auditor Dokumentation: services/ai-compliance-sdk/AUDITOR_DOCUMENTATION.md
|
|
- SBOM: services/ai-compliance-sdk/SBOM.md
|
|
- Document Crawler:
|
|
- Uebersicht: services/document-crawler/index.md
|
|
- SDK Module:
|
|
- Vorbereitung-Module (Paket 1): services/sdk-modules/vorbereitung-module.md
|
|
- Freigabe-Module (Paket 2): services/sdk-modules/freigabe-module.md
|
|
- Compliance-Kern-Module (Paket 3): services/sdk-modules/compliance-kern.md
|
|
- Analyse-Module (Paket 2): services/sdk-modules/analyse-module.md
|
|
- Dokumentations-Module (Paket 3+): services/sdk-modules/dokumentations-module.md
|
|
- DSFA (Art. 35 DSGVO): services/sdk-modules/dsfa.md
|
|
- Rechtliche Texte (Paket 4): services/sdk-modules/rechtliche-texte.md
|
|
- DSR (Betroffenenrechte): services/sdk-modules/dsr.md
|
|
- E-Mail-Templates: services/sdk-modules/email-templates.md
|
|
- Banner Consent: services/sdk-modules/banner-consent.md
|
|
- Academy: services/sdk-modules/academy.md
|
|
- Whistleblower: services/sdk-modules/whistleblower.md
|
|
- Incidents: services/sdk-modules/incidents.md
|
|
- Reporting: services/sdk-modules/reporting.md
|
|
- Vendors: services/sdk-modules/vendors.md
|
|
- Industry Templates: services/sdk-modules/industry-templates.md
|
|
- Document Crawler: services/sdk-modules/document-crawler.md
|
|
- Advisory Board: services/sdk-modules/advisory-board.md
|
|
- DSB Portal: services/sdk-modules/dsb-portal.md
|
|
- Industry Compliance Ingestion: services/sdk-modules/industry-compliance-ingestion.md\n - IACE (CE-Risikobeurteilung): services/sdk-modules/iace.md
|
|
- Entwicklung:
|
|
- Testing: development/testing.md
|
|
- Dokumentation: development/documentation.md
|
|
- CI/CD Pipeline: development/ci-cd-pipeline.md
|