
metadata.messages.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!
<?xml version="1.0" encoding="UTF-8"?> <MessageCollection xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://findsecbugs.h3xstream.com/messagecollection.xsd"> <Plugin> <ShortDescription>Find Security Bugs Graph Builder</ShortDescription> <Details>Find Security Bugs is a plugin that aims to help security audit.</Details> <BugsUrl>http://find-sec-bugs.github.io/bugs.htm</BugsUrl> <AllBugsUrl>http://find-sec-bugs.github.io/bugs.htm</AllBugsUrl> </Plugin> <Detector class="com.h3xstream.findsecbugs.graph.GraphBuilder"> <Details>Method tracing to build graph</Details> </Detector> <Detector class="com.h3xstream.findsecbugs.graph.GraphGarbageCollector"> <Details>Cleanup task to shutdown the graph database. It also remove files in the case of tests</Details> </Detector> <BugPattern type="GRAPH_BUG"> <ShortDescription></ShortDescription> <LongDescription></LongDescription> <Details></Details> </BugPattern> <BugCode abbrev="SECGRAPH">Predictable Pseudo Random Generator</BugCode> </MessageCollection>
© 2015 - 2025 Weber Informatics LLC | Privacy Policy