jar

com.h3xstream.findsecbugs : findsecbugs-plugin

Maven & Gradle

Apr 06, 2022
44 usages
1.7k stars

OWASP Find Security Bugs Plugin · Core module of the project. It include all the SpotBugs detectors. The resulting jar is the published plugin.

Table Of Contents

Latest Version

Download com.h3xstream.findsecbugs : findsecbugs-plugin JAR file - Latest Versions:

All Versions

Download com.h3xstream.findsecbugs : findsecbugs-plugin JAR file - All Versions:

Version Vulnerabilities Size Updated
1.12.x
1.11.x
1.10.x
1.9.x
1.8.x
1.7.x
1.6.x
1.5.x
1.4.x
1.3.x
1.2.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window findsecbugs-plugin-1.12.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.h3xstream.findsecbugs.template

├─ com.h3xstream.findsecbugs.template.FreemarkerDetector.class - [JAR]

├─ com.h3xstream.findsecbugs.template.PebbleDetector.class - [JAR]

├─ com.h3xstream.findsecbugs.template.VelocityDetector.class - [JAR]

com.h3xstream.findsecbugs.injection

├─ com.h3xstream.findsecbugs.injection.AbstractInjectionDetector.class - [JAR]

├─ com.h3xstream.findsecbugs.injection.AbstractTaintDetector.class - [JAR]

├─ com.h3xstream.findsecbugs.injection.BasicInjectionDetector.class - [JAR]

├─ com.h3xstream.findsecbugs.injection.ClassMethodSignature.class - [JAR]

├─ com.h3xstream.findsecbugs.injection.InjectionPoint.class - [JAR]

├─ com.h3xstream.findsecbugs.injection.InjectionSink.class - [JAR]

├─ com.h3xstream.findsecbugs.injection.InjectionSource.class - [JAR]

├─ com.h3xstream.findsecbugs.injection.LegacyInjectionDetector.class - [JAR]

├─ com.h3xstream.findsecbugs.injection.MethodAndSink.class - [JAR]

├─ com.h3xstream.findsecbugs.injection.SinksLoader.class - [JAR]

com.h3xstream.findsecbugs.file

├─ com.h3xstream.findsecbugs.file.FileUploadFilenameDetector.class - [JAR]

├─ com.h3xstream.findsecbugs.file.OverlyPermissiveFilePermissionDetector.class - [JAR]

├─ com.h3xstream.findsecbugs.file.PathTraversalDetector.class - [JAR]

├─ com.h3xstream.findsecbugs.file.SuspiciousCommandDetector.class - [JAR]

com.h3xstream.findsecbugs.wicket

├─ com.h3xstream.findsecbugs.wicket.WicketXssComponentDetector.class - [JAR]

com.h3xstream.findsecbugs.injection.ssrf

├─ com.h3xstream.findsecbugs.injection.ssrf.SSRFDetector.class - [JAR]

com.h3xstream.findsecbugs.cookie

├─ com.h3xstream.findsecbugs.cookie.CookieFlagsDetector.class - [JAR]

├─ com.h3xstream.findsecbugs.cookie.CookieReadDetector.class - [JAR]

├─ com.h3xstream.findsecbugs.cookie.PersistentCookieDetector.class - [JAR]

├─ com.h3xstream.findsecbugs.cookie.UrlRewritingDetector.class - [JAR]

com.h3xstream.findsecbugs.kotlin

├─ com.h3xstream.findsecbugs.kotlin.KotlinHardcodePasswordInMapDetector.class - [JAR]

├─ com.h3xstream.findsecbugs.kotlin.KotlinHardcodedPasswordEqualsDetector.class - [JAR]

com.h3xstream.findsecbugs.injection.smtp

├─ com.h3xstream.findsecbugs.injection.smtp.SmtpHeaderInjectionDetector.class - [JAR]

com.h3xstream.findsecbugs.injection.http

├─ com.h3xstream.findsecbugs.injection.http.HttpParameterPollutionDetector.class - [JAR]

com.h3xstream.findsecbugs.endpoint

