You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: documentation/vulnerability-reporting.md
+44-14Lines changed: 44 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,9 @@ Prerequisites:
9
9
* Dockerfile of the container image being reported upon
10
10
* Name of the .NET image the Dockerfile is based on (e.g. `mcr.microsoft.com/dotnet/aspnet:8.0`)
11
11
* Architecture of the container image being reported upon (e.g. `amd64`)
12
-
*[Docker installation](https://docs.docker.com/desktop) to run commands locally
12
+
*[Docker](https://docs.docker.com/desktop)
13
+
*[ORAS CLI](https://oras.land/)
14
+
*[`jq`](https://jqlang.org/), [PowerShell](https://github.com/PowerShell/PowerShell), or Windows PowerShell
13
15
* Whether the container image is a [Linux or Windows image](#how-can-i-determine-whether-my-image-is-based-on-linux-or-windows)
14
16
* For Linux images, it's also important to [know the Linux distro and version](#how-can-i-determine-the-os-version-of-a-linux-image) (e.g. `Debian Bookworm`, `Alpine 3.20`, `Ubuntu Noble`, `Azure Linux 3.0`)
15
17
* If you're using Docker Desktop for Windows and investigating a vulnerability in a Linux image, [change your settings](https://docs.docker.com/desktop/settings/windows/) to target Linux containers.
@@ -120,9 +122,8 @@ Rerun the scan of your image using your scanning tool. Ensure you get the latest
120
122
When .NET drops support for an image tag, it means it will no longer be updated, even when there is a new base OS image available.
121
123
This means that vulnerabilities will be reported for that image over time if it continues to be used.
122
124
Our [supported tag policy](supported-tags.md) provides detailed information about when these tags are no longer supported.
123
-
The simple rule to follow: only the tags shown in our tag listing are supported:
124
125
125
-
Complete tag lists:
126
+
The simple rule to follow: only the tags shown in our full tag listings are supported:
0 commit comments