AL2023 Security notices: how to see?

0

When logging-in to my AL2023 instance, I see this message:

Updates Information Summary: available
    6 Security notice(s)
        2 Important Security notice(s)
        4 Medium Security notice(s)

But I can't find any documentation on where to see these notices! Both dnf check-update and dnf updateinfo show nothing (i.e. everything is up-to-date).

How can I read these notices?

已提問 3 個月前檢視次數 370 次
2 個答案
0

To access and read these security notices, you can use the yum command with the security plugin. Here are the steps you can follow:

Install the yum-plugin-security:    sudo dnf install yum-plugin-security
Update the Security Information Database:   sudo yum --security check-update
List Available Security Notices: sudo yum updateinfo list security all
This command will display a list of available security notices, including their IDs and severity levels
Display Details for Specific Notice ID: - sudo yum updateinfo info --sec-severity=Important --sec-severity=Medium <security_notice_id>

Replace <security_notice_id> with the specific notice ID you want to read. This command will provide detailed information about that security notice.

Please note that the security plugin for yum provides access to Red Hat security data, and the commands above assume that the AL2023 instance follows similar conventions. If you are using a different distribution or there are specific configurations for AL2023, you may need to refer to the documentation provided by the distribution or contact support for guidance (https://docs.aws.amazon.com/linux/al2023/ug/security-features.html)

Hope it clarifies and if does I would appreciate answer to be accepted so that community can benefit for clarity, thanks ;)

profile picture
專家
已回答 3 個月前
0

If you look at the Managing packages and operating system updates section of the AL2023 User Guide you can see how to move what version of the repositories you are pinned to. This is part of our Deterministic Updates through Versioned Repositories feature, making it significantly easier to incorporate OS updates into your CI/CD system.

已回答 3 個月前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南