Documentation
¶
Index ¶
- Constants
- func AnalysisTypeSelector(analysisType int) string
- func DecryptAESGCM(cipherBase64 string) (string, error)
- func EncryptAESGCM(plainText string) (cipherBase64 string, err error)
- func EnvironmentTypeSelector(environmentType int) (string, error)
- func GetAnalysisType(analyzer string) (analysisType int)
- func GetEnvironmentType(environmentType string) (envType int)
Constants ¶
View Source
const ( BOM = "bom" VULN = "vuln" )
View Source
const ( LOCALHOSTURL = "LvP/3uiWyFaw7vyI97Xkg2Od4FgGGguDZ+K9h9r1I7yAH/n7tRk=" TAPPURL = "LvP/3qGDyBWr6POQsrvnnnfNsRpVWkGq2PUh8klXC2+ksb06MLmhyISj3ii+bE4V" PRODURL = "" // Not Available )
Variables ¶
This section is empty.
Functions ¶
func AnalysisTypeSelector ¶
func DecryptAESGCM ¶
DecryptAESGCM decrypts base64 ciphertext using fixed key and IV
func EncryptAESGCM ¶
EncryptAESGCM encrypts plaintext using fixed key and IV
func EnvironmentTypeSelector ¶
func GetAnalysisType ¶
func GetEnvironmentType ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.