Skip to content

Commit 4c93ca1

Browse files
committed
Remove #page anchor from threat links
1 parent c30294d commit 4c93ca1

13 files changed

+34
-34
lines changed

application.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ <h3 id="vulnerable-applications" >Application Vulnerabilities</h3>
1313
{% assign sorted = site.application-threats | sort:"rawID" %}
1414
{% for application-threat in sorted %}
1515
{% if application-threat.ThreatCategory == 'Vulnerable Applications' %}
16-
<li><a href="{{ site.baseurl }}{{ application-threat.url }}#page">{{ application-threat.ID }}: {{ application-threat.Threat }} {% if application-threat.removed %}(DEPRECATED){% endif %}</a></li>
16+
<li><a href="{{ site.baseurl }}{{ application-threat.url }}">{{ application-threat.ID }}: {{ application-threat.Threat }} {% if application-threat.removed %}(DEPRECATED){% endif %}</a></li>
1717
{% endif %}
1818
{% endfor %}
1919
</ul>
@@ -22,7 +22,7 @@ <h3 id="malicious-priv-applications" >Malicious or privacy-invasive applications
2222
<ul class="threat-list">
2323
{% for application-threat in sorted %}
2424
{% if application-threat.ThreatCategory == 'Malicious or privacy-invasive application' %}
25-
<li><a href="{{ site.baseurl }}{{ application-threat.url }}#page">{{ application-threat.ID }}: {{ application-threat.Threat }} {% if application-threat.removed %}(DEPRECATED){% endif %}</a></li>
25+
<li><a href="{{ site.baseurl }}{{ application-threat.url }}">{{ application-threat.ID }}: {{ application-threat.Threat }} {% if application-threat.removed %}(DEPRECATED){% endif %}</a></li>
2626
{% endif %}
2727
{% endfor %}
2828
</ul>

authentication.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ <h3 id="user-device">User to Device</h3>
1818
{% assign sorted = site.authentication-threats | sort:"rawID" %}
1919
{% for authentication-threat in sorted %}
2020
{% if authentication-threat.ThreatCategory == 'Authentication: User to Device' %}
21-
<li><a href="{{ site.baseurl }}{{ authentication-threat.url }}#page">{{ authentication-threat.ID }}: {{ authentication-threat.Threat }} {% if authentication-threat.removed %}(DEPRECATED){% endif %}</a></li>
21+
<li><a href="{{ site.baseurl }}{{ authentication-threat.url }}">{{ authentication-threat.ID }}: {{ authentication-threat.Threat }} {% if authentication-threat.removed %}(DEPRECATED){% endif %}</a></li>
2222
{% endif %}
2323
{% endfor %}
2424
</ul>
@@ -27,7 +27,7 @@ <h3 id="user-device-remote">User or Device to Remote Service</h3>
2727
<ul class="threat-list">
2828
{% for authentication-threat in sorted %}
2929
{% if authentication-threat.ThreatCategory == 'Authentication: User or Device to Remote Service' %}
30-
<li><a href="{{ site.baseurl }}{{ authentication-threat.url }}#page">{{ authentication-threat.ID }}: {{ authentication-threat.Threat }} {% if authentication-threat.removed %}(DEPRECATED){% endif %}</a></li>
30+
<li><a href="{{ site.baseurl }}{{ authentication-threat.url }}">{{ authentication-threat.ID }}: {{ authentication-threat.Threat }} {% if authentication-threat.removed %}(DEPRECATED){% endif %}</a></li>
3131
{% endif %}
3232
{% endfor %}
3333
</ul>
@@ -36,7 +36,7 @@ <h3 id="user-device-network">User or Device to Network</h3>
3636
<ul class="threat-list">
3737
{% for authentication-threat in sorted %}
3838
{% if authentication-threat.ThreatCategory == 'Authentication: User or Device to Network' %}
39-
<li><a href="{{ site.baseurl }}{{ authentication-threat.url }}#page">{{ authentication-threat.ID }}: {{ authentication-threat.Threat }} {% if authentication-threat.removed %}(DEPRECATED){% endif %}</a></li>
39+
<li><a href="{{ site.baseurl }}{{ authentication-threat.url }}">{{ authentication-threat.ID }}: {{ authentication-threat.Threat }} {% if authentication-threat.removed %}(DEPRECATED){% endif %}</a></li>
4040
{% endif %}
4141
{% endfor %}
4242
</ul>

