Skip to content

Commit 0498fd2

Browse files
Revise README for CodeQL Zero to Hero material
Updated README to reflect changes in the CodeQL Zero to Hero series and added new links.
1 parent fe07192 commit 0498fd2

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
# CodeQL Zero To Hero challenges
1+
# CodeQL Zero To Hero accompanying material
22

3-
This repository contains challenges for the CodeQL Zero to Hero blog post series.
4-
5-
- [CodeQL zero to hero part 1: the fundamentals of static analysis for vulnerability research](https://github.blog/2023-03-31-codeql-zero-to-hero-part-1-the-fundamentals-of-static-analysis-for-vulnerability-research/). The challenges accompanying the blog post are in [folder 1.](https://github.com/GitHubSecurityLab/codeql-zero-to-hero/tree/main/1)
6-
- [CodeQL zero to hero part 2: getting started with CodeQL](https://github.blog/2023-06-15-codeql-zero-to-hero-part-2-getting-started-with-codeql/). The challenges accompanying the blog post are in [folder 2.](https://github.com/GitHubSecurityLab/codeql-zero-to-hero/tree/main/2)
7-
- [CodeQL zero to hero part 3: security research](https://github.blog/2024-04-29-codeql-zero-to-hero-part-3-security-research-with-codeql/). The challenges accompanying the blog post are in [folder 3](https://github.com/GitHubSecurityLab/codeql-zero-to-hero/tree/main/3).
8-
- [CodeQL zero to hero part 4: Gradio case study](). The challenges accompanying the blog post are in [folder 3](https://github.com/GitHubSecurityLab/codeql-zero-to-hero/tree/main/3).
3+
Challenges, CodeQL queries, CodeQL databases, and material for the CodeQL Zero to Hero blog post series.
4+
- [CodeQL zero to hero part 1: the fundamentals of static analysis for vulnerability research](https://github.blog/2023-03-31-codeql-zero-to-hero-part-1-the-fundamentals-of-static-analysis-for-vulnerability-research/)
5+
- [CodeQL zero to hero part 2: getting started with CodeQL](https://github.blog/2023-06-15-codeql-zero-to-hero-part-2-getting-started-with-codeql/)
6+
- [CodeQL zero to hero part 3: security research](https://github.blog/2024-04-29-codeql-zero-to-hero-part-3-security-research-with-codeql/)
7+
- [CodeQL zero to hero part 4: Gradio case study](https://github.blog/security/vulnerability-research/codeql-zero-to-hero-part-4-gradio-framework-case-study/)
8+
- CodeQL zero to hero part 5: debugging queries

0 commit comments

Comments
 (0)