This commit is contained in:
Anders Schack-Mulligen
2020-10-29 15:30:09 +01:00
parent 7f9713956f
commit e3ba05937f

View File

@@ -0,0 +1,4 @@
lgtm,codescanning
* The query "Information exposure through a stack trace" (`java/stack-trace-exposure`) has been
improved to report fewer false positives when `super.printStackTrace()` is called
in an overridden method.