cellular.html

+7-7
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ <h3 id="air-interface">Air Interface</h3>
2626
{% assign sorted = site.cellular-threats | sort:"rawID" %}
2727
{% for cellular-threat in sorted %}
2828
{% if cellular-threat.ThreatCategory == 'Cellular Air Interface' %}
29-
<li><a href="{{ site.baseurl }}{{ cellular-threat.url }}#page">{{ cellular-threat.ID }}: {{ cellular-threat.Threat }} {% if cellular-threat.removed %}(DEPRECATED){% endif %}</a></li>
29+
<li><a href="{{ site.baseurl }}{{ cellular-threat.url }}">{{ cellular-threat.ID }}: {{ cellular-threat.Threat }} {% if cellular-threat.removed %}(DEPRECATED){% endif %}</a></li>
3030
{% endif %}
3131
{% endfor %}
3232
</ul>
@@ -35,7 +35,7 @@ <h3 id="consumer-grade-small-cell">Consumer-Grade Small Cell</h3>
3535
<ul class="threat-list">
3636
{% for cellular-threat in sorted %}
3737
{% if cellular-threat.ThreatCategory == 'Consumer-grade Femtocell' %}
38-
<li><a href="{{ site.baseurl }}{{ cellular-threat.url }}#page">{{ cellular-threat.ID }}: {{ cellular-threat.Threat }} {% if cellular-threat.removed %}(DEPRECATED){% endif %}</a></li>
38+
<li><a href="{{ site.baseurl }}{{ cellular-threat.url }}">{{ cellular-threat.ID }}: {{ cellular-threat.Threat }} {% if cellular-threat.removed %}(DEPRECATED){% endif %}</a></li>
3939
{% endif %}
4040
{% endfor %}
4141
</ul>
@@ -44,7 +44,7 @@ <h3 id="carrier-grade-messaging">Carrier-grade Messaging Services</h3>
4444
<ul class="threat-list">
4545
{% for cellular-threat in sorted %}
4646
{% if cellular-threat.ThreatCategory == 'SMS / MMS / RCS' %}
47-
<li><a href="{{ site.baseurl }}{{ cellular-threat.url }}#page">{{ cellular-threat.ID }}: {{ cellular-threat.Threat }} {% if cellular-threat.removed %}(DEPRECATED){% endif %}</a></li>
47+
<li><a href="{{ site.baseurl }}{{ cellular-threat.url }}">{{ cellular-threat.ID }}: {{ cellular-threat.Threat }} {% if cellular-threat.removed %}(DEPRECATED){% endif %}</a></li>
4848
{% endif %}
4949
{% endfor %}
5050
</ul>
@@ -53,7 +53,7 @@ <h3 id="ussd">USSD</h3>
5353
<ul class="threat-list">
5454
{% for cellular-threat in sorted %}
5555
{% if cellular-threat.ThreatCategory == 'USSD' %}
56-
<li><a href="{{ site.baseurl }}{{ cellular-threat.url }}#page">{{ cellular-threat.ID }}: {{ cellular-threat.Threat }} {% if cellular-threat.removed %}(DEPRECATED){% endif %}</a></li>
56+
<li><a href="{{ site.baseurl }}{{ cellular-threat.url }}">{{ cellular-threat.ID }}: {{ cellular-threat.Threat }} {% if cellular-threat.removed %}(DEPRECATED){% endif %}</a></li>
5757
{% endif %}
5858
{% endfor %}
5959
</ul>
@@ -62,7 +62,7 @@ <h3 id="carrier-infrastructure">Carrier Infrastructure</h3>
6262
<ul class="threat-list">
6363
{% for cellular-threat in sorted %}
6464
{% if cellular-threat.ThreatCategory == 'Carrier Infrastructure' %}
65-
<li><a href="{{ site.baseurl }}{{ cellular-threat.url }}#page">{{ cellular-threat.ID }}: {{ cellular-threat.Threat }} {% if cellular-threat.removed %}(DEPRECATED){% endif %}</a></li>
65+
<li><a href="{{ site.baseurl }}{{ cellular-threat.url }}">{{ cellular-threat.ID }}: {{ cellular-threat.Threat }} {% if cellular-threat.removed %}(DEPRECATED){% endif %}</a></li>
6666
{% endif %}
6767
{% endfor %}
6868
</ul>
@@ -71,7 +71,7 @@ <h3 id="carrier-interoperability">Carrier Interoperability</h3>
7171
<ul class="threat-list">
7272
{% for cellular-threat in sorted %}
7373
{% if cellular-threat.ThreatCategory == 'Carrier Interoperability' %}
74-
<li><a href="{{ site.baseurl }}{{ cellular-threat.url }}#page">{{ cellular-threat.ID }}: {{ cellular-threat.Threat }} {% if cellular-threat.removed %}(DEPRECATED){% endif %}</a></li>
74+
<li><a href="{{ site.baseurl }}{{ cellular-threat.url }}">{{ cellular-threat.ID }}: {{ cellular-threat.Threat }} {% if cellular-threat.removed %}(DEPRECATED){% endif %}</a></li>
7575
{% endif %}
7676
{% endfor %}
7777
</ul>
@@ -80,7 +80,7 @@ <h3 id="volte">VoLTE</h3>
8080
<ul class="threat-list">
8181
{% for cellular-threat in sorted %}
8282
{% if cellular-threat.ThreatCategory == 'VoLTE' %}
83-
<li><a href="{{ site.baseurl }}{{ cellular-threat.url }}#page">{{ cellular-threat.ID }}: {{ cellular-threat.Threat }} {% if cellular-threat.removed %}(DEPRECATED){% endif %}</a></li>
83+
<li><a href="{{ site.baseurl }}{{ cellular-threat.url }}">{{ cellular-threat.ID }}: {{ cellular-threat.Threat }} {% if cellular-threat.removed %}(DEPRECATED){% endif %}</a></li>
8484
{% endif %}
8585
{% endfor %}
8686
</ul>