├─ com.h3xstream.findsecbugs.endpoint.JaxRsEndpointDetector.class - [JAR]

├─ com.h3xstream.findsecbugs.endpoint.JaxWsEndpointDetector.class - [JAR]

├─ com.h3xstream.findsecbugs.endpoint.ServletEndpointDetector.class - [JAR]

├─ com.h3xstream.findsecbugs.endpoint.SpringMvcEndpointDetector.class - [JAR]

├─ com.h3xstream.findsecbugs.endpoint.Struts1EndpointDetector.class - [JAR]

├─ com.h3xstream.findsecbugs.endpoint.Struts2EndpointDetector.class - [JAR]

├─ com.h3xstream.findsecbugs.endpoint.TapestryEndpointDetector.class - [JAR]

├─ com.h3xstream.findsecbugs.endpoint.WicketEndpointDetector.class - [JAR]

com.h3xstream.findsecbugs.common

├─ com.h3xstream.findsecbugs.common.ByteCode.class - [JAR]

├─ com.h3xstream.findsecbugs.common.InterfaceUtils.class - [JAR]

├─ com.h3xstream.findsecbugs.common.JspUtils.class - [JAR]

├─ com.h3xstream.findsecbugs.common.StackUtils.class - [JAR]

├─ com.h3xstream.findsecbugs.common.TaintUtil.class - [JAR]

com.h3xstream.findsecbugs.spring

├─ com.h3xstream.findsecbugs.spring.CorsRegistryCORSDetector.class - [JAR]

├─ com.h3xstream.findsecbugs.spring.SignatureParserWithGeneric.class - [JAR]

├─ com.h3xstream.findsecbugs.spring.SpringEntityLeakDetector.class - [JAR]

├─ com.h3xstream.findsecbugs.spring.SpringUnvalidatedRedirectDetector.class - [JAR]

com.h3xstream.findsecbugs.crypto

├─ com.h3xstream.findsecbugs.crypto.BadHexadecimalConversionDetector.class - [JAR]

├─ com.h3xstream.findsecbugs.crypto.CipherWithNoIntegrityDetector.class - [JAR]

├─ com.h3xstream.findsecbugs.crypto.CustomMessageDigestDetector.class - [JAR]

├─ com.h3xstream.findsecbugs.crypto.ErrorMessageExposureDetector.class - [JAR]

├─ com.h3xstream.findsecbugs.crypto.EsapiEncryptorDetector.class - [JAR]

├─ com.h3xstream.findsecbugs.crypto.HazelcastSymmetricEncryptionDetector.class - [JAR]

├─ com.h3xstream.findsecbugs.crypto.InsecureSmtpSslDetector.class - [JAR]

├─ com.h3xstream.findsecbugs.crypto.InsufficientKeySizeBlowfishDetector.class - [JAR]

├─ com.h3xstream.findsecbugs.crypto.InsufficientKeySizeRsaDetector.class - [JAR]

├─ com.h3xstream.findsecbugs.crypto.NullCipherDetector.class - [JAR]

├─ com.h3xstream.findsecbugs.crypto.StaticIvDetector.class - [JAR]

├─ com.h3xstream.findsecbugs.crypto.UnencryptedServerSocketDetector.class - [JAR]

├─ com.h3xstream.findsecbugs.crypto.UnencryptedSocketDetector.class - [JAR]

├─ com.h3xstream.findsecbugs.crypto.WeakMessageDigestDetector.class - [JAR]

├─ com.h3xstream.findsecbugs.crypto.WeakTLSDetector.class - [JAR]

├─ com.h3xstream.findsecbugs.crypto.WeakTrustManagerDetector.class - [JAR]

com.h3xstream.findsecbugs.crypto.cipher

├─ com.h3xstream.findsecbugs.crypto.cipher.CipherDetector.class - [JAR]

├─ com.h3xstream.findsecbugs.crypto.cipher.DesUsageDetector.class - [JAR]

├─ com.h3xstream.findsecbugs.crypto.cipher.RsaNoPaddingDetector.class - [JAR]

