I used GCP's vulnerability scanner on artifact registry. This identified a number of vulnerabilities (153 in total). See image below
Of these 151 are identified as Package type "OS" and two are related to Python. The Python ones I am able to rectify. However, I am less clear of what needs to be done for the OS vulnerabilities identified. These all appear to be related to Ubuntu.
I am currently deployed on App Engine standard - should I be specifying somewhere a specific version of Ubuntu or the OS to resolve most of these?
With Google App Engine, you have some ability to update the OS.