question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

False positive: Microsoft JDBC driver reported as Microsoft SQL Server

See original GitHub issue

False 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:closed
  • Created 6 years ago
  • Comments:6 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
jeremylongcommented, Jan 16, 2018

doh- I will update the patch and include it i the next release.

0reactions
lock[bot]commented, Sep 27, 2018

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.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found