Skip to content

Commit 4155311

Browse files
committed
README: Add common landing page
1 parent 02a26fe commit 4155311

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

README.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
<h1 align="center">GitHub Universe workshops: Finding security vulnerabilities with CodeQL</h1>
2+
3+
> CodeQL is GitHub's expressive language and engine for code analysis, which allows you to explore source code to find bugs and security vulnerabilities. During these beginner-friendly workshops, you will learn to write queries in CodeQL to find specific security vulnerabilities in open-source code.
4+
5+
## Workshops
6+
7+
This repositories contains multiple workshops, delivered at GitHub Universe in different years. Please choose the workshop you are interested in.
8+
9+
- [GitHub Universe 2021](workshop-2021) - Finding security vulnerabilities in Java with CodeQL
10+
- [GitHub Universe 2020](workshop-2020) - Finding security vulnerabilities in C/C++ with CodeQL
11+
12+
## :books: Resources
13+
- Learn more about [CodeQL](https://codeql.github.com)
14+
15+
## License
16+
17+
The code in this repository is licensed under the [MIT License](LICENSE) by GitHub.

0 commit comments

Comments
 (0)