File tree Expand file tree Collapse file tree 3 files changed +6
-4
lines changed
docker_image_resources/tests Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 77 <key >CFBundleIdentifier </key >
88 <string >com.amazon.aws.rolesanywhere </string >
99 <key >CFBundleVersion </key >
10- <string >1.7.0 </string >
10+ <string >1.7.1 </string >
1111</dict >
1212</plist >
Original file line number Diff line number Diff line change 1- VERSION =1.7.0
1+ VERSION =1.7.1
22# IMPORTANT: This VERSION variable is parsed by the GitHub Actions image build workflow.
33# Please maintain the X.Y.Z format to ensure compatibility with the automated build process.
44.PHONY : release
Original file line number Diff line number Diff line change 1- # We do not trigger affected codepaths in our implementation
2- CVE-2025-22874
1+ # The CVE in question only affects using Row.Scan and Rows.Scan from the database/sql package
2+ # Since we do not utilize "database/sql" the credential helper is unaffected by this vulnerability
3+ # A follow-up release targeting Go 1.24.6 will be scheduled when it is made available on utilized build platforms to mitigate this vulnerability
4+ CVE-2025-47907
You can’t perform that action at this time.
0 commit comments