This repository has been archived by the owner on Aug 18, 2022. It is now read-only.
forked from github/codeql
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1 from github/hohn-readme
Basic README
- Loading branch information
Showing
1 changed file
with
18 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,18 @@ | ||
# codeql-training-material | ||
Material for teaching CodeQL. | ||
# Introduction | ||
This repository contains material for teaching CodeQL. The presentations are | ||
split by the programming language they present, currently c++, csharp, go, java | ||
and javascript. | ||
|
||
# Contributing | ||
Depending on the contribution, use a single file or a directory. | ||
- Single-file presentations are in their language's directory, e.g., | ||
`java/workshop-java-mismatched-loop-condition.md` | ||
- Multi-file presentations use whole directories, e.g., `c++/introduction/` houses | ||
`codeql-workshop-for-cpp.md` and several subdirectories. | ||
|
||
While this repository is private, new content can be pushed directly to master. | ||
Minor fixes (typos, broken urls, grammar, etc.) likewise don't benefit from a pull | ||
request and can be pushed directly. Significant changes should use a pull | ||
request. | ||
|
||
|