Skip to content

Releases: Hack23/euparliamentmonitor

EU Parliament Monitor v1.0.39

Choose a tag to compare

@hack23-automation hack23-automation released this 19 Jul 14:44
Immutable release. Only release title and notes can be modified.

What's Changed

🏗️ Infrastructure & Performance

  • build(deps): bump release-drafter/release-drafter from 7.5.1 to 7.6.0 in the github-actions group @dependabot[bot] (#2559)
  • build(deps): bump european-parliament-mcp-server from 1.4.0 to 1.4.1 in the production-dependencies group @dependabot[bot] (#2557)
  • build(deps-dev): bump happy-dom from 20.10.6 to 20.11.0 in the development-dependencies group @dependabot[bot] (#2555)

📦 Dependencies

  • build(deps): bump release-drafter/release-drafter from 7.5.1 to 7.6.0 in the github-actions group @dependabot[bot] (#2559)
  • build(deps): bump european-parliament-mcp-server from 1.4.0 to 1.4.1 in the production-dependencies group @dependabot[bot] (#2557)
  • build(deps-dev): bump happy-dom from 20.10.6 to 20.11.0 in the development-dependencies group @dependabot[bot] (#2555)

⚙️ Component Updates

  • build(deps): bump release-drafter/release-drafter from 7.5.1 to 7.6.0 in the github-actions group @dependabot[bot] (#2559)
  • build(deps): bump european-parliament-mcp-server from 1.4.0 to 1.4.1 in the production-dependencies group @dependabot[bot] (#2557)

📊 Release Metrics & Evidence

Test Coverage
API Documentation
E2E Tests

All test reports, coverage metrics, and API documentation are generated during build and available in the Documentation Hub.

🏛️ Architecture & Documentation

Document Description
Architecture C4 architecture models and system overview
Security Architecture Security design and controls
Threat Model STRIDE threat analysis
Data Model Data structures and relationships
Flowchart Process flows with security controls
State Diagram State transitions and lifecycles
Mindmap Conceptual relationships
SWOT Analysis Strategic analysis
CRA Assessment Cyber Resilience Act assessment
API Documentation TypeDoc-generated API reference

🔐 Security & Supply Chain Protection

SLSA 3
OpenSSF Scorecard
OpenSSF Best Practices

This release includes:

  • SLSA Build Provenance Attestations — Cryptographically signed build provenance
  • Software Bill of Materials (SBOM) — Complete dependency inventory in SPDX format
  • npm Provenance — Verified package publishing with attestation
  • CodeQL Security Scanning — Automated vulnerability detection
  • Dependency Scanning — Continuous vulnerability monitoring with Dependabot

Verify attestations:

gh attestation verify euparliamentmonitor-1.0.39.zip -R Hack23/euparliamentmonitor
npm audit signatures

Browse attestations: View all attestations

📋 ISMS Compliance & Policies

Hack23 ISMS
Information Security Policy
Open Source Policy
Secure Development

Compliance Frameworks

ISO 27001:2022
NIST CSF 2.0
CIS Controls v8.1

EU Parliament Monitor follows Hack23 AB's comprehensive ISMS with defense-in-depth architecture and documented security controls.

📦 Release Artifacts

Artifact Description Verification
euparliamentmonitor-1.0.39.zip Full application package SHA-256 checksum, SLSA attestation
euparliamentmonitor-1.0.39.spdx.json SBOM (SPDX format) SBOM attestation
*.intoto.jsonl SLSA attestations gh attestation verify
npm package euparliamentmonitor npm audit signatures

All artifacts are signed and attested using GitHub's SLSA Level 3 build provenance.

🚀 Deployment

🏗️ Built With

  • Node.js: 25.x
  • TypeScript: 6.0.x
  • Chart.js: 4.5.x
  • D3.js: 7.9.x
  • Vitest: 4.x
  • Playwright: 1.x
  • European Parliament MCP Server: 1.x

👥 Contributors

@pethers and @dependabot[bot]

Full Changelog: v1.0.38...1.0.39

📦 Release Artifacts

  • euparliamentmonitor-v1.0.39.zip - Full application package
  • euparliamentmonitor-v1.0.39.spdx.json - SBOM (Software Bill of Materials)
  • *.intoto.jsonl - SLSA Build Provenance Attestations

📦 npm Package

npm install euparliamentmonitor@1.0.39

Published with npm provenance for supply chain security.

📚 Documentation

🔐 Security

All artifacts include SLSA Build Provenance attestations and SBOM for supply chain security.
Verify attestations using the GitHub CLI:

gh attestation verify euparliamentmonitor-v1.0.39.zip -R Hack23/euparliamentmonitor

EU Parliament Monitor v1.0.38

Choose a tag to compare

@hack23-automation hack23-automation released this 18 Jul 15:37
Immutable release. Only release title and notes can be modified.

What's Changed

🌍 EU Parliament Integration

  • build(deps): bump european-parliament-mcp-server from 1.3.43 to 1.4.0 in the production-dependencies group @dependabot[bot] (#2554)

🏗️ Infrastructure & Performance

  • build(deps-dev): bump lint-staged from 17.0.8 to 17.1.0 in the development-dependencies group @dependabot[bot] (#2553)
  • build(deps): bump european-parliament-mcp-server from 1.3.43 to 1.4.0 in the production-dependencies group @dependabot[bot] (#2554)
  • [aw] Upgrade available @github-actions[bot] (#2552)
  • Update gh-aw CLI version to v0.82.13 @pethers (#2551)
  • build(deps-dev): bump eslint-plugin-jsdoc from 63.0.14 to 63.1.0 in the development-dependencies group @dependabot[bot] (#2550)

🔄 Code Quality & Refactoring

  • build(deps): bump european-parliament-mcp-server from 1.3.43 to 1.4.0 in the production-dependencies group @dependabot[bot] (#2554)

📝 Documentation

📦 Dependencies

  • build(deps-dev): bump lint-staged from 17.0.8 to 17.1.0 in the development-dependencies group @dependabot[bot] (#2553)
  • build(deps): bump european-parliament-mcp-server from 1.3.43 to 1.4.0 in the production-dependencies group @dependabot[bot] (#2554)
  • [aw] Upgrade available @github-actions[bot] (#2552)
  • Update gh-aw CLI version to v0.82.13 @pethers (#2551)
  • build(deps-dev): bump eslint-plugin-jsdoc from 63.0.14 to 63.1.0 in the development-dependencies group @dependabot[bot] (#2550)

🧪 Test Coverage Improvements

  • build(deps): bump european-parliament-mcp-server from 1.3.43 to 1.4.0 in the production-dependencies group @dependabot[bot] (#2554)

⚙️ Component Updates

📊 Release Metrics & Evidence

Test Coverage
API Documentation
E2E Tests

All test reports, coverage metrics, and API documentation are generated during build and available in the Documentation Hub.

🏛️ Architecture & Documentation

Document Description
Architecture C4 architecture models and system overview
Security Architecture Security design and controls
Threat Model STRIDE threat analysis
Data Model Data structures and relationships
Flowchart Process flows with security controls
State Diagram State transitions and lifecycles
Mindmap Conceptual relationships
SWOT Analysis Strategic analysis
CRA Assessment Cyber Resilience Act assessment
API Documentation TypeDoc-generated API reference

🔐 Security & Supply Chain Protection

SLSA 3
OpenSSF Scorecard
OpenSSF Best Practices

This release includes:

  • SLSA Build Provenance Attestations — Cryptographically signed build provenance
  • Software Bill of Materials (SBOM) — Complete dependency inventory in SPDX format
  • npm Provenance — Verified package publishing with attestation
  • CodeQL Security Scanning — Automated vulnerability detection
  • Dependency Scanning — Continuous vulnerability monitoring with Dependabot

Verify attestations:

gh attestation verify euparliamentmonitor-1.0.38.zip -R Hack23/euparliamentmonitor
npm audit signatures

Browse attestations: View all attestations

📋 ISMS Compliance & Policies

Hack23 ISMS
Information Security Policy
Open Source Policy
Secure Development

Compliance Frameworks

ISO 27001:2022
NIST CSF 2.0
CIS Controls v8.1

EU Parliament Monitor follows Hack23 AB's comprehensive ISMS with defense-in-depth architecture and documented security controls.

📦 Release Artifacts

Artifact Description Verification
euparliamentmonitor-1.0.38.zip Full application package SHA-256 checksum, SLSA attestation
euparliamentmonitor-1.0.38.spdx.json SBOM (SPDX format) SBOM attestation
*.intoto.jsonl SLSA attestations gh attestation verify
npm package euparliamentmonitor npm audit signatures

All artifacts are signed and attested using GitHub's SLSA Level 3 build provenance.

🚀 Deployment

🏗️ Built With

  • Node.js: 25.x
  • TypeScript: 6.0.x
  • Chart.js: 4.5.x
  • D3.js: 7.9.x
  • Vitest: 4.x
  • Playwright: 1.x
  • European Parliament MCP Server: 1.x

👥 Contributors

@dependabot[bot], @github-actions[bot], @pethers, dependabot[bot] and github-actions[bot]

Full Changelog: v1.0.37...1.0.38

📦 Release Artifacts

  • euparliamentmonitor-v1.0.38.zip - Full application package
  • euparliamentmonitor-v1.0.38.spdx.json - SBOM (Software Bill of Materials)
  • *.intoto.jsonl - SLSA Build Provenance Attestations

📦 npm Package

npm install euparliamentmonitor@1.0.38

Published with npm provenance for supply chain security.

📚 Documentation

🔐 Security

All artifacts include SLSA Build Provenance attestations and SBOM for supply chain security.
Verify attestations using the GitHub CLI:

gh attestation verify euparliamentmonitor-v1.0.38.zip -R Hack23/euparliamentmonitor

EU Parliament Monitor v1.0.37

Choose a tag to compare

@hack23-automation hack23-automation released this 17 Jul 22:28
Immutable release. Only release title and notes can be modified.

What's Changed

🌍 EU Parliament Integration

🎨 UI/UX Improvements

🏗️ Infrastructure & Performance

📦 Dependencies

⚙️ Component Updates

📊 Release Metrics & Evidence

Test Coverage
API Documentation
E2E Tests

All test reports, coverage metrics, and API documentation are generated during build and available in the Documentation Hub.

🏛️ Architecture & Documentation

Document Description
Architecture C4 architecture models and system overview
Security Architecture Security design and controls
Threat Model STRIDE threat analysis
Data Model Data structures and relationships
Flowchart Process flows with security controls
State Diagram State transitions and lifecycles
Mindmap Conceptual relationships
SWOT Analysis Strategic analysis
CRA Assessment Cyber Resilience Act assessment
API Documentation TypeDoc-generated API reference

🔐 Security & Supply Chain Protection

SLSA 3
OpenSSF Scorecard
OpenSSF Best Practices

This release includes:

  • SLSA Build Provenance Attestations — Cryptographically signed build provenance
  • Software Bill of Materials (SBOM) — Complete dependency inventory in SPDX format
  • npm Provenance — Verified package publishing with attestation
  • CodeQL Security Scanning — Automated vulnerability detection
  • Dependency Scanning — Continuous vulnerability monitoring with Dependabot

Verify attestations:

gh attestation verify euparliamentmonitor-1.0.37.zip -R Hack23/euparliamentmonitor
npm audit signatures

Browse attestations: View all attestations

📋 ISMS Compliance & Policies

Hack23 ISMS
Information Security Policy
Open Source Policy
Secure Development

Compliance Frameworks

ISO 27001:2022
NIST CSF 2.0
CIS Controls v8.1

EU Parliament Monitor follows Hack23 AB's comprehensive ISMS with defense-in-depth architecture and documented security controls.

📦 Release Artifacts

Artifact Description Verification
euparliamentmonitor-1.0.37.zip Full application package SHA-256 checksum, SLSA attestation
euparliamentmonitor-1.0.37.spdx.json SBOM (SPDX format) SBOM attestation
*.intoto.jsonl SLSA attestations gh attestation verify
npm package euparliamentmonitor npm audit signatures

All artifacts are signed and attested using GitHub's SLSA Level 3 build provenance.

🚀 Deployment

🏗️ Built With

  • Node.js: 25.x
  • TypeScript: 6.0.x
  • Chart.js: 4.5.x
  • D3.js: 7.9.x
  • Vitest: 4.x
  • Playwright: 1.x
  • European Parliament MCP Server: 1.x

👥 Contributors

@Copilot, @pethers and copilot-swe-agent[bot]

Full Changelog: v1.0.36...1.0.37

📦 Release Artifacts

  • euparliamentmonitor-v1.0.37.zip - Full application package
  • euparliamentmonitor-v1.0.37.spdx.json - SBOM (Software Bill of Materials)
  • *.intoto.jsonl - SLSA Build Provenance Attestations

📦 npm Package

npm install euparliamentmonitor@1.0.37

Published with npm provenance for supply chain security.

📚 Documentation

🔐 Security

All artifacts include SLSA Build Provenance attestations and SBOM for supply chain security.
Verify attestations using the GitHub CLI:

gh attestation verify euparliamentmonitor-v1.0.37.zip -R Hack23/euparliamentmonitor

EU Parliament Monitor v1.0.36

Choose a tag to compare

@hack23-automation hack23-automation released this 17 Jul 16:34
Immutable release. Only release title and notes can be modified.

What's Changed

🏗️ Infrastructure & Performance

  • build(deps-dev): bump eslint-plugin-jsdoc from 63.0.13 to 63.0.14 in the development-dependencies group @dependabot[bot] (#2546)

📦 Dependencies

  • build(deps-dev): bump eslint-plugin-jsdoc from 63.0.13 to 63.0.14 in the development-dependencies group @dependabot[bot] (#2546)

📊 Release Metrics & Evidence

Test Coverage
API Documentation
E2E Tests

All test reports, coverage metrics, and API documentation are generated during build and available in the Documentation Hub.

🏛️ Architecture & Documentation

Document Description
Architecture C4 architecture models and system overview
Security Architecture Security design and controls
Threat Model STRIDE threat analysis
Data Model Data structures and relationships
Flowchart Process flows with security controls
State Diagram State transitions and lifecycles
Mindmap Conceptual relationships
SWOT Analysis Strategic analysis
CRA Assessment Cyber Resilience Act assessment
API Documentation TypeDoc-generated API reference

🔐 Security & Supply Chain Protection

SLSA 3
OpenSSF Scorecard
OpenSSF Best Practices

This release includes:

  • SLSA Build Provenance Attestations — Cryptographically signed build provenance
  • Software Bill of Materials (SBOM) — Complete dependency inventory in SPDX format
  • npm Provenance — Verified package publishing with attestation
  • CodeQL Security Scanning — Automated vulnerability detection
  • Dependency Scanning — Continuous vulnerability monitoring with Dependabot

Verify attestations:

gh attestation verify euparliamentmonitor-1.0.36.zip -R Hack23/euparliamentmonitor
npm audit signatures

Browse attestations: View all attestations

📋 ISMS Compliance & Policies

Hack23 ISMS
Information Security Policy
Open Source Policy
Secure Development

Compliance Frameworks

ISO 27001:2022
NIST CSF 2.0
CIS Controls v8.1

EU Parliament Monitor follows Hack23 AB's comprehensive ISMS with defense-in-depth architecture and documented security controls.

📦 Release Artifacts

Artifact Description Verification
euparliamentmonitor-1.0.36.zip Full application package SHA-256 checksum, SLSA attestation
euparliamentmonitor-1.0.36.spdx.json SBOM (SPDX format) SBOM attestation
*.intoto.jsonl SLSA attestations gh attestation verify
npm package euparliamentmonitor npm audit signatures

All artifacts are signed and attested using GitHub's SLSA Level 3 build provenance.

🚀 Deployment

🏗️ Built With

  • Node.js: 25.x
  • TypeScript: 6.0.x
  • Chart.js: 4.5.x
  • D3.js: 7.9.x
  • Vitest: 4.x
  • Playwright: 1.x
  • European Parliament MCP Server: 1.x

👥 Contributors

@dependabot[bot] and dependabot[bot]

Full Changelog: v1.0.35...1.0.36

📦 Release Artifacts

  • euparliamentmonitor-v1.0.36.zip - Full application package
  • euparliamentmonitor-v1.0.36.spdx.json - SBOM (Software Bill of Materials)
  • *.intoto.jsonl - SLSA Build Provenance Attestations

📦 npm Package

npm install euparliamentmonitor@1.0.36

Published with npm provenance for supply chain security.

📚 Documentation

🔐 Security

All artifacts include SLSA Build Provenance attestations and SBOM for supply chain security.
Verify attestations using the GitHub CLI:

gh attestation verify euparliamentmonitor-v1.0.36.zip -R Hack23/euparliamentmonitor

EU Parliament Monitor v1.0.35

Choose a tag to compare

@hack23-automation hack23-automation released this 16 Jul 21:45
Immutable release. Only release title and notes can be modified.

What's Changed

🏗️ Infrastructure & Performance

  • build(deps)(deps): bump the github-actions group with 4 updates @dependabot[bot] (#2543)
  • Refactor dependabot configuration for npm and GitHub Actions @pethers (#2545)
  • Revise Dependabot schedule and labels for GitHub Actions @pethers (#2544)

🔒 Security & Compliance

📦 Dependencies

⚙️ Component Updates

📊 Release Metrics & Evidence

Test Coverage
API Documentation
E2E Tests

All test reports, coverage metrics, and API documentation are generated during build and available in the Documentation Hub.

🏛️ Architecture & Documentation

Document Description
Architecture C4 architecture models and system overview
Security Architecture Security design and controls
Threat Model STRIDE threat analysis
Data Model Data structures and relationships
Flowchart Process flows with security controls
State Diagram State transitions and lifecycles
Mindmap Conceptual relationships
SWOT Analysis Strategic analysis
CRA Assessment Cyber Resilience Act assessment
API Documentation TypeDoc-generated API reference

🔐 Security & Supply Chain Protection

SLSA 3
OpenSSF Scorecard
OpenSSF Best Practices

This release includes:

  • SLSA Build Provenance Attestations — Cryptographically signed build provenance
  • Software Bill of Materials (SBOM) — Complete dependency inventory in SPDX format
  • npm Provenance — Verified package publishing with attestation
  • CodeQL Security Scanning — Automated vulnerability detection
  • Dependency Scanning — Continuous vulnerability monitoring with Dependabot

Verify attestations:

gh attestation verify euparliamentmonitor-1.0.35.zip -R Hack23/euparliamentmonitor
npm audit signatures

Browse attestations: View all attestations

📋 ISMS Compliance & Policies

Hack23 ISMS
Information Security Policy
Open Source Policy
Secure Development

Compliance Frameworks

ISO 27001:2022
NIST CSF 2.0
CIS Controls v8.1

EU Parliament Monitor follows Hack23 AB's comprehensive ISMS with defense-in-depth architecture and documented security controls.

📦 Release Artifacts

Artifact Description Verification
euparliamentmonitor-1.0.35.zip Full application package SHA-256 checksum, SLSA attestation
euparliamentmonitor-1.0.35.spdx.json SBOM (SPDX format) SBOM attestation
*.intoto.jsonl SLSA attestations gh attestation verify
npm package euparliamentmonitor npm audit signatures

All artifacts are signed and attested using GitHub's SLSA Level 3 build provenance.

🚀 Deployment

🏗️ Built With

  • Node.js: 25.x
  • TypeScript: 6.0.x
  • Chart.js: 4.5.x
  • D3.js: 7.9.x
  • Vitest: 4.x
  • Playwright: 1.x
  • European Parliament MCP Server: 1.x

👥 Contributors

@dependabot[bot], @pethers and dependabot[bot]

Full Changelog: v1.0.34...1.0.35

📦 Release Artifacts

  • euparliamentmonitor-v1.0.35.zip - Full application package
  • euparliamentmonitor-v1.0.35.spdx.json - SBOM (Software Bill of Materials)
  • *.intoto.jsonl - SLSA Build Provenance Attestations

📦 npm Package

npm install euparliamentmonitor@1.0.35

Published with npm provenance for supply chain security.

📚 Documentation

🔐 Security

All artifacts include SLSA Build Provenance attestations and SBOM for supply chain security.
Verify attestations using the GitHub CLI:

gh attestation verify euparliamentmonitor-v1.0.35.zip -R Hack23/euparliamentmonitor

EU Parliament Monitor v1.0.34

Choose a tag to compare

@hack23-automation hack23-automation released this 16 Jul 13:07
Immutable release. Only release title and notes can be modified.

What's Changed

🏗️ Infrastructure & Performance

📝 Documentation

📦 Dependencies

⚙️ Component Updates

📊 Release Metrics & Evidence

Test Coverage
API Documentation
E2E Tests

All test reports, coverage metrics, and API documentation are generated during build and available in the Documentation Hub.

🏛️ Architecture & Documentation

Document Description
Architecture C4 architecture models and system overview
Security Architecture Security design and controls
Threat Model STRIDE threat analysis
Data Model Data structures and relationships
Flowchart Process flows with security controls
State Diagram State transitions and lifecycles
Mindmap Conceptual relationships
SWOT Analysis Strategic analysis
CRA Assessment Cyber Resilience Act assessment
API Documentation TypeDoc-generated API reference

🔐 Security & Supply Chain Protection

SLSA 3
OpenSSF Scorecard
OpenSSF Best Practices

This release includes:

  • SLSA Build Provenance Attestations — Cryptographically signed build provenance
  • Software Bill of Materials (SBOM) — Complete dependency inventory in SPDX format
  • npm Provenance — Verified package publishing with attestation
  • CodeQL Security Scanning — Automated vulnerability detection
  • Dependency Scanning — Continuous vulnerability monitoring with Dependabot

Verify attestations:

gh attestation verify euparliamentmonitor-1.0.34.zip -R Hack23/euparliamentmonitor
npm audit signatures

Browse attestations: View all attestations

📋 ISMS Compliance & Policies

Hack23 ISMS
Information Security Policy
Open Source Policy
Secure Development

Compliance Frameworks

ISO 27001:2022
NIST CSF 2.0
CIS Controls v8.1

EU Parliament Monitor follows Hack23 AB's comprehensive ISMS with defense-in-depth architecture and documented security controls.

📦 Release Artifacts

Artifact Description Verification
euparliamentmonitor-1.0.34.zip Full application package SHA-256 checksum, SLSA attestation
euparliamentmonitor-1.0.34.spdx.json SBOM (SPDX format) SBOM attestation
*.intoto.jsonl SLSA attestations gh attestation verify
npm package euparliamentmonitor npm audit signatures

All artifacts are signed and attested using GitHub's SLSA Level 3 build provenance.

🚀 Deployment

🏗️ Built With

  • Node.js: 25.x
  • TypeScript: 6.0.x
  • Chart.js: 4.5.x
  • D3.js: 7.9.x
  • Vitest: 4.x
  • Playwright: 1.x
  • European Parliament MCP Server: 1.x

👥 Contributors

@Copilot and copilot-swe-agent[bot]

Full Changelog: v1.0.33...1.0.34

📦 Release Artifacts

  • euparliamentmonitor-v1.0.34.zip - Full application package
  • euparliamentmonitor-v1.0.34.spdx.json - SBOM (Software Bill of Materials)
  • *.intoto.jsonl - SLSA Build Provenance Attestations

📦 npm Package

npm install euparliamentmonitor@1.0.34

Published with npm provenance for supply chain security.

📚 Documentation

🔐 Security

All artifacts include SLSA Build Provenance attestations and SBOM for supply chain security.
Verify attestations using the GitHub CLI:

gh attestation verify euparliamentmonitor-v1.0.34.zip -R Hack23/euparliamentmonitor

EU Parliament Monitor v1.0.33

Choose a tag to compare

@hack23-automation hack23-automation released this 16 Jul 09:48
Immutable release. Only release title and notes can be modified.

What's Changed

🏗️ Infrastructure & Performance

  • build(deps-dev)(deps-dev): bump knip from 6.26.0 to 6.27.0 in the development-dependencies group @dependabot[bot] (#2540)

📦 Dependencies

  • build(deps-dev)(deps-dev): bump knip from 6.26.0 to 6.27.0 in the development-dependencies group @dependabot[bot] (#2540)

📊 Release Metrics & Evidence

Test Coverage
API Documentation
E2E Tests

All test reports, coverage metrics, and API documentation are generated during build and available in the Documentation Hub.

🏛️ Architecture & Documentation

Document Description
Architecture C4 architecture models and system overview
Security Architecture Security design and controls
Threat Model STRIDE threat analysis
Data Model Data structures and relationships
Flowchart Process flows with security controls
State Diagram State transitions and lifecycles
Mindmap Conceptual relationships
SWOT Analysis Strategic analysis
CRA Assessment Cyber Resilience Act assessment
API Documentation TypeDoc-generated API reference

🔐 Security & Supply Chain Protection

SLSA 3
OpenSSF Scorecard
OpenSSF Best Practices

This release includes:

  • SLSA Build Provenance Attestations — Cryptographically signed build provenance
  • Software Bill of Materials (SBOM) — Complete dependency inventory in SPDX format
  • npm Provenance — Verified package publishing with attestation
  • CodeQL Security Scanning — Automated vulnerability detection
  • Dependency Scanning — Continuous vulnerability monitoring with Dependabot

Verify attestations:

gh attestation verify euparliamentmonitor-1.0.33.zip -R Hack23/euparliamentmonitor
npm audit signatures

Browse attestations: View all attestations

📋 ISMS Compliance & Policies

Hack23 ISMS
Information Security Policy
Open Source Policy
Secure Development

Compliance Frameworks

ISO 27001:2022
NIST CSF 2.0
CIS Controls v8.1

EU Parliament Monitor follows Hack23 AB's comprehensive ISMS with defense-in-depth architecture and documented security controls.

📦 Release Artifacts

Artifact Description Verification
euparliamentmonitor-1.0.33.zip Full application package SHA-256 checksum, SLSA attestation
euparliamentmonitor-1.0.33.spdx.json SBOM (SPDX format) SBOM attestation
*.intoto.jsonl SLSA attestations gh attestation verify
npm package euparliamentmonitor npm audit signatures

All artifacts are signed and attested using GitHub's SLSA Level 3 build provenance.

🚀 Deployment

🏗️ Built With

  • Node.js: 25.x
  • TypeScript: 6.0.x
  • Chart.js: 4.5.x
  • D3.js: 7.9.x
  • Vitest: 4.x
  • Playwright: 1.x
  • European Parliament MCP Server: 1.x

👥 Contributors

@dependabot[bot] and dependabot[bot]

Full Changelog: v1.0.32...1.0.33

📦 Release Artifacts

  • euparliamentmonitor-v1.0.33.zip - Full application package
  • euparliamentmonitor-v1.0.33.spdx.json - SBOM (Software Bill of Materials)
  • *.intoto.jsonl - SLSA Build Provenance Attestations

📦 npm Package

npm install euparliamentmonitor@1.0.33

Published with npm provenance for supply chain security.

📚 Documentation

🔐 Security

All artifacts include SLSA Build Provenance attestations and SBOM for supply chain security.
Verify attestations using the GitHub CLI:

gh attestation verify euparliamentmonitor-v1.0.33.zip -R Hack23/euparliamentmonitor

EU Parliament Monitor v1.0.32

Choose a tag to compare

@hack23-automation hack23-automation released this 14 Jul 22:24
Immutable release. Only release title and notes can be modified.

What's Changed

🏗️ Infrastructure & Performance

  • Update release.yml use app for releas @pethers (#2539)
  • build(deps)(deps): bump actions/setup-node from 6.3.0 to 7.0.0 @dependabot[bot] (#2537)
  • build(deps-dev)(deps-dev): bump eslint-plugin-sonarjs from 4.1.0 to 4.2.0 in the development-dependencies group @dependabot[bot] (#2538)

📦 Dependencies

  • Update release.yml use app for releas @pethers (#2539)
  • build(deps)(deps): bump actions/setup-node from 6.3.0 to 7.0.0 @dependabot[bot] (#2537)
  • build(deps-dev)(deps-dev): bump eslint-plugin-sonarjs from 4.1.0 to 4.2.0 in the development-dependencies group @dependabot[bot] (#2538)

⚙️ Component Updates

📊 Release Metrics & Evidence

Test Coverage
API Documentation
E2E Tests

All test reports, coverage metrics, and API documentation are generated during build and available in the Documentation Hub.

🏛️ Architecture & Documentation

Document Description
Architecture C4 architecture models and system overview
Security Architecture Security design and controls
Threat Model STRIDE threat analysis
Data Model Data structures and relationships
Flowchart Process flows with security controls
State Diagram State transitions and lifecycles
Mindmap Conceptual relationships
SWOT Analysis Strategic analysis
CRA Assessment Cyber Resilience Act assessment
API Documentation TypeDoc-generated API reference

🔐 Security & Supply Chain Protection

SLSA 3
OpenSSF Scorecard
OpenSSF Best Practices

This release includes:

  • SLSA Build Provenance Attestations — Cryptographically signed build provenance
  • Software Bill of Materials (SBOM) — Complete dependency inventory in SPDX format
  • npm Provenance — Verified package publishing with attestation
  • CodeQL Security Scanning — Automated vulnerability detection
  • Dependency Scanning — Continuous vulnerability monitoring with Dependabot

Verify attestations:

gh attestation verify euparliamentmonitor-1.0.32.zip -R Hack23/euparliamentmonitor
npm audit signatures

Browse attestations: View all attestations

📋 ISMS Compliance & Policies

Hack23 ISMS
Information Security Policy
Open Source Policy
Secure Development

Compliance Frameworks

ISO 27001:2022
NIST CSF 2.0
CIS Controls v8.1

EU Parliament Monitor follows Hack23 AB's comprehensive ISMS with defense-in-depth architecture and documented security controls.

📦 Release Artifacts

Artifact Description Verification
euparliamentmonitor-1.0.32.zip Full application package SHA-256 checksum, SLSA attestation
euparliamentmonitor-1.0.32.spdx.json SBOM (SPDX format) SBOM attestation
*.intoto.jsonl SLSA attestations gh attestation verify
npm package euparliamentmonitor npm audit signatures

All artifacts are signed and attested using GitHub's SLSA Level 3 build provenance.

🚀 Deployment

🏗️ Built With

  • Node.js: 25.x
  • TypeScript: 6.0.x
  • Chart.js: 4.5.x
  • D3.js: 7.9.x
  • Vitest: 4.x
  • Playwright: 1.x
  • European Parliament MCP Server: 1.x

👥 Contributors

@dependabot[bot], @pethers and dependabot[bot]

Full Changelog: v1.0.31...1.0.32

📦 Release Artifacts

  • euparliamentmonitor-v1.0.32.zip - Full application package
  • euparliamentmonitor-v1.0.32.spdx.json - SBOM (Software Bill of Materials)
  • *.intoto.jsonl - SLSA Build Provenance Attestations

📦 npm Package

npm install euparliamentmonitor@1.0.32

Published with npm provenance for supply chain security.

📚 Documentation

🔐 Security

All artifacts include SLSA Build Provenance attestations and SBOM for supply chain security.
Verify attestations using the GitHub CLI:

gh attestation verify euparliamentmonitor-v1.0.32.zip -R Hack23/euparliamentmonitor

EU Parliament Monitor v1.0.31

Choose a tag to compare

@github-actions github-actions released this 14 Jul 08:33
Immutable release. Only release title and notes can be modified.

What's Changed

🏗️ Infrastructure & Performance

  • Update compile-agentic-workflows.yml gh-aw-0.82.9 @pethers (#2536)
  • build(deps-dev)(deps-dev): bump the development-dependencies group with 2 updates @dependabot[bot] (#2533)
  • build(deps-dev)(deps-dev): bump tsx from 4.23.0 to 4.23.1 in the development-dependencies group @dependabot[bot] (#2529)
  • [StepSecurity] Apply security best practices @step-security-bot (#2526)
  • build(deps)(deps): bump actions/setup-node from 6.3.0 to 6.4.0 in the github-actions group @dependabot[bot] (#2524)
  • build(deps-dev)(deps-dev): bump eslint from 10.6.0 to 10.7.0 in the development-dependencies group @dependabot[bot] (#2522)

📦 Dependencies

  • Update compile-agentic-workflows.yml gh-aw-0.82.9 @pethers (#2536)
  • build(deps-dev)(deps-dev): bump the development-dependencies group with 2 updates @dependabot[bot] (#2533)
  • build(deps-dev)(deps-dev): bump tsx from 4.23.0 to 4.23.1 in the development-dependencies group @dependabot[bot] (#2529)
  • [StepSecurity] Apply security best practices @step-security-bot (#2526)
  • build(deps)(deps): bump actions/setup-node from 6.3.0 to 6.4.0 in the github-actions group @dependabot[bot] (#2524)
  • build(deps-dev)(deps-dev): bump eslint from 10.6.0 to 10.7.0 in the development-dependencies group @dependabot[bot] (#2522)

⚙️ Component Updates

📊 Release Metrics & Evidence

Test Coverage
API Documentation
E2E Tests

All test reports, coverage metrics, and API documentation are generated during build and available in the Documentation Hub.

🏛️ Architecture & Documentation

Document Description
Architecture C4 architecture models and system overview
Security Architecture Security design and controls
Threat Model STRIDE threat analysis
Data Model Data structures and relationships
Flowchart Process flows with security controls
State Diagram State transitions and lifecycles
Mindmap Conceptual relationships
SWOT Analysis Strategic analysis
CRA Assessment Cyber Resilience Act assessment
API Documentation TypeDoc-generated API reference

🔐 Security & Supply Chain Protection

SLSA 3
OpenSSF Scorecard
OpenSSF Best Practices

This release includes:

  • SLSA Build Provenance Attestations — Cryptographically signed build provenance
  • Software Bill of Materials (SBOM) — Complete dependency inventory in SPDX format
  • npm Provenance — Verified package publishing with attestation
  • CodeQL Security Scanning — Automated vulnerability detection
  • Dependency Scanning — Continuous vulnerability monitoring with Dependabot

Verify attestations:

gh attestation verify euparliamentmonitor-1.0.31.zip -R Hack23/euparliamentmonitor
npm audit signatures

Browse attestations: View all attestations

📋 ISMS Compliance & Policies

Hack23 ISMS
Information Security Policy
Open Source Policy
Secure Development

Compliance Frameworks

ISO 27001:2022
NIST CSF 2.0
CIS Controls v8.1

EU Parliament Monitor follows Hack23 AB's comprehensive ISMS with defense-in-depth architecture and documented security controls.

📦 Release Artifacts

Artifact Description Verification
euparliamentmonitor-1.0.31.zip Full application package SHA-256 checksum, SLSA attestation
euparliamentmonitor-1.0.31.spdx.json SBOM (SPDX format) SBOM attestation
*.intoto.jsonl SLSA attestations gh attestation verify
npm package euparliamentmonitor npm audit signatures

All artifacts are signed and attested using GitHub's SLSA Level 3 build provenance.

🚀 Deployment

🏗️ Built With

  • Node.js: 25.x
  • TypeScript: 6.0.x
  • Chart.js: 4.5.x
  • D3.js: 7.9.x
  • Vitest: 4.x
  • Playwright: 1.x
  • European Parliament MCP Server: 1.x

👥 Contributors

@Copilot, @dependabot[bot], @github-actions[bot], @pethers, @step-security-bot and dependabot[bot]

Full Changelog: v1.0.30...1.0.31

📦 Release Artifacts

  • euparliamentmonitor-v1.0.31.zip - Full application package
  • euparliamentmonitor-v1.0.31.spdx.json - SBOM (Software Bill of Materials)
  • *.intoto.jsonl - SLSA Build Provenance Attestations

📦 npm Package

npm install euparliamentmonitor@1.0.31

Published with npm provenance for supply chain security.

📚 Documentation

🔐 Security

All artifacts include SLSA Build Provenance attestations and SBOM for supply chain security.
Verify attestations using the GitHub CLI:

gh attestation verify euparliamentmonitor-v1.0.31.zip -R Hack23/euparliamentmonitor

EU Parliament Monitor v1.0.30

Choose a tag to compare

@github-actions github-actions released this 10 Jul 21:03
Immutable release. Only release title and notes can be modified.

What's Changed

🏗️ Infrastructure & Performance

  • build(deps)(deps): bump european-parliament-mcp-server from 1.3.42 to 1.3.43 in the production-dependencies group @dependabot[bot] (#2519)
  • build(deps)(deps): bump european-parliament-mcp-server from 1.3.41 to 1.3.42 in the production-dependencies group @dependabot[bot] (#2518)
  • build(deps-dev)(deps-dev): bump knip from 6.25.0 to 6.26.0 in the development-dependencies group @dependabot[bot] (#2516)
  • build(deps-dev)(deps-dev): bump eslint-plugin-jsdoc from 63.0.12 to 63.0.13 in the development-dependencies group @dependabot[bot] (#2514)

📦 Dependencies

  • build(deps)(deps): bump european-parliament-mcp-server from 1.3.42 to 1.3.43 in the production-dependencies group @dependabot[bot] (#2519)
  • build(deps)(deps): bump european-parliament-mcp-server from 1.3.41 to 1.3.42 in the production-dependencies group @dependabot[bot] (#2518)
  • build(deps-dev)(deps-dev): bump knip from 6.25.0 to 6.26.0 in the development-dependencies group @dependabot[bot] (#2516)
  • build(deps-dev)(deps-dev): bump eslint-plugin-jsdoc from 63.0.12 to 63.0.13 in the development-dependencies group @dependabot[bot] (#2514)

📊 Release Metrics & Evidence

Test Coverage
API Documentation
E2E Tests

All test reports, coverage metrics, and API documentation are generated during build and available in the Documentation Hub.

🏛️ Architecture & Documentation

Document Description
Architecture C4 architecture models and system overview
Security Architecture Security design and controls
Threat Model STRIDE threat analysis
Data Model Data structures and relationships
Flowchart Process flows with security controls
State Diagram State transitions and lifecycles
Mindmap Conceptual relationships
SWOT Analysis Strategic analysis
CRA Assessment Cyber Resilience Act assessment
API Documentation TypeDoc-generated API reference

🔐 Security & Supply Chain Protection

SLSA 3
OpenSSF Scorecard
OpenSSF Best Practices

This release includes:

  • SLSA Build Provenance Attestations — Cryptographically signed build provenance
  • Software Bill of Materials (SBOM) — Complete dependency inventory in SPDX format
  • npm Provenance — Verified package publishing with attestation
  • CodeQL Security Scanning — Automated vulnerability detection
  • Dependency Scanning — Continuous vulnerability monitoring with Dependabot

Verify attestations:

gh attestation verify euparliamentmonitor-1.0.30.zip -R Hack23/euparliamentmonitor
npm audit signatures

Browse attestations: View all attestations

📋 ISMS Compliance & Policies

Hack23 ISMS
Information Security Policy
Open Source Policy
Secure Development

Compliance Frameworks

ISO 27001:2022
NIST CSF 2.0
CIS Controls v8.1

EU Parliament Monitor follows Hack23 AB's comprehensive ISMS with defense-in-depth architecture and documented security controls.

📦 Release Artifacts

Artifact Description Verification
euparliamentmonitor-1.0.30.zip Full application package SHA-256 checksum, SLSA attestation
euparliamentmonitor-1.0.30.spdx.json SBOM (SPDX format) SBOM attestation
*.intoto.jsonl SLSA attestations gh attestation verify
npm package euparliamentmonitor npm audit signatures

All artifacts are signed and attested using GitHub's SLSA Level 3 build provenance.

🚀 Deployment

🏗️ Built With

  • Node.js: 25.x
  • TypeScript: 6.0.x
  • Chart.js: 4.5.x
  • D3.js: 7.9.x
  • Vitest: 4.x
  • Playwright: 1.x
  • European Parliament MCP Server: 1.x

👥 Contributors

@dependabot[bot], @pethers and dependabot[bot]

Full Changelog: v1.0.29...1.0.30

📦 Release Artifacts

  • euparliamentmonitor-v1.0.30.zip - Full application package
  • euparliamentmonitor-v1.0.30.spdx.json - SBOM (Software Bill of Materials)
  • *.intoto.jsonl - SLSA Build Provenance Attestations

📦 npm Package

npm install euparliamentmonitor@1.0.30

Published with npm provenance for supply chain security.

📚 Documentation

🔐 Security

All artifacts include SLSA Build Provenance attestations and SBOM for supply chain security.
Verify attestations using the GitHub CLI:

gh attestation verify euparliamentmonitor-v1.0.30.zip -R Hack23/euparliamentmonitor