Documentation
¶
Index ¶
- Variables
- func ClearBlackListPlugin(blackList []string)
- func CorePluginHash() (string, error)
- func GetAllCorePluginName() []string
- func GetCorePluginData(name string) []byte
- func GetCorePluginDataWithHook(name string) []byte
- func OverWriteCorePluginToLocal()
- func OverWriteYakPlugin(name string, scriptData *schema.YakScript, enableGenerateParam bool)
- func ParseProjectWithAutoDetective(ctx context.Context, path, language string, compileImmediately bool, ...) (*autoDetectInfo, *ssaapi.Program, func(), error)
- func RegisterLoadCorePluginHook(hook func(name string, source string) string)
- type PlugInfo
Constants ¶
This section is empty.
Variables ¶
View Source
var BlackListCorePlugin = []string{
"启发式SQL注入检测",
}
View Source
var LoadCorePluginHooks = []func(name string, source string) string{}
Functions ¶
func ClearBlackListPlugin ¶
func ClearBlackListPlugin(blackList []string)
func CorePluginHash ¶
func GetAllCorePluginName ¶
func GetAllCorePluginName() []string
func GetCorePluginData ¶
func OverWriteYakPlugin ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.