aboutcode-org / aboutcode-org/vulnerablecode

Collect CodeQL queries for detecting specific vulnerabilities

未關閉
#215 3 則留言 1 個 reaction 已指派 0 人 在 GitHub 檢視
Data collection
主要語言
Python
星號
702
分支
328
平均合併
3 天 8 小時
30 天內合併 PR
3

描述

https://github.com/github/codeql is a project by GitHub which is to put it simply is SQL for codebases. CodeQL queries are used by LGTM for static analysis of bad code practices.

The more interesting use of CodeQL is in finding security vulnerabilities, the way this works is you run a query designed to find say `CVE-a` on any codebase, and CodeQL determines whether the query is satisfied by the codebase(if yes than the codebase is vulnerable to `CVE-a` ).

Check this tweet.
https://twitter.com/ghsecuritylab/status/1258077647030022144

We should collect such queries and link them to `Vulnerability` objects.
See https://github.com/github/codeql/tree/master/python/ql/src/Security/CVE-2018-1281 , https://github.com/github/codeql/tree/master/java/ql/src/Security/CWE,
https://blog.mozilla.org/security/2019/11/14/adding-codeql-and-clang-to-our-bug-bounty-program/

貢獻指南

這個儲存庫沒有索引到貢獻指南

評估

這個 Issue 還沒有評估資料。

把新 issue 寄到你的電子郵件信箱

精選適合新手參與的 GitHub issue 摘要。