Documentation ¶
Overview ¶
Package javadb implements functions that wrap trivy-java-db module.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type DBClient ¶
type DBClient struct {
// contains filtered or unexported fields
}
DBClient is Trivy Java DB Client
func (*DBClient) SearchBySHA1 ¶
func (client *DBClient) SearchBySHA1(sha1 string) (jar.Properties, error)
SearchBySHA1 searches Jar Property by SHA1
Click to show internal directories.
Click to hide internal directories.