nix-security-tracker icon indicating copy to clipboard operation
nix-security-tracker copied to clipboard

Send notifications via contacts provided in `maintainers.nix` entry

Open RaitoBezarius opened this issue 5 months ago • 0 comments

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

RaitoBezarius avatar Sep 20 '24 10:09 RaitoBezarius