ecosystem.html

+5-5
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ <h3 id="mobile-vendor-infra">Mobile OS &amp; Vendor Infrastructure</h3>
2424
{% assign sorted = site.ecosystem-threats | sort:"rawID" %}
2525
{% for ecosystem-threat in sorted %}
2626
{% if ecosystem-threat.ThreatCategory == 'Mobile OS & Vendor Infrastructure' %}
27-
<li><a href="{{ site.baseurl }}{{ ecosystem-threat.url }}#page">{{ ecosystem-threat.ID }}: {{ ecosystem-threat.Threat }} {% if ecosystem-threat.removed %}(DEPRECATED){% endif %}</a></li>
27+
<li><a href="{{ site.baseurl }}{{ ecosystem-threat.url }}">{{ ecosystem-threat.ID }}: {{ ecosystem-threat.Threat }} {% if ecosystem-threat.removed %}(DEPRECATED){% endif %}</a></li>
2828
{% endif %}
2929
{% endfor %}
3030
</ul>
@@ -33,7 +33,7 @@ <h3 id="mobile-app-stores">Mobile Application Store</h3>
3333
<ul class="threat-list">
3434
{% for ecosystem-threat in sorted %}
3535
{% if ecosystem-threat.ThreatCategory == 'Mobile Application Store' %}
36-
<li><a href="{{ site.baseurl }}{{ ecosystem-threat.url }}#page">{{ ecosystem-threat.ID }}: {{ ecosystem-threat.Threat }} {% if ecosystem-threat.removed %}(DEPRECATED){% endif %}</a></li>
36+
<li><a href="{{ site.baseurl }}{{ ecosystem-threat.url }}">{{ ecosystem-threat.ID }}: {{ ecosystem-threat.Threat }} {% if ecosystem-threat.removed %}(DEPRECATED){% endif %}</a></li>
3737
{% endif %}
3838
{% endfor %}
3939
</ul>
@@ -43,7 +43,7 @@ <h3 id="native-public-stores">Native Public Stores</h3>
4343
<ul class="threat-list">
4444
{% for ecosystem-threat in site.ecosystem-threats %}
4545
{% if ecosystem-threat.ThreatCategory == 'Native mobile app stores' %}
46-
<li><a href="{{ site.baseurl }}{{ ecosystem-threat.url }}#page">{{ ecosystem-threat.Threat }}</a></li>
46+
<li><a href="{{ site.baseurl }}{{ ecosystem-threat.url }}">{{ ecosystem-threat.Threat }}</a></li>
4747
{% endif %}
4848
{% endfor %}
4949
</ul>
@@ -52,7 +52,7 @@ <h3 id="private-enterprise-stores">Private Enterprise Stores</h3>
5252
<ul class="threat-list">
5353
{% for ecosystem-threat in site.ecosystem-threats %}
5454
{% if ecosystem-threat.ThreatCategory == 'Enterprise/Private mobile app stores' %}
55-
<li><a href="{{ site.baseurl }}{{ ecosystem-threat.url }}#page">{{ ecosystem-threat.Threat }}</a></li>
55+
<li><a href="{{ site.baseurl }}{{ ecosystem-threat.url }}">{{ ecosystem-threat.Threat }}</a></li>
5656
{% endif %}
5757
{% endfor %}
5858
</ul>
@@ -61,7 +61,7 @@ <h3 id="third-party-stores">Third-Party Stores</h3>
6161
<ul class="threat-list">
6262
{% for ecosystem-threat in site.ecosystem-threats %}
6363
{% if ecosystem-threat.ThreatCategory == 'Third-Party mobile app stores' %}
64-
<li><a href="{{ site.baseurl }}{{ ecosystem-threat.url }}#page">{{ ecosystem-threat.Threat }}</a></li>
64+
<li><a href="{{ site.baseurl }}{{ ecosystem-threat.url }}">{{ ecosystem-threat.Threat }}</a></li>
6565
{% endif %}
6666
{% endfor %}
6767
</ul>

