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: CHANGELOG.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file.
3
3
4
4
The format is based on [Keep a Changelog](http://keepachangelog.com/)
5
5
6
+
## [12.8.2] Hotfix & Stable Release
7
+
### Fixed issues
8
+
-**Address a hostname validation vulnerability by securely parsing certificate common names.**
9
+
**What was fixed**: Secure hostname validation is enforced by replacing the vulnerable CN parsing logic in SQLServerCertificateUtils.java, preventing spoofing attacks.
10
+
**Who benefits**: All users of the SQL Server JDBC driver, especially those relying on TLS for secure connections, benefit from improved certificate validation.
11
+
6
12
## [12.8.1] Hotfix & Stable Release
7
13
### Changed
8
14
- Changed MSAL logging from FINER to FINEST [#2491](https://github.com/microsoft/mssql-jdbc/pull/2491)
Copy file name to clipboardExpand all lines: README.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -83,7 +83,7 @@ We're now on the Maven Central Repository. Add the following to your POM file to
83
83
<dependency>
84
84
<groupId>com.microsoft.sqlserver</groupId>
85
85
<artifactId>mssql-jdbc</artifactId>
86
-
<version>12.8.1.jre11</version>
86
+
<version>12.8.2.jre11</version>
87
87
</dependency>
88
88
```
89
89
The driver can be downloaded from [Microsoft](https://aka.ms/downloadmssqljdbc). For driver version 12.1.0 and greater, please use the jre11 version when using Java 11 or greater, and the jre8 version when using Java 8.
@@ -94,7 +94,7 @@ To get the latest version of the driver, add the following to your POM file:
94
94
<dependency>
95
95
<groupId>com.microsoft.sqlserver</groupId>
96
96
<artifactId>mssql-jdbc</artifactId>
97
-
<version>12.8.1.jre11</version>
97
+
<version>12.8.2.jre11</version>
98
98
</dependency>
99
99
```
100
100
@@ -129,7 +129,7 @@ Projects that require either of the two features need to explicitly declare the
129
129
<dependency>
130
130
<groupId>com.microsoft.sqlserver</groupId>
131
131
<artifactId>mssql-jdbc</artifactId>
132
-
<version>12.8.1.jre11</version>
132
+
<version>12.8.2.jre11</version>
133
133
<scope>compile</scope>
134
134
</dependency>
135
135
@@ -147,7 +147,7 @@ Projects that require either of the two features need to explicitly declare the
147
147
<dependency>
148
148
<groupId>com.microsoft.sqlserver</groupId>
149
149
<artifactId>mssql-jdbc</artifactId>
150
-
<version>12.8.1.jre11</version>
150
+
<version>12.8.2.jre11</version>
151
151
<scope>compile</scope>
152
152
</dependency>
153
153
@@ -174,7 +174,7 @@ When setting 'useFmtOnly' property to 'true' for establishing a connection or cr
Copy file name to clipboardExpand all lines: mssql-jdbc_auth_LICENSE
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
MICROSOFT SOFTWARE LICENSE TERMS
2
-
MICROSOFT JDBC DRIVER 12.8.1 FOR SQL SERVER
2
+
MICROSOFT JDBC DRIVER 12.8.2 FOR SQL SERVER
3
3
4
4
These license terms are an agreement between you and Microsoft Corporation (or one of its affiliates). They apply to the software named above and any Microsoft services or software updates (except to the extent such services or updates are accompanied by new or additional terms, in which case those different terms apply prospectively and do not alter your or Microsoft’s rights relating to pre-updated software or services). IF YOU COMPLY WITH THESE LICENSE TERMS, YOU HAVE THE RIGHTS BELOW. BY USING THE SOFTWARE, YOU ACCEPT THESE TERMS.
0 commit comments