Skip to content

Commit

Permalink
Spotbugs exclusion to allow stack traces.
Browse files Browse the repository at this point in the history
Signed-off-by: Tomas Langer <[email protected]>
  • Loading branch information
tomas-langer committed Sep 18, 2024
1 parent f766e87 commit 0b331f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions logging/jul/etc/spotbugs/exclude.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright (c) 2021 Oracle and/or its affiliates.
Copyright (c) 2021, 2024 Oracle and/or its affiliates.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand All @@ -25,7 +25,7 @@
<Match>
<!-- Stack trace is written to log file -->
<Class name="io.helidon.logging.jul.HelidonFormatter"/>
<Method name="formatRow"/>
<Method name="parameters"/>
<Bug pattern="INFORMATION_EXPOSURE_THROUGH_AN_ERROR_MESSAGE"/>
</Match>

Expand Down

0 comments on commit 0b331f0

Please sign in to comment.