freaktechnik / advanced-github-notifier

A Firefox extension, that not only shows a count of notifications, but also shows notification popups and has a popup that gives direct access to the notifications.
https://addons.mozilla.org/addon/advanced-github-notifier/?utm_source=github&utm_content=about
Mozilla Public License 2.0
79 stars 5 forks source link

Notifications for security advisories go to the homepage #453

Open clokep opened 1 year ago

clokep commented 1 year ago

A notification on a security advisory seems to end bringing you to the homepage of the project instead of the specific security advisory page.

For example I had a link such as (some info replaced):

https://github.com/clokep/MYREPO/security/advisories/GHSA-ABCD-EFGH-IJKL?notification_referrer_id=NT_FFFFFFF#advisory-comment-1234

freaktechnik commented 1 year ago

Sadly there is no way to know what advisory the notifications is for from the REST API last time I checked. If that's different now I'd be happy to change what the notification leads to.

clokep commented 1 year ago

I'll double check next time I have a notification for a security advisory. 😄