├─ com.h3xstream.findsecbugs.crypto.cipher.TDesUsageDetector.class - [JAR]

com.h3xstream.findsecbugs.injection.beans

├─ com.h3xstream.findsecbugs.injection.beans.BeanInjectionDetector.class - [JAR]

com.h3xstream.findsecbugs.common.matcher

├─ com.h3xstream.findsecbugs.common.matcher.InstructionDSL.class - [JAR]

├─ com.h3xstream.findsecbugs.common.matcher.InvokeMatcherBuilder.class - [JAR]

com.h3xstream.findsecbugs.serial

├─ com.h3xstream.findsecbugs.serial.DeserializationGadgetDetector.class - [JAR]

├─ com.h3xstream.findsecbugs.serial.ObjectDeserializationDetector.class - [JAR]

├─ com.h3xstream.findsecbugs.serial.UnsafeJacksonDeserializationDetector.class - [JAR]

com.h3xstream.findsecbugs.xpath

├─ com.h3xstream.findsecbugs.xpath.XPathInjectionDetector.class - [JAR]

com.h3xstream.findsecbugs

├─ com.h3xstream.findsecbugs.BCELUtil.class - [JAR]

├─ com.h3xstream.findsecbugs.DangerousPermissionCombination.class - [JAR]

├─ com.h3xstream.findsecbugs.ExternalConfigurationControlDetector.class - [JAR]

├─ com.h3xstream.findsecbugs.FindSecBugsGlobalConfig.class - [JAR]

├─ com.h3xstream.findsecbugs.HttpResponseSplittingDetector.class - [JAR]

├─ com.h3xstream.findsecbugs.ImproperHandlingUnicodeDetector.class - [JAR]

├─ com.h3xstream.findsecbugs.ModificationAfterValidationDetector.class - [JAR]

├─ com.h3xstream.findsecbugs.NormalizationAfterValidationDetector.class - [JAR]

├─ com.h3xstream.findsecbugs.PermissiveCORSDetector.class - [JAR]

├─ com.h3xstream.findsecbugs.PredictableRandomDetector.class - [JAR]

├─ com.h3xstream.findsecbugs.ReDosDetector.class - [JAR]

├─ com.h3xstream.findsecbugs.RedosAnnotationDetector.class - [JAR]

├─ com.h3xstream.findsecbugs.RegexRedosAnalyzer.class - [JAR]

├─ com.h3xstream.findsecbugs.StrutsValidatorFormDetector.class - [JAR]

├─ com.h3xstream.findsecbugs.WeakFilenameUtilsMethodDetector.class - [JAR]

com.h3xstream.findsecbugs.jsp

├─ com.h3xstream.findsecbugs.jsp.JspIncludeDetector.class - [JAR]

├─ com.h3xstream.findsecbugs.jsp.JspSpringEvalDetector.class - [JAR]

├─ com.h3xstream.findsecbugs.jsp.JstlOutDetector.class - [JAR]

├─ com.h3xstream.findsecbugs.jsp.XslTransformJspDetector.class - [JAR]

com.h3xstream.findsecbugs.injection.script

├─ com.h3xstream.findsecbugs.injection.script.OgnlInjectionDetector.class - [JAR]

├─ com.h3xstream.findsecbugs.injection.script.ScriptInjectionDetector.class - [JAR]

├─ com.h3xstream.findsecbugs.injection.script.SpelViewDetector.class - [JAR]

com.h3xstream.findsecbugs.taintanalysis.extra

├─ com.h3xstream.findsecbugs.taintanalysis.extra.JstlExpressionWhiteLister.class - [JAR]

├─ com.h3xstream.findsecbugs.taintanalysis.extra.PotentialValueTracker.class - [JAR]

com.h3xstream.findsecbugs.taintanalysis

├─ com.h3xstream.findsecbugs.taintanalysis.EngineRegistrar.class - [JAR]

├─ com.h3xstream.findsecbugs.taintanalysis.InvalidStateException.class - [JAR]

├─ com.h3xstream.findsecbugs.taintanalysis.Taint.class - [JAR]

