In Drupal, they recently added this: Drupal core should inform the user of the security coverage for the site's installed minor version including final 8.x LTS releases
This is what this looks like:

From a site owner point of view, I find this very informative/useful. I don't have to be a "Drupal/Backdrop" person in order to know where to find information about this - it's right there on my site, and there's also a very handy link to the page that explains things in more detail if I need to know more.
Perhaps in our case we could merge that information with the "Backdrop CMS" entry. Here's what it could look like:
...or something more compact, like this:

Recent comments
Thanks Alejandro. That was the clues I needed.
Ubercart - Programmatically add product to cart and straight to Checkout
Have you tried uc_cart_add_item()? You need to provide the nid of the product. Then you can use backdrop_goto('cart/checkout'); to send the user to the checkout screen. uc_cart_add_item...
Ubercart - Programmatically add product to cart and straight to Checkout
No problem, let's see how it evolves. I'd be happy to provide a suggested version if i could. I will keep that in mind and try learn this hook chain hopefully very soon. I will...
File hashing uploads made through TinyMCE