fix(iace): MachineTypes-Filter auf 136 branchenspezifische Patterns
Build + Deploy / build-admin-compliance (push) Successful in 2m3s
Build + Deploy / build-backend-compliance (push) Successful in 12s
Build + Deploy / build-ai-sdk (push) Successful in 11s
Build + Deploy / build-developer-portal (push) Successful in 11s
Build + Deploy / build-tts (push) Successful in 11s
Build + Deploy / build-document-crawler (push) Successful in 11s
Build + Deploy / build-dsms-gateway (push) Successful in 11s
Build + Deploy / build-dsms-node (push) Successful in 13s
CI / branch-name (push) Has been skipped
CI / guardrail-integrity (push) Has been skipped
CI / loc-budget (push) Failing after 18s
CI / secret-scan (push) Has been skipped
CI / go-lint (push) Has been skipped
CI / python-lint (push) Has been skipped
CI / nodejs-lint (push) Has been skipped
CI / nodejs-build (push) Successful in 3m9s
CI / dep-audit (push) Has been skipped
CI / sbom-scan (push) Has been skipped
CI / test-go (push) Successful in 58s
CI / test-python-backend (push) Successful in 42s
CI / test-python-document-crawler (push) Successful in 27s
CI / test-python-dsms-gateway (push) Successful in 23s
CI / validate-canonical-controls (push) Successful in 15s
Build + Deploy / trigger-orca (push) Successful in 2m15s
Build + Deploy / build-admin-compliance (push) Successful in 2m3s
Build + Deploy / build-backend-compliance (push) Successful in 12s
Build + Deploy / build-ai-sdk (push) Successful in 11s
Build + Deploy / build-developer-portal (push) Successful in 11s
Build + Deploy / build-tts (push) Successful in 11s
Build + Deploy / build-document-crawler (push) Successful in 11s
Build + Deploy / build-dsms-gateway (push) Successful in 11s
Build + Deploy / build-dsms-node (push) Successful in 13s
CI / branch-name (push) Has been skipped
CI / guardrail-integrity (push) Has been skipped
CI / loc-budget (push) Failing after 18s
CI / secret-scan (push) Has been skipped
CI / go-lint (push) Has been skipped
CI / python-lint (push) Has been skipped
CI / nodejs-lint (push) Has been skipped
CI / nodejs-build (push) Successful in 3m9s
CI / dep-audit (push) Has been skipped
CI / sbom-scan (push) Has been skipped
CI / test-go (push) Successful in 58s
CI / test-python-backend (push) Successful in 42s
CI / test-python-document-crawler (push) Successful in 27s
CI / test-python-dsms-gateway (push) Successful in 23s
CI / validate-canonical-controls (push) Successful in 15s
Build + Deploy / trigger-orca (push) Successful in 2m15s
Medizin (25), Laser-Medizin (15), Aufzuege (25), Lebensmittel (20), Bau (20), Forst/Foerderband (31) — alle Patterns feuern jetzt NUR wenn der Maschinentyp passt. Verhindert Infusionspumpen-Szenarien bei einem Cobot-Projekt. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -5,6 +5,7 @@ func GetLaserPatterns() []HazardPattern {
|
||||
return []HazardPattern{
|
||||
{
|
||||
ID: "HP335", NameDE: "Augenverletzung durch Laserstrahlung (Klasse 3B/4)", NameEN: "Eye injury from laser radiation (Class 3B/4)",
|
||||
MachineTypes: []string{"medical_device", "laser_device"},
|
||||
RequiredComponentTags: []string{"radiation_risk"},
|
||||
RequiredEnergyTags: []string{"radiation"},
|
||||
GeneratedHazardCats: []string{"material_environmental"},
|
||||
@@ -23,6 +24,7 @@ func GetLaserPatterns() []HazardPattern {
|
||||
},
|
||||
{
|
||||
ID: "HP336", NameDE: "Hautverbrennung durch Laserstrahl", NameEN: "Skin burn from laser beam",
|
||||
MachineTypes: []string{"medical_device", "laser_device"},
|
||||
RequiredComponentTags: []string{"radiation_risk"},
|
||||
RequiredEnergyTags: []string{"radiation"},
|
||||
GeneratedHazardCats: []string{"thermal_hazard"},
|
||||
@@ -38,6 +40,7 @@ func GetLaserPatterns() []HazardPattern {
|
||||
},
|
||||
{
|
||||
ID: "HP337", NameDE: "Brand durch Laserstrahl auf brennbarem Material", NameEN: "Fire from laser beam on combustible material",
|
||||
MachineTypes: []string{"medical_device", "laser_device"},
|
||||
RequiredComponentTags: []string{"radiation_risk", "high_temperature"},
|
||||
RequiredEnergyTags: []string{"radiation"},
|
||||
GeneratedHazardCats: []string{"thermal_hazard", "material_environmental"},
|
||||
@@ -53,6 +56,7 @@ func GetLaserPatterns() []HazardPattern {
|
||||
},
|
||||
{
|
||||
ID: "HP338", NameDE: "Reflexion — Strahl trifft unkontrolliert Person", NameEN: "Reflection — beam hits person uncontrolled",
|
||||
MachineTypes: []string{"medical_device", "laser_device"},
|
||||
RequiredComponentTags: []string{"radiation_risk"},
|
||||
RequiredEnergyTags: []string{"radiation"},
|
||||
GeneratedHazardCats: []string{"material_environmental"},
|
||||
@@ -68,6 +72,7 @@ func GetLaserPatterns() []HazardPattern {
|
||||
},
|
||||
{
|
||||
ID: "HP339", NameDE: "Rauchgas bei Laserschneiden (Metalldaempfe)", NameEN: "Fumes during laser cutting (metal vapors)",
|
||||
MachineTypes: []string{"medical_device", "laser_device"},
|
||||
RequiredComponentTags: []string{"radiation_risk", "chemical_risk"},
|
||||
RequiredEnergyTags: []string{"radiation"},
|
||||
GeneratedHazardCats: []string{"material_environmental"},
|
||||
@@ -83,6 +88,7 @@ func GetLaserPatterns() []HazardPattern {
|
||||
},
|
||||
{
|
||||
ID: "HP340", NameDE: "Explosionsgefahr bei Laser + brennbare Atmosphaere", NameEN: "Explosion hazard laser + combustible atmosphere",
|
||||
MachineTypes: []string{"medical_device", "laser_device"},
|
||||
RequiredComponentTags: []string{"radiation_risk"},
|
||||
RequiredEnergyTags: []string{"radiation"},
|
||||
GeneratedHazardCats: []string{"material_environmental"},
|
||||
@@ -101,6 +107,7 @@ func GetLaserPatterns() []HazardPattern {
|
||||
},
|
||||
{
|
||||
ID: "HP341", NameDE: "Quetschen durch CNC-Achsen der Laseranlage", NameEN: "Crushing by CNC axes of laser system",
|
||||
MachineTypes: []string{"medical_device", "laser_device"},
|
||||
RequiredComponentTags: []string{"moving_part", "high_force", "crush_point"},
|
||||
RequiredEnergyTags: []string{},
|
||||
GeneratedHazardCats: []string{"mechanical_hazard"},
|
||||
@@ -116,6 +123,7 @@ func GetLaserPatterns() []HazardPattern {
|
||||
},
|
||||
{
|
||||
ID: "HP342", NameDE: "Blendung durch Streulicht", NameEN: "Glare from stray light",
|
||||
MachineTypes: []string{"medical_device", "laser_device"},
|
||||
RequiredComponentTags: []string{"radiation_risk"},
|
||||
RequiredEnergyTags: []string{"radiation"},
|
||||
GeneratedHazardCats: []string{"material_environmental"},
|
||||
@@ -131,6 +139,7 @@ func GetLaserPatterns() []HazardPattern {
|
||||
},
|
||||
{
|
||||
ID: "HP343", NameDE: "Elektroschock an Laserquelle (Hochspannung)", NameEN: "Electric shock at laser source (high voltage)",
|
||||
MachineTypes: []string{"medical_device", "laser_device"},
|
||||
RequiredComponentTags: []string{"electrical_part", "high_voltage"},
|
||||
RequiredEnergyTags: []string{"electrical_energy"},
|
||||
GeneratedHazardCats: []string{"electrical_hazard"},
|
||||
@@ -149,6 +158,7 @@ func GetLaserPatterns() []HazardPattern {
|
||||
},
|
||||
{
|
||||
ID: "HP344", NameDE: "UV-Strahlung bei bestimmten Lasertypen", NameEN: "UV radiation from certain laser types",
|
||||
MachineTypes: []string{"medical_device", "laser_device"},
|
||||
RequiredComponentTags: []string{"radiation_risk"},
|
||||
RequiredEnergyTags: []string{"radiation"},
|
||||
GeneratedHazardCats: []string{"material_environmental"},
|
||||
@@ -164,6 +174,7 @@ func GetLaserPatterns() []HazardPattern {
|
||||
},
|
||||
{
|
||||
ID: "HP345", NameDE: "Schutzgaserstickung in Laserkabine", NameEN: "Inert gas asphyxiation in laser cabin",
|
||||
MachineTypes: []string{"medical_device", "laser_device"},
|
||||
RequiredComponentTags: []string{"structural_part", "chemical_risk"},
|
||||
RequiredEnergyTags: []string{},
|
||||
GeneratedHazardCats: []string{"material_environmental"},
|
||||
@@ -179,6 +190,7 @@ func GetLaserPatterns() []HazardPattern {
|
||||
},
|
||||
{
|
||||
ID: "HP346", NameDE: "Fokussierlinsenverschmutzung verursacht Rueckreflex", NameEN: "Focusing lens contamination causes back-reflection",
|
||||
MachineTypes: []string{"medical_device", "laser_device"},
|
||||
RequiredComponentTags: []string{"radiation_risk"},
|
||||
RequiredEnergyTags: []string{"radiation"},
|
||||
GeneratedHazardCats: []string{"thermal_hazard", "material_environmental"},
|
||||
@@ -194,6 +206,7 @@ func GetLaserPatterns() []HazardPattern {
|
||||
},
|
||||
{
|
||||
ID: "HP347", NameDE: "Laserstrahl-Austritt bei defekter Einhausung", NameEN: "Laser beam escape from defective enclosure",
|
||||
MachineTypes: []string{"medical_device", "laser_device"},
|
||||
RequiredComponentTags: []string{"radiation_risk", "interlocked"},
|
||||
RequiredEnergyTags: []string{"radiation"},
|
||||
GeneratedHazardCats: []string{"material_environmental", "safety_function_failure"},
|
||||
@@ -209,6 +222,7 @@ func GetLaserPatterns() []HazardPattern {
|
||||
},
|
||||
{
|
||||
ID: "HP348", NameDE: "Laermbelastung durch Laserschneidprozess", NameEN: "Noise exposure from laser cutting process",
|
||||
MachineTypes: []string{"medical_device", "laser_device"},
|
||||
RequiredComponentTags: []string{"noise_source", "radiation_risk"},
|
||||
RequiredEnergyTags: []string{},
|
||||
GeneratedHazardCats: []string{"noise_vibration"},
|
||||
@@ -224,6 +238,7 @@ func GetLaserPatterns() []HazardPattern {
|
||||
},
|
||||
{
|
||||
ID: "HP349", NameDE: "Restenergie in Lasermedium nach Abschaltung", NameEN: "Residual energy in laser medium after shutdown",
|
||||
MachineTypes: []string{"medical_device", "laser_device"},
|
||||
RequiredComponentTags: []string{"radiation_risk", "stored_energy"},
|
||||
RequiredEnergyTags: []string{"stored_energy"},
|
||||
GeneratedHazardCats: []string{"electrical_hazard", "material_environmental"},
|
||||
|
||||
Reference in New Issue
Block a user