├─ com.h3xstream.findsecbugs.taintanalysis.TaintAnalysis.class - [JAR]

├─ com.h3xstream.findsecbugs.taintanalysis.TaintClassConfig.class - [JAR]

├─ com.h3xstream.findsecbugs.taintanalysis.TaintConfig.class - [JAR]

├─ com.h3xstream.findsecbugs.taintanalysis.TaintConfigLoader.class - [JAR]

├─ com.h3xstream.findsecbugs.taintanalysis.TaintDataflow.class - [JAR]

├─ com.h3xstream.findsecbugs.taintanalysis.TaintDataflowEngine.class - [JAR]

├─ com.h3xstream.findsecbugs.taintanalysis.TaintFieldConfig.class - [JAR]

├─ com.h3xstream.findsecbugs.taintanalysis.TaintFrame.class - [JAR]

├─ com.h3xstream.findsecbugs.taintanalysis.TaintFrameAdditionalVisitor.class - [JAR]

├─ com.h3xstream.findsecbugs.taintanalysis.TaintFrameModelingVisitor.class - [JAR]

├─ com.h3xstream.findsecbugs.taintanalysis.TaintMethodConfig.class - [JAR]

├─ com.h3xstream.findsecbugs.taintanalysis.TaintMethodConfigWithArgumentsAndLocation.class - [JAR]

├─ com.h3xstream.findsecbugs.taintanalysis.TaintTypeConfig.class - [JAR]

com.h3xstream.findsecbugs.ldap

├─ com.h3xstream.findsecbugs.ldap.AnonymousLdapDetector.class - [JAR]

├─ com.h3xstream.findsecbugs.ldap.LdapEntryPoisoningDetector.class - [JAR]

com.h3xstream.findsecbugs.injection.fileDisclosure

├─ com.h3xstream.findsecbugs.injection.fileDisclosure.FileDisclosureDetector.class - [JAR]

com.h3xstream.findsecbugs.csrf

├─ com.h3xstream.findsecbugs.csrf.SpringCsrfProtectionDisabledDetector.class - [JAR]

├─ com.h3xstream.findsecbugs.csrf.SpringCsrfUnrestrictedRequestMappingDetector.class - [JAR]

com.h3xstream.findsecbugs.taintanalysis.data

├─ com.h3xstream.findsecbugs.taintanalysis.data.TaintLocation.class - [JAR]

├─ com.h3xstream.findsecbugs.taintanalysis.data.UnknownSource.class - [JAR]

├─ com.h3xstream.findsecbugs.taintanalysis.data.UnknownSourceType.class - [JAR]

com.h3xstream.findsecbugs.injection.aws

├─ com.h3xstream.findsecbugs.injection.aws.AwsQueryInjectionDetector.class - [JAR]

com.h3xstream.findsecbugs.password

├─ com.h3xstream.findsecbugs.password.AbstractHardcodePasswordInMapDetector.class - [JAR]

├─ com.h3xstream.findsecbugs.password.AbstractHardcodedPasswordEqualsDetector.class - [JAR]

├─ com.h3xstream.findsecbugs.password.ConstantPasswordDetector.class - [JAR]

├─ com.h3xstream.findsecbugs.password.GoogleApiKeyDetector.class - [JAR]

├─ com.h3xstream.findsecbugs.password.HardcodePasswordInMapDetector.class - [JAR]

├─ com.h3xstream.findsecbugs.password.HardcodedPasswordEqualsDetector.class - [JAR]

├─ com.h3xstream.findsecbugs.password.HashUnsafeEqualsDetector.class - [JAR]

├─ com.h3xstream.findsecbugs.password.IntuitiveHardcodePasswordDetector.class - [JAR]

├─ com.h3xstream.findsecbugs.password.JschPasswordDetector.class - [JAR]

com.h3xstream.findsecbugs.android

├─ com.h3xstream.findsecbugs.android.BroadcastDetector.class - [JAR]

├─ com.h3xstream.findsecbugs.android.ExternalFileAccessDetector.class - [JAR]

