All Downloads are FREE. Search and download functionalities are using the official Maven repository.

metadata.findbugs.xml Maven / Gradle / Ivy

The newest version!
<FindbugsPlugin xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
                xsi:noNamespaceSchemaLocation="https://raw.githubusercontent.com/spotbugs/spotbugs/master/spotbugs/etc/findbugsplugin.xsd"
                pluginid="com.h3xstream.findsecbugs.graph"
                provider="Find Security Bugs Graph Builder"
                defaultenabled="true"
                website="https://find-sec-bugs.github.io">

    <!-- Registers engine for taint analysis dataflow -->
    <EngineRegistrar class="com.h3xstream.findsecbugs.taintanalysis.EngineRegistrar"/>

    <Detector class="com.h3xstream.findsecbugs.graph.GraphBuilder" reports="GRAPH_BUG"/>
    <Detector class="com.h3xstream.findsecbugs.graph.GraphGarbageCollector" reports="GRAPH_BUG"/>
    <BugPattern type="GRAPH_BUG" abbrev="SECGRAPH" category="SECURITY"/>

</FindbugsPlugin>




© 2015 - 2025 Weber Informatics LLC | Privacy Policy