nix-security-tracker
nix-security-tracker copied to clipboard
Send notifications via contacts provided in `maintainers.nix` entry
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