Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c73ae53

Browse files
authored
Merge pull request #2380 from shati-patel/docs/blog-links
Docs: Update links from blog to security lab
2 parents 3d83754 + 820a112 commit c73ae53

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

docs/language/learn-ql/writing-queries/introduction-to-queries.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ When you write a custom query, we also recommend that you write a query help fil
136136
What next?
137137
==========
138138

139-
- See the queries used in real-life variant analysis on the `Semmle blog <https://blog.semmle.com/tags/variant-analysis>`__.
139+
- See the queries used in real-life variant analysis on the `GitHub Security Lab website <https://securitylab.github.com/research>`__.
140140
- To learn more about writing path queries, see :doc:`Constructing path queries <path-queries>`.
141141
- 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.
142142
- 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.

docs/language/learn-ql/writing-queries/path-queries.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ The easiest way to get started writing your own path query is to modify one of t
3737
- `JavaScript path queries <https://help.semmle.com/wiki/label/js/path-problem>`__
3838
- `Python path queries <https://help.semmle.com/wiki/label/python/path-problem>`__
3939

40-
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>`__.
40+
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>`__.
4141

4242
Constructing a path query
4343
=========================

docs/language/learn-ql/writing-queries/writing-queries.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Viewing existing CodeQL queries
3333
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>`__.
3434
You can also find all the CodeQL queries in our `open source repository on GitHub <https://github.com/semmle/ql>`__.
3535

36-
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>`__.
36+
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>`__.
3737

3838
Contributing queries
3939
********************

0 commit comments

Comments
 (0)