コード例 #1
0
def removeBlacklist(cpe):
    oList = CPEList(collection, args)
    return oList.remove(cpe)
コード例 #2
0
def removeWhitelist(cpe):
    oList = CPEList(collection, args)
    return oList.remove(cpe)
コード例 #3
0
ファイル: db_whitelist.py プロジェクト: cve-search/cve-search
def removeWhitelist(cpe):
    oList = CPEList(collection, args)
    return oList.remove(cpe)
コード例 #4
0
ファイル: db_blacklist.py プロジェクト: ccavxx/cve-search
def removeBlacklist(cpe):
    oList = CPEList(collection, args)
    return oList.remove(cpe)