I'm on Debian 13. Gnome Software is supposed to update every two weeks except for critical updates which should be updated immediately.
https://wiki.gnome.org/Design/Apps/Software/Updates#Tentative_Design
When you run "apt changelog <package>" There is an urgency field. But isn't this field designed to indicate how fast a package should migrate from Unstable to Testing?
https://www.debian.org/doc/manuals/developers-reference/best-pkging-practices.en.html#selecting-the-upload-urgency
Is this the same field that Gnome Software uses to determine if a package is critical? If so this doesn't seem to me to be a good field to determine that since that field is used to determine how fast a package moves from Unstable to Testing.
For example, the urgency to migrate to Testing might be low because the package might be large and disruptive but it might be a critical security vulnerability that needs to be updated immediately in Stable.
Basically I'm concerned that critical updates won't happen because Gnome Software is using the wrong field to determine whether they're critical. In particular, critical security updates.
Also I'm aware that "critical" could be either security or non-security updates.
Hope I was clear and thanks in advance.