QL docs: Update links to blog/demos

This commit is contained in:
Shati Patel
2019-11-19 15:06:26 +00:00
parent c73ae5399d
commit 49c2398bda
5 changed files with 8 additions and 9 deletions

View File

@@ -58,7 +58,7 @@ RCE in Apache Struts
- Disclosed as `CVE-2017-9805 <http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-9805>`__
- Blog post: https://blog.semmle.com/apache-struts-vulnerability-cve-2017-9805/
- Blog post: https://securitylab.github.com/research/apache-struts-vulnerability-cve-2017-9805
Finding the RCE yourself
========================
@@ -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/Semmle/demos/tree/master/ql_demos/java/Apache_Struts_CVE-2017-9805
More full-featured version: https://github.com/github/security-lab/tree/master/CodeQL_Queries/java/Apache_Struts_CVE-2017-9805