
metadata.findbugs.xml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of findsecbugs-graph-plugin Show documentation
Show all versions of findsecbugs-graph-plugin Show documentation
This module build graph database from the code.
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