Skip to content

Commit 25657bf

Browse files
committed
Update version to 1.7.1
1 parent 7d08d81 commit 25657bf

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@
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>

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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
Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
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

0 commit comments

Comments
 (0)