docs: add further reading reusables

This commit is contained in:
james
2020-05-05 09:59:02 +01:00
parent 7327df0881
commit 49280ed893
8 changed files with 24 additions and 3 deletions

View File

@@ -0,0 +1,2 @@
- `QL language reference <https://help.semmle.com/QL/ql-handbook>`__
- `CodeQL tools <https://help.semmle.com/codeql/codeql-tools.html>`__

View File

@@ -0,0 +1,4 @@
- `CodeQL queries for C and C++ <https://github.com/github/codeql/tree/master/cpp/ql/src>`__
- `Example queries for C and C++ <https://github.com/github/codeql/tree/master/cpp/ql/examples>`__
- `CodeQL library reference for C and C++ <https://help.semmle.com/qldoc/cpp/>`__

View File

@@ -0,0 +1,4 @@
- `CodeQL queries for C# <https://github.com/github/codeql/tree/master/csharp/ql/src>`__
- `Example queries for C# <https://github.com/github/codeql/tree/master/csharp/ql/examples>`__
- `CodeQL library reference for C# <https://help.semmle.com/qldoc/csharp/>`__

View File

@@ -0,0 +1,3 @@
- `CodeQL queries for Go <https://github.com/github/codeql-go/tree/master/ql/src>`__
- `Example queries for Go <https://github.com/github/codeql-go/tree/master/ql/examples>`__
- `CodeQL library reference for Go <https://help.semmle.com/qldoc/go/>`__

View File

@@ -0,0 +1,4 @@
- `CodeQL queries for Java <https://github.com/github/codeql/tree/master/java/ql/src>`__
- `Example queries for Java <https://github.com/github/codeql/tree/master/java/ql/examples>`__
- `CodeQL library reference for Java <https://help.semmle.com/qldoc/java/>`__

View File

@@ -0,0 +1,3 @@
- `CodeQL queries for JavaScript <https://github.com/github/codeql/tree/master/cpp/ql/src>`__
- `Example queries for JavaScript <https://github.com/github/codeql/tree/master/cpp/ql/examples>`__
- `CodeQL library reference for JavaScript <https://help.semmle.com/qldoc/javascript/>`__

View File

@@ -0,0 +1,4 @@
- `CodeQL queries for Python <https://github.com/github/codeql/tree/master/python/ql/src>`__
- `Example queries for Python <https://github.com/github/codeql/tree/master/python/ql/examples>`__
- `CodeQL library reference for Python <https://help.semmle.com/qldoc/python/>`__

View File

@@ -1,3 +0,0 @@
- "`QL language reference <https://help.semmle.com/QL/ql-handbook/index.html>`__"
- `Python cookbook queries <https://help.semmle.com/wiki/display/CBPYTHON>`__ in the Semmle wiki
- `Python queries in action <https://lgtm.com/search?q=language%3Apython&t=rules>`__ on LGTM.com