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

Skip to content

Commit 131e88d

Browse files
author
james
committed
Merge remote-tracking branch 'origin/training-homepage/sd-3764' into training-homepage/sd-3764
2 parents 09a0b56 + ce2326c commit 131e88d

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

docs/language/README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ Building and previewing the QL language documentation
4949
*****************************************************
5050

5151
To build and preview the QL documentation and QL training presentations locally, you need to
52-
install Sphinx 1.7.9. More recent versions of Sphinx do not work with hieoroglyph,
52+
install Sphinx 1.7.9. More recent versions of Sphinx do not work with hieroglyph,
5353
the Sphinx extension that we use to generate HTML slides, as explained below.
5454
For installation options, see https://github.com/sphinx-doc/sphinx.
5555

docs/language/learn-ql/ql-training.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ QL training and variant analysis examples
44
QL and variant analysis
55
=======================
66

7-
`Variant analysis <https://semmle.com/variant-analysis>`__ is the process of using a known vulnerability as a seed to find similar problems in your code. Security engineers typically perform variant analysis to identify possible vulnerabilities and to ensure these threats are properly fixed across multiple code bases.
7+
`Variant analysis <https://semmle.com/variant-analysis>`__ is the process of using a known vulnerability as a seed to find similar problems in your code. Security engineers typically perform variant analysis to identify possible vulnerabilities and to ensure that these threats are properly fixed across multiple code bases.
88

99
`QL <https://semmle.com/ql>`__ is Semmle's variant analysis engine, and it is also the technology that underpins LGTM, Semmle's community driven security analysis platform. Together, QL and LGTM provide continuous monitoring and scalable variant analysis for your projects, even if you don’t have your own team of dedicated security engineers. You can read more about using QL and LGTM in variant analysis in the `Semmle blog <https://blog.semmle.com/tags/variant-analysis>`__.
1010

@@ -48,7 +48,7 @@ QL and variant analysis for Java
4848
--------------------------------
4949

5050
- `Introduction to variant analysis: QL for Java <../ql-training/java/intro-ql-java.html>`__–an introduction to variant analysis and QL for Java programmers.
51-
- `Example: Query injection <../ql-training/java/query-injection-java.html>`__–an example of iterative query development to find unsanitized SPARQL injection in a Java project.
51+
- `Example: Query injection <../ql-training/java/query-injection-java.html>`__–an example of iterative query development to find unsanitized SPARQL injections in a Java project.
5252
- `Program representation: QL for Java <../ql-training/java/program-representation-java.html>`__–information on how QL analysis represents Java programs.
5353
- `Introduction to local data flow <../ql-training/java/data-flow-java.html>`__–an introduction to analyzing local data flow in Java using QL, including an example demonstrating how to develop a query to find a real CVE.
5454
- `Exercise: Apache Struts <../ql-training/java/apache-struts-java.html>`__–an example demonstrating how to develop a data flow query.
@@ -60,4 +60,4 @@ More resources
6060
- If you are completely new to QL, look at our introductory topics in :ref:`Getting started <getting-started>`.
6161
- To find more detailed information about how to write QL queries for specific languages, visit the links in :ref:`Writing QL queries <writing-ql-queries>`.
6262
- To read more about how QL queries have been used in Semmle's security research, and to read about new QL developments, visit the `Semmle blog <https://blog.semmle.com>`__.
63-
- Find more examples of queries written by Semmle's own security researchers in the `Semmle Demos repository <https://github.com/semmle/demos>`__ on GitHub.
63+
- Find more examples of queries written by Semmle's own security researchers in the `Semmle Demos repository <https://github.com/semmle/demos>`__ on GitHub.

0 commit comments

Comments
 (0)