vulndb.h
来自「源码漏洞检查」· C头文件 代码 · 共 23 行
H
23 行
/* vulndb.H * John Viega * * Jan 28-29 2000 */#ifndef __VULNDB_H__#define __VULNDB_H__#include "vulninfo.H"#include "dict.H"void InitVulnDB();VulnInfo* GetVulnInfo(char *name);char *GetNameById(int);void AddIgnore(char *name);void ScanIgnoreFile(char *name);// No LimitFile... it's easier to modify a database and use that.// The ignore file might have even been a bad idea.void AddLimit(char *name);void AddRecord(char *name, int desc, int repair, int risk, int hndlr, int inp);#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?