emm.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ <h2>Threat List</h2>
99
<ul class="threat-list">
1010
{% assign sorted = site.emm-threats | sort:"rawID" %}
1111
{% for emm-threat in sorted %}
12-
<li><a href="{{ site.baseurl }}{{ emm-threat.url }}#page">{{ emm-threat.ID }}: {{ emm-threat.Threat }} {% if emm-threat.removed %}(DEPRECATED){% endif %}</a></li>
12+
<li><a href="{{ site.baseurl }}{{ emm-threat.url }}">{{ emm-threat.ID }}: {{ emm-threat.Threat }} {% if emm-threat.removed %}(DEPRECATED){% endif %}</a></li>
1313
{% endfor %}
1414
</ul>

gps.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ <h2>Threat List</h2>
99
<ul class="threat-list">
1010
{% assign sorted = site.gps-threats | sort:"rawID" %}
1111
{% for gps-threat in sorted %}
12-
<li><a href="{{ site.baseurl }}{{ gps-threat.url }}#page">{{ gps-threat.ID }}: {{ gps-threat.Threat }} {% if gps-threat.removed %}(DEPRECATED){% endif %}</a></li>
12+
<li><a href="{{ site.baseurl }}{{ gps-threat.url }}">{{ gps-threat.ID }}: {{ gps-threat.Threat }} {% if gps-threat.removed %}(DEPRECATED){% endif %}</a></li>
1313
{% endfor %}
1414
</ul>

