Skip to content

Commit b632947

Browse files
authored
Merge pull request #14705 from geoffw0/qhelplink
Fix a dead ReDoS link in docs
2 parents 5a9867c + e8a466a commit b632947

File tree

9 files changed

+9
-9
lines changed

9 files changed

+9
-9
lines changed

java/ql/lib/semmle/code/java/security/regexp/ExponentialBackTracking.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*
44
* James Kirrage, Asiri Rathnayake, Hayo Thielecke: Static Analysis for
55
* Regular Expression Denial-of-Service Attacks. NSS 2013.
6-
* (http://www.cs.bham.ac.uk/~hxt/research/reg-exp-sec.pdf)
6+
* (https://arxiv.org/abs/1301.0849)
77
* Asiri Rathnayake, Hayo Thielecke: Static Analysis for Regular Expression
88
* Exponential Runtime via Substructural Logics. 2014.
99
* (https://www.cs.bham.ac.uk/~hxt/research/redos_full.pdf)

java/ql/src/Security/CWE/CWE-730/ReDoSReferences.inc.qhelp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<li>Wikipedia: <a href="https://en.wikipedia.org/wiki/ReDoS">ReDoS</a>.</li>
1111
<li>Wikipedia: <a href="https://en.wikipedia.org/wiki/Time_complexity">Time complexity</a>.</li>
1212
<li>James Kirrage, Asiri Rathnayake, Hayo Thielecke:
13-
<a href="http://www.cs.bham.ac.uk/~hxt/research/reg-exp-sec.pdf">Static Analysis for Regular Expression Denial-of-Service Attack</a>.
13+
<a href="https://arxiv.org/abs/1301.0849">Static Analysis for Regular Expression Denial-of-Service Attack</a>.
1414
</li>
1515
</references>
1616
</qhelp>

javascript/ql/lib/semmle/javascript/security/regexp/ExponentialBackTracking.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*
44
* James Kirrage, Asiri Rathnayake, Hayo Thielecke: Static Analysis for
55
* Regular Expression Denial-of-Service Attacks. NSS 2013.
6-
* (http://www.cs.bham.ac.uk/~hxt/research/reg-exp-sec.pdf)
6+
* (https://arxiv.org/abs/1301.0849)
77
* Asiri Rathnayake, Hayo Thielecke: Static Analysis for Regular Expression
88
* Exponential Runtime via Substructural Logics. 2014.
99
* (https://www.cs.bham.ac.uk/~hxt/research/redos_full.pdf)

javascript/ql/src/Performance/ReDoSReferences.inc.qhelp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<li>Wikipedia: <a href="https://en.wikipedia.org/wiki/ReDoS">ReDoS</a>.</li>
1111
<li>Wikipedia: <a href="https://en.wikipedia.org/wiki/Time_complexity">Time complexity</a>.</li>
1212
<li>James Kirrage, Asiri Rathnayake, Hayo Thielecke:
13-
<a href="http://www.cs.bham.ac.uk/~hxt/research/reg-exp-sec.pdf">Static Analysis for Regular Expression Denial-of-Service Attack</a>.
13+
<a href="https://arxiv.org/abs/1301.0849">Static Analysis for Regular Expression Denial-of-Service Attack</a>.
1414
</li>
1515
</references>
1616
</qhelp>

python/ql/lib/semmle/python/security/regexp/ExponentialBackTracking.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*
44
* James Kirrage, Asiri Rathnayake, Hayo Thielecke: Static Analysis for
55
* Regular Expression Denial-of-Service Attacks. NSS 2013.
6-
* (http://www.cs.bham.ac.uk/~hxt/research/reg-exp-sec.pdf)
6+
* (https://arxiv.org/abs/1301.0849)
77
* Asiri Rathnayake, Hayo Thielecke: Static Analysis for Regular Expression
88
* Exponential Runtime via Substructural Logics. 2014.
99
* (https://www.cs.bham.ac.uk/~hxt/research/redos_full.pdf)

python/ql/src/Security/CWE-730/ReDoSReferences.inc.qhelp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<li>Wikipedia: <a href="https://en.wikipedia.org/wiki/ReDoS">ReDoS</a>.</li>
1111
<li>Wikipedia: <a href="https://en.wikipedia.org/wiki/Time_complexity">Time complexity</a>.</li>
1212
<li>James Kirrage, Asiri Rathnayake, Hayo Thielecke:
13-
<a href="http://www.cs.bham.ac.uk/~hxt/research/reg-exp-sec.pdf">Static Analysis for Regular Expression Denial-of-Service Attack</a>.
13+
<a href="https://arxiv.org/abs/1301.0849">Static Analysis for Regular Expression Denial-of-Service Attack</a>.
1414
</li>
1515
</references>
1616
</qhelp>

ruby/ql/lib/codeql/ruby/security/regexp/ExponentialBackTracking.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*
44
* James Kirrage, Asiri Rathnayake, Hayo Thielecke: Static Analysis for
55
* Regular Expression Denial-of-Service Attacks. NSS 2013.
6-
* (http://www.cs.bham.ac.uk/~hxt/research/reg-exp-sec.pdf)
6+
* (https://arxiv.org/abs/1301.0849)
77
* Asiri Rathnayake, Hayo Thielecke: Static Analysis for Regular Expression
88
* Exponential Runtime via Substructural Logics. 2014.
99
* (https://www.cs.bham.ac.uk/~hxt/research/redos_full.pdf)

ruby/ql/src/queries/security/cwe-1333/ReDoSReferences.inc.qhelp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<li>Wikipedia: <a href="https://en.wikipedia.org/wiki/ReDoS">ReDoS</a>.</li>
88
<li>Wikipedia: <a href="https://en.wikipedia.org/wiki/Time_complexity">Time complexity</a>.</li>
99
<li>James Kirrage, Asiri Rathnayake, Hayo Thielecke:
10-
<a href="http://www.cs.bham.ac.uk/~hxt/research/reg-exp-sec.pdf">Static Analysis for Regular Expression Denial-of-Service Attack</a>.
10+
<a href="https://arxiv.org/abs/1301.0849">Static Analysis for Regular Expression Denial-of-Service Attack</a>.
1111
</li>
1212
</references>
1313
</qhelp>

shared/regex/codeql/regex/nfa/ExponentialBackTracking.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*
44
* James Kirrage, Asiri Rathnayake, Hayo Thielecke: Static Analysis for
55
* Regular Expression Denial-of-Service Attacks. NSS 2013.
6-
* (http://www.cs.bham.ac.uk/~hxt/research/reg-exp-sec.pdf)
6+
* (https://arxiv.org/abs/1301.0849)
77
* Asiri Rathnayake, Hayo Thielecke: Static Analysis for Regular Expression
88
* Exponential Runtime via Substructural Logics. 2014.
99
* (https://www.cs.bham.ac.uk/~hxt/research/redos_full.pdf)

0 commit comments

Comments
 (0)