mirror of
https://github.com/github/codeql.git
synced 2026-04-26 01:05:15 +02:00
Docs: Update links from blog to security lab
This commit is contained in:
@@ -136,7 +136,7 @@ When you write a custom query, we also recommend that you write a query help fil
|
||||
What next?
|
||||
==========
|
||||
|
||||
- See the queries used in real-life variant analysis on the `Semmle blog <https://blog.semmle.com/tags/variant-analysis>`__.
|
||||
- See the queries used in real-life variant analysis on the `GitHub Security Lab website <https://securitylab.github.com/research>`__.
|
||||
- To learn more about writing path queries, see :doc:`Constructing path queries <path-queries>`.
|
||||
- Take a look at the `built-in queries <https://help.semmle.com/wiki/display/QL/Built-in+queries>`__ to see examples of the queries included in CodeQL.
|
||||
- Explore the `query cookbooks <https://help.semmle.com/wiki/display/QL/QL+cookbooks>`__ to see how to access the basic language elements contained in the CodeQL libraries.
|
||||
|
||||
@@ -37,7 +37,7 @@ The easiest way to get started writing your own path query is to modify one of t
|
||||
- `JavaScript path queries <https://help.semmle.com/wiki/label/js/path-problem>`__
|
||||
- `Python path queries <https://help.semmle.com/wiki/label/python/path-problem>`__
|
||||
|
||||
The Semmle security research team have used path queries to find security vulnerabilities in various open source projects. To see articles describing how these queries were written, as well as other posts describing other aspects of security research such as exploiting vulnerabilities, browse the security posts on the `Semmle blog <https://blog.semmle.com/tags/security>`__.
|
||||
The Security lab researchers have used path queries to find security vulnerabilities in various open source projects. To see articles describing how these queries were written, as well as other posts describing other aspects of security research such as exploiting vulnerabilities, see the `GitHub Security Lab website <https://securitylab.github.com/research>`__.
|
||||
|
||||
Constructing a path query
|
||||
=========================
|
||||
|
||||
@@ -33,7 +33,7 @@ Viewing existing CodeQL queries
|
||||
The easiest way to get started writing your own queries is to modify an existing query. To see these queries, or to try out the CodeQL query cookbooks, visit `Exploring CodeQL queries <https://help.semmle.com/QL/ql-explore-queries.html>`__.
|
||||
You can also find all the CodeQL queries in our `open source repository on GitHub <https://github.com/semmle/ql>`__.
|
||||
|
||||
You can also find examples of queries developed to find security vulnerabilities and bugs in open-source software projects in the `Semmle demos GitHub repository <https://github.com/semmle/demos>`__ and the `Semmle blog <https://blog.semmle.com/tags/security>`__.
|
||||
You can also find examples of queries developed to find security vulnerabilities and bugs in open-source software projects on the `GitHub Security Lab website <https://securitylab.github.com/research>`__ and in the associated `repository <https://github.com/github/security-lab>`__.
|
||||
|
||||
Contributing queries
|
||||
********************
|
||||
|
||||
Reference in New Issue
Block a user