├─ com.h3xstream.findsecbugs.android.GeolocationDetector.class - [JAR]

├─ com.h3xstream.findsecbugs.android.WebViewJavascriptEnabledDetector.class - [JAR]

├─ com.h3xstream.findsecbugs.android.WebViewJavascriptInterfaceDetector.class - [JAR]

├─ com.h3xstream.findsecbugs.android.WorldWritableDetector.class - [JAR]

com.h3xstream.findsecbugs.xml

├─ com.h3xstream.findsecbugs.xml.EnabledExtensionsInApacheXmlRpcDetector.class - [JAR]

├─ com.h3xstream.findsecbugs.xml.StdXmlTransformDetector.class - [JAR]

├─ com.h3xstream.findsecbugs.xml.TransformerFactoryDetector.class - [JAR]

├─ com.h3xstream.findsecbugs.xml.XmlDecoderDetector.class - [JAR]

├─ com.h3xstream.findsecbugs.xml.XmlStreamReaderDetector.class - [JAR]

├─ com.h3xstream.findsecbugs.xml.XxeDetector.class - [JAR]

com.h3xstream.findsecbugs.groovy

├─ com.h3xstream.findsecbugs.groovy.GroovyShellDetector.class - [JAR]

com.h3xstream.findsecbugs.injection.command

├─ com.h3xstream.findsecbugs.injection.command.CommandInjectionDetector.class - [JAR]

com.h3xstream.findsecbugs.xss

├─ com.h3xstream.findsecbugs.xss.XSSRequestWrapperDetector.class - [JAR]

├─ com.h3xstream.findsecbugs.xss.XssJspDetector.class - [JAR]

├─ com.h3xstream.findsecbugs.xss.XssServletDetector.class - [JAR]

com.h3xstream.findsecbugs.injection.redirect

├─ com.h3xstream.findsecbugs.injection.redirect.RedirectionSource.class - [JAR]

├─ com.h3xstream.findsecbugs.injection.redirect.UnvalidatedRedirectDetector.class - [JAR]

com.h3xstream.findsecbugs.injection.ldap

├─ com.h3xstream.findsecbugs.injection.ldap.LdapInjectionDetector.class - [JAR]

com.h3xstream.findsecbugs.injection.formatter

├─ com.h3xstream.findsecbugs.injection.formatter.FormatStringManipulationDetector.class - [JAR]

com.h3xstream.findsecbugs.injection.crlf

├─ com.h3xstream.findsecbugs.injection.crlf.CrlfLogInjectionDetector.class - [JAR]

com.h3xstream.findsecbugs.scala

├─ com.h3xstream.findsecbugs.scala.PlayUnvalidatedRedirectDetector.class - [JAR]

├─ com.h3xstream.findsecbugs.scala.ScalaSensitiveDataExposureDetector.class - [JAR]

├─ com.h3xstream.findsecbugs.scala.SslDisablerDetector.class - [JAR]

├─ com.h3xstream.findsecbugs.scala.XssMvcApiDetector.class - [JAR]

├─ com.h3xstream.findsecbugs.scala.XssTwirlDetector.class - [JAR]

com.h3xstream.findsecbugs.saml

├─ com.h3xstream.findsecbugs.saml.SamlIgnoreCommentsDetector.class - [JAR]

com.h3xstream.findsecbugs.injection.sql

├─ com.h3xstream.findsecbugs.injection.sql.AndroidSqlInjectionDetector.class - [JAR]

├─ com.h3xstream.findsecbugs.injection.sql.SqlInjectionDetector.class - [JAR]

com.h3xstream.findsecbugs.injection.trust

├─ com.h3xstream.findsecbugs.injection.trust.TrustBoundaryViolationAttributeDetector.class - [JAR]

├─ com.h3xstream.findsecbugs.injection.trust.TrustBoundaryViolationValueDetector.class - [JAR]

com.h3xstream.findsecbugs.injection.custom

├─ com.h3xstream.findsecbugs.injection.custom.CustomInjectionDetector.class - [JAR]