False positive: Microsoft JDBC driver reported as Microsoft SQL Server
See original GitHub issueFalse positive on the MS SQL JDBC driver (https://github.com/Microsoft/mssql-jdbc):
<dependency>
<groupId>com.microsoft.sqlserver</groupId>
<artifactId>mssql-jdbc</artifactId>
<version>6.2.2.jre8</version>
</dependency>
reported as cpe:/a:microsoft:project_server:6.2.2.jre8, cpe:/a:microsoft:server:6.2.2.jre8 and cpe:/a:microsoft:sql_server:6.2.2.jre8 - the last one is the critical one…
Issue Analytics
- State:
- Created 6 years ago
- Comments:6 (3 by maintainers)
Top Results From Across the Web
Diagnosing problems with the JDBC driver - Microsoft Learn
Learn how to diagnose and troubleshoot problems like error handling, checking the driver version and tracing.
Read more >DBCC CHECKDB or CHECKTABLE returns false positives for ...
Fixes an issue that occurs when you run a DBCC CHECKDB or CHECKTABLE query against a columnstore index that has negative zero values...
Read more >Release notes - JDBC Driver for SQL Server - Microsoft Learn
This article lists the releases of the Microsoft JDBC Driver for SQL Server. For each release version, the changes are named and described....
Read more >Understanding encryption support - JDBC Driver for SQL Server
If the application doesn't request encryption, the Microsoft JDBC Driver for SQL Server won't force SQL Server to support TLS encryption.
Read more >mssql-jdbc - Sonatype OSS Index
The Azure Key Vault feature in Microsoft JDBC Driver for SQL Server depends on ... Lift catches high-risk issues and screens out likely...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
doh- I will update the patch and include it i the next release.
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.