Hacktoberfest 2026: le issue che i maintainer hanno segnato per ottobre, aperte e adatte ai principianti. Sfoglia le issue Hacktoberfest

Feature Request: Code sign powershell module files

Aperta
#121 2 commenti 0 reazioni 0 assegnatari Vedi su GitHub

Nessuno ha ancora preso questa issue.

Valutazione

Difficoltà
5/5
Tempo stimato
Più di una settimana
Idoneità per principianti
38/100
Tipo di issue
Funzionalità
Chiarezza
Abbastanza chiara
Stato di attività
Tranquilla
Stack tecnologico
github-actions, powershell
Ambito
release, security

Direzione di ricerca

Inizia ispezionando la pipeline di release e i file del modulo Sentry PowerShell con estensione .ps1, .psm1 e .psd1. Determina come fornire in modo sicuro a CI un certificato di firma del codice di proprietà di Sentry, quindi verifica che i file rilasciati abbiano firme valide e funzionino con i criteri WDAC o AllSigned.

Scritto dal modello di indicizzazione a partire dal testo della issue.

Descrizione

Improvement PowerShell

Feature Request: Code Signing for WDAC Compatibility

Description

This request proposes the implementation of digital code signing for the Sentry PowerShell module files (.ps1, .psm1, .psd1).

Currently, in environments utilizing Windows Defender Application Control (WDAC) or strict PowerShell Execution Policies (such as AllSigned), the module is blocked from execution because the scripts are unsigned.

Motivation

In high-security enterprise environments, WDAC is used to restrict script execution to only trusted sources. By signing the PowerShell module, Sentry enables:

  • Seamless Integration: Administrators can create "Publisher" rules to allow Sentry tools to run without manual overrides.
  • Maintained Security Posture: Organizations do not have to lower their execution policy to Unrestricted or Bypass to use the SDK.
  • Reduced Maintenance: Unlike "Hash" rules, which break every time the module is updated, "Publisher" rules remain valid across version updates.

Proposed Changes

  • Integrate a code-signing step into the CI/CD release pipeline (e.g., via GitHub Actions).
  • Apply a digital signature to all PowerShell script and manifest files using a Sentry-owned code-signing certificate.

Impact

This change will allow Sentry's PowerShell SDK to be deployed in regulated and locked-down Windows environments, broadening the reachable audience for Sentry's monitoring tools in the enterprise space.


Note: If this requires a specific certificate held by the Sentry team, this PR serves as a request for the maintainers to update the build workflow.

Lingua principale
PowerShell
Stelle
16
Fork
5
Merge medio
11h 24m
PR unite (30g)
5

Preparare l'ambiente

Come iniziare

  1. Leggi tutta la issue e poi la guida ai contributi del progetto.
  2. Commenta sulla issue per dire che te ne occupi tu — evita che due persone facciano lo stesso lavoro.
  3. Fai un fork del repository e lavora su un branch.
  4. Apri una pull request che faccia riferimento al numero della issue.

Altre issue di getsentry/sentry-powershell

Tutte le issue di getsentry/sentry-powershell

Issue simili

Altre issue su Release

Ricevi le nuove issue nella tua casella

Un breve riepilogo di issue GitHub adatte ai principianti.