From e36442e7a1d95bb918c897e8ad61dde2e8302707 Mon Sep 17 00:00:00 2001 From: Xavier RENE-CORAIL Date: Fri, 21 Jan 2022 11:41:44 -0800 Subject: [PATCH] Update README.md [URGENT] Needed for supporting the Junior security researcher hiring exercise --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 8eb63db..220e7c5 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,7 @@ This is the main git repository of [GitHub Security Lab](https://securitylab.github.com/). We use it for these main purposes: +* We share with our community some best practices about security research and vulnerability disclosures in our [docs](/docs) * We use [issues on this repo](https://github.com/github/securitylab/issues?q=is%3Aissue+is%3Aopen+label%3A%22All+For+One%22) to track CodeQL [bounty requests](https://securitylab.github.com/bounties). * We use it for publishing some of our proof-of-concept exploits (after the vulnerability has been fixed). These PoCs can be found in the [SecurityExploits](SecurityExploits) sub-directory. * Examples of CodeQL queries, which can be found in the [CodeQL_Queries](CodeQL_Queries) sub-directory.