This is an automated email from the ASF dual-hosted git repository.
ccaominh pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/druid.git
The following commit(s) were added to refs/heads/master by this push:
new 9888268 Suppress LGTM warnings about stack trace exposure (#9631)
9888268 is described below
commit 9888268000d0b983e19f9888af9d576a49d7e5f5
Author: Suneet Saldanha <[email protected]>
AuthorDate: Thu Apr 9 17:31:03 2020 -0700
Suppress LGTM warnings about stack trace exposure (#9631)
Since Druid is an open source project, these warnings are not concerning
as the information it may potentially leak is already available in the open.
---
.lgtm.yml | 3 +++
1 file changed, 3 insertions(+)
diff --git a/.lgtm.yml b/.lgtm.yml
index 12e1171..abcba17 100644
--- a/.lgtm.yml
+++ b/.lgtm.yml
@@ -13,6 +13,9 @@
# See the License for the specific language governing permissions and
# limitations under the License.
+queries:
+ # Exclude stack trace exposure warnings because this project is open source.
+ - exclude: java/stack-trace-exposure
extraction:
java:
index:
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]