Problem/Motivation

After updating to Drupal 11.3.10 (composer update + drush updatedb + drush cache:rebuild), /admin/report/status says everything is OK.

But hours later, it says a security update is available.

As seen on the screen capture :
- Drupal version : 11.3.10
− Install profile : Minimal (minimal-11.3.9)

Has the minimal profile not been updated ? Or does the message wrongly point to an 11.3.9 version which does not exist anymore ?

Notes :

  • composer audit says No security vulnerability advisories found.
  • drush updatedb says [success] Cache rebuild complete.
  • Apache2 has been restarted.
  • Redis cache has been flushed.
  • composer.lock contains no 11.3.9 version, only 11.3.10
  • No file contains the "11.3.9" string.
  • core/lib/Drupal.php has const VERSION = '11.3.10';
  • PHP is 8.4.21
  • The installation use Drupal Paranoia

Comments

zigazou created an issue. See original summary.

zigazou’s picture

Title: After updating to 11.3.10 from 11.3.9, » Available security update after updating to 11.3.10
cilefen’s picture

zigazou’s picture

Status: Postponed (maintainer needs more info) » Active
StatusFileSize
new75.86 KB

This is not a duplicate.

When I check the available updates, Drupal think I’m using Drupal 11.3.9 as seen in

Drupal Core 11.3.9

zigazou’s picture

Very strange!

I did nothing but now, there is no more error!

Screen capture where there is no more error!

Could it be something that is evaluated only once a day that could tell this?

xjm’s picture

Status: Active » Closed (works as designed)

Actually, this is a duplicate. 🙂 This happens when the update is available and installed via composer before the update feed data is updated and/or the update data is refreshed after. These delays are longer than previous due to increased packaging times, but the bug will always resolve itself within a few hours.

Now that this issue is closed, review the contribution record.

As a contributor, attribute any organization that helped you, or if you volunteered your own time.

Maintainers, credit people who helped resolve this issue.

xjm’s picture

Status: Closed (works as designed) » Closed (duplicate)

Better status I guess since there is something we could improve in the other issue.