Send notifications by email via contacts provided in maintainers.nix entry #170

Open
opened 2024-09-20 10:28:01 +00:00 by RaitoBezarius · 0 comments
RaitoBezarius commented 2024-09-20 10:28:01 +00:00 (Migrated from github.com)

As a maintainer of a Nixpkgs derivation, I want to get automatically notified by email when a notification is due.

Implementation notes

Provide functions in the backend to email maintainers of a given package, if these maintainers are known in the database, we can apply in addition their notification preferences.

  • notify_maintainers_of_package(package)
  • notify_maintainers(security issue)

Reminding maintainers of their packages could be done by iterating over all packages with a status awaiting maintainers intervention and notifying them again.

Depends on:

As a maintainer of a Nixpkgs derivation, I want to get automatically notified by email when a notification is due. # Implementation notes Provide functions in the backend to email maintainers of a given package, if these maintainers are known in the database, we can apply in addition their notification preferences. - `notify_maintainers_of_package(package)` - `notify_maintainers(security issue)` Reminding maintainers of their packages could be done by iterating over all packages with a status awaiting maintainers intervention and notifying them again. Depends on: - https://github.com/Nix-Security-WG/nix-security-tracker/issues/171 - https://github.com/Nix-Security-WG/nix-security-tracker/issues/217
Sign in to join this conversation.
No description provided.