forked from sermant-io/Sermant
-
Notifications
You must be signed in to change notification settings - Fork 0
/
suppressions.xml
14 lines (14 loc) · 975 Bytes
/
suppressions.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?xml version="1.0"?>
<!DOCTYPE suppressions PUBLIC
"-//Checkstyle//DTD SuppressionFilter Configuration 1.2//EN"
"https://checkstyle.org/dtds/suppressions_1_2.dtd">
<suppressions>
<suppress files=".+Application\.java" checks="HideUtilityClassConstructor"/>
<!-- The AgentLoader test script does not check the UncommentedMain -->
<suppress files="sermant-integration-tests/scripts/AgentLoader.java" checks="UncommentedMain"/>
<suppress files="io.sermant.premain.AgentLauncher.java" checks="IllegalCatch"/>
<suppress files="io.sermant.core.plugin.agent.collector.PluginCollector.java" checks="IllegalCatch"/>
<!-- The section returns null and skips the execution of the HttpInvokerServiceExporter.handleRequest method
to prevent the CVE-2016-1000027 vulnerability deserialization from executing malicious code-->
<suppress files="io.sermant.backend.aop.HttpInvokerServiceAspect.java" checks="RegexpSingleline"/>
</suppressions>