mirror of
https://github.com/github/codeql.git
synced 2026-04-30 03:05:15 +02:00
Docs: Fix some broken/redirected links
This commit is contained in:
@@ -134,4 +134,4 @@ Model answer, step 4
|
||||
and sink.getNode() instanceof UnsafeDeserializationSink
|
||||
select sink.getNode().(UnsafeDeserializationSink).getMethodAccess(), source, sink, "Unsafe deserialization of $@.", source, "user input"
|
||||
|
||||
More full-featured version: https://github.com/github/security-lab/tree/main/CodeQL_Queries/java/Apache_Struts_CVE-2017-9805
|
||||
More full-featured version: https://github.com/github/securitylab/tree/main/CodeQL_Queries/java/Apache_Struts_CVE-2017-9805
|
||||
|
||||
@@ -54,7 +54,7 @@ Code injection in Apache struts
|
||||
.. note::
|
||||
|
||||
More details on the CVE can be found here: https://securitylab.github.com/research/apache-struts-CVE-2018-11776 and
|
||||
https://github.com/github/security-lab/tree/main/CodeQL_Queries/java/Apache_Struts_CVE-2018-11776
|
||||
https://github.com/github/securitylab/tree/main/CodeQL_Queries/java/Apache_Struts_CVE-2018-11776
|
||||
|
||||
More details on OGNL can be found here: https://commons.apache.org/proper/commons-ognl/
|
||||
|
||||
|
||||
@@ -159,7 +159,7 @@ Specify the language to apply syntax highlighting and the lines of the fragment
|
||||
Further details
|
||||
===============
|
||||
|
||||
- For more information on writing in reStructuredText, see http://docutils.sourceforge.net/rst.html.
|
||||
- For more information on writing in reStructuredText, see https://docutils.sourceforge.io/rst.html.
|
||||
|
||||
- For more information on Sphinx, see https://www.sphinx-doc.org.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user