Skip to content

Commit b64b2cf

Browse files
authored
Merge pull request #11 from advanced-security/add-codeql-sarif-security-standard-annotator
Add blogs and YouTube learning section
2 parents 9a5a10f + eb8e54f commit b64b2cf

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

README.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,14 +88,26 @@
8888
## CodeQL Configuration Documentation
8989
- [Custom Configuration File](https://gist.github.com/bthomas2622/e520926b88ebb93e79b30f7f32ed4849)
9090

91-
## CodeQL Query Writing Documentation
91+
## CodeQL Query Writing
92+
93+
### Documentation
9294
- [How to write CodeQL Queries](https://codeql.github.com/docs/writing-codeql-queries)
9395
- [CodeQL Language Guide](https://codeql.github.com/docs/codeql-language-guides)
9496
- [QL Language reference](https://codeql.github.com/docs/ql-language-reference)
9597
- [CodeQL Standard Libraries](https://codeql.github.com/codeql-standard-libraries)
9698
- [CodeQL Query Help](https://codeql.github.com/codeql-query-help)
9799
- [Full CodeQL Documentation](https://codeql.github.com/docs/)
98100

101+
### Blogs
102+
- [CodeQL zero to hero series](https://github.blog/developer-skills/github/codeql-zero-to-hero-part-1-the-fundamentals-of-static-analysis-for-vulnerability-research/)
103+
104+
### YouTube learning
105+
- [Find bugs in your code with CodeQL](https://www.youtube.com/live/y_-pIbsr7jc?&t=310)
106+
- [Finding security vulnerabilities in JavaScript with CodeQL](https://www.youtube.com/watch?v=pYzfGaLTqC0)
107+
- [Finding security vulnerabilities in Java with CodeQL](https://www.youtube.com/watch?v=nvCd0Ee4FgE)
108+
- [Finding security vulnerabilities in C/C++ with CodeQL](https://www.youtube.com/watch?v=eAjecQrfv3o&t=98s)
109+
- [CodeQL as an Audit Oracle](https://www.youtube.com/watch?v=-bJ2Ioi7Icg&t=8s)
110+
99111
## Contribute
100112

101113
Contributions welcome! Read the [contribution guidelines](CONTRIBUTING.md) first.

0 commit comments

Comments
 (0)