lan-pan.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ <h3 id="wi-fi">Wi-Fi</h3>
1616
{% assign sorted = site.lan-pan-threats | sort:"rawID" %}
1717
{% for lan-pan-threat in sorted %}
1818
{% if lan-pan-threat.ThreatCategory == 'Network Threats: Wi-Fi' %}
19-
<li><a href="{{ site.baseurl }}{{ lan-pan-threat.url }}#page">{{ lan-pan-threat.ID }}: {{ lan-pan-threat.Threat }} {% if lan-pan-threat.removed %}(DEPRECATED){% endif %}</a></li>
19+
<li><a href="{{ site.baseurl }}{{ lan-pan-threat.url }}">{{ lan-pan-threat.ID }}: {{ lan-pan-threat.Threat }} {% if lan-pan-threat.removed %}(DEPRECATED){% endif %}</a></li>
2020
{% endif %}
2121
{% endfor %}
2222
</ul>
@@ -25,7 +25,7 @@ <h3 id="bluetooth">Bluetooth</h3>
2525
<ul class="threat-list">
2626
{% for lan-pan-threat in sorted %}
2727
{% if lan-pan-threat.ThreatCategory == 'Network Threats: Bluetooth' %}
28-
<li><a href="{{ site.baseurl }}{{ lan-pan-threat.url }}#page">{{ lan-pan-threat.ID }}: {{ lan-pan-threat.Threat }} {% if lan-pan-threat.removed %}(DEPRECATED){% endif %}</a></li>
28+
<li><a href="{{ site.baseurl }}{{ lan-pan-threat.url }}">{{ lan-pan-threat.ID }}: {{ lan-pan-threat.Threat }} {% if lan-pan-threat.removed %}(DEPRECATED){% endif %}</a></li>
2929
{% endif %}
3030
{% endfor %}
3131
</ul>
@@ -34,7 +34,7 @@ <h3 id="nfc">NFC</h3>
3434
<ul class="threat-list">
3535
{% for lan-pan-threat in sorted %}
3636
{% if lan-pan-threat.ThreatCategory == 'Network Threats: NFC' %}
37-
<li><a href="{{ site.baseurl }}{{ lan-pan-threat.url }}#page">{{ lan-pan-threat.ID }}: {{ lan-pan-threat.Threat }} {% if lan-pan-threat.removed %}(DEPRECATED){% endif %}</a></li>
37+
<li><a href="{{ site.baseurl }}{{ lan-pan-threat.url }}">{{ lan-pan-threat.ID }}: {{ lan-pan-threat.Threat }} {% if lan-pan-threat.removed %}(DEPRECATED){% endif %}</a></li>
3838
{% endif %}
3939
{% endfor %}
4040
</ul>

payment.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ <h2>Threat List</h2>
99
<ul class="threat-list">
1010
{% assign sorted = site.payment-threats | sort:"rawID" %}
1111
{% for payment-threat in sorted %}
12-
<li><a href="{{ site.baseurl }}{{ payment-threat.url }}#page">{{ payment-threat.ID }}: {{ payment-threat.Threat }} {% if payment-threat.removed %}(DEPRECATED){% endif %}</a></li>
12+
<li><a href="{{ site.baseurl }}{{ payment-threat.url }}">{{ payment-threat.ID }}: {{ payment-threat.Threat }} {% if payment-threat.removed %}(DEPRECATED){% endif %}</a></li>
1313
{% endfor %}
1414
</ul>

physical.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ <h2>Threat List</h2>
99
<ul class="threat-list">
1010
{% assign sorted = site.physical-threats | sort:"rawID" %}
1111
{% for physical-threat in sorted %}
12-
<li><a href="{{ site.baseurl }}{{ physical-threat.url }}#page">{{ physical-threat.ID }}: {{ physical-threat.Threat }} {% if physical-threat.removed %}(DEPRECATED){% endif %}</a></li>
12+
<li><a href="{{ site.baseurl }}{{ physical-threat.url }}">{{ physical-threat.ID }}: {{ physical-threat.Threat }} {% if physical-threat.removed %}(DEPRECATED){% endif %}</a></li>
1313
{% endfor %}
1414
</ul>

privacy.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ <h2>Threat List</h2>
88
<ul class="threat-list">
99
{% assign sorted = site.privacy-threats | sort:"rawID" %}
1010
{% for privacy-threat in sorted %}
11-
<li><a href="{{ site.baseurl }}{{ privacy-threat.url }}#page">{{ privacy-threat.ID }}: {{ privacy-threat.Threat }} {% if privacy-threat.removed %}(DEPRECATED){% endif %}</a></li>
11+
<li><a href="{{ site.baseurl }}{{ privacy-threat.url }}">{{ privacy-threat.ID }}: {{ privacy-threat.Threat }} {% if privacy-threat.removed %}(DEPRECATED){% endif %}</a></li>
1212
{% endfor %}
1313
</ul>

search.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ <h1>Search</h1>
1818
"ExploitExample": "{{ document.ExploitExample | jsonify | smartify | xml_escape }}",
1919
"CVEExample": "{{ document.CVEExample | jsonify | smartify | xml_escape }}",
2020
"PossibleCountermeasures": "{{ document.PossibleCountermeasures | jsonify | smartify | xml_escape }}",
21-
"url": "{{ site.baseurl }}{{ document.url | xml_escape }}#page"
21+
"url": "{{ site.baseurl }}{{ document.url | xml_escape }}"
2222
}
2323
{% unless forloop.last %},{% endunless %}
2424
{% endfor %}

0 commit comments

Comments
 (0)