fix(report): wordrpess scanning skipped when package is emtpy (#1150)

This commit is contained in:
Kota Kanbe
2021-01-28 08:24:03 +09:00
committed by GitHub
parent a8c0926b4f
commit 3dbdd01f97
2 changed files with 2 additions and 2 deletions

View File

@@ -339,7 +339,7 @@ type AzureConf struct {
// WpScanConf is wpscan.com config
type WpScanConf struct {
Token string `toml:"Token,omitempty" json:"-"`
Token string `toml:"token,omitempty" json:"-"`
DetectInactive bool `toml:"detectInactive,omitempty" json:"detectInactive,omitempty"`
}