mirror of
https://github.com/github/codeql.git
synced 2026-04-25 00:35:20 +02:00
docs: add further reading reusables
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
- `QL language reference <https://help.semmle.com/QL/ql-handbook>`__
|
||||
- `CodeQL tools <https://help.semmle.com/codeql/codeql-tools.html>`__
|
||||
4
docs/language/reusables/cpp-further-reading.rst
Normal file
4
docs/language/reusables/cpp-further-reading.rst
Normal 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/>`__
|
||||
|
||||
4
docs/language/reusables/csharp-further-reading.rst
Normal file
4
docs/language/reusables/csharp-further-reading.rst
Normal 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/>`__
|
||||
|
||||
3
docs/language/reusables/go-further-reading.rst
Normal file
3
docs/language/reusables/go-further-reading.rst
Normal 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/>`__
|
||||
4
docs/language/reusables/java-further-reading.rst
Normal file
4
docs/language/reusables/java-further-reading.rst
Normal 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/>`__
|
||||
|
||||
3
docs/language/reusables/javascript-further-reading.rst
Normal file
3
docs/language/reusables/javascript-further-reading.rst
Normal 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/>`__
|
||||
4
docs/language/reusables/python-further-reading.rst
Normal file
4
docs/language/reusables/python-further-reading.rst
Normal 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/>`__
|
||||
|
||||
@@ -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
|
||||
Reference in New Issue
Block a user