Skip to content

Commit

Permalink
Fix AVASTIUM and TREND-MIRCO links
Browse files Browse the repository at this point in the history
SHA: fa0e156
Reason: push, by johnathan79717

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
JannisBush and github-actions[bot] committed Feb 12, 2024
1 parent 6350b82 commit a4c60ff
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<link href="https://www.w3.org/StyleSheets/TR/2021/cg-draft" rel="stylesheet">
<meta content="Bikeshed version 82ce88815, updated Thu Sep 7 16:33:55 2023 -0700" name="generator">
<link href="https://wicg.github.io/private-network-access/" rel="canonical">
<meta content="e36babbafa21c006f6d4642492031231cd167240" name="document-revision">
<meta content="fa0e15642aa34a3e1d08cdfeb8dbd978dd02b617" name="document-revision">
<style>
ul.toc ul ul ul {
margin: 0 0 0 2em;
Expand Down Expand Up @@ -675,7 +675,7 @@
<div class="head">
<p data-fill-with="logo"><a class="logo" href="https://www.w3.org/"> <img alt="W3C" height="48" src="https://www.w3.org/StyleSheets/TR/2021/logos/W3C" width="72"> </a> </p>
<h1>Private Network Access</h1>
<p id="w3c-state"><a href="https://www.w3.org/standards/types#CG-DRAFT">Draft Community Group Report</a>, <time class="dt-updated" datetime="2024-02-01">1 February 2024</time></p>
<p id="w3c-state"><a href="https://www.w3.org/standards/types#CG-DRAFT">Draft Community Group Report</a>, <time class="dt-updated" datetime="2024-02-12">12 February 2024</time></p>
<div data-fill-with="spec-metadata">
<dl>
<dt>This version:
Expand Down Expand Up @@ -1998,7 +1998,7 @@ <h3 class="no-num no-ref heading settled" id="normative"><span class="content">N
<h3 class="no-num no-ref heading settled" id="informative"><span class="content">Informative References</span><a class="self-link" href="#informative"></a></h3>
<dl>
<dt id="biblio-avastium">[AVASTIUM]
<dd><a href="https://code.google.com/p/google-security-research/issues/detail?id=679"><cite>Avast: A web-accessible RPC endpoint can launch 'SafeZone' (also called Avastium), a Chromium fork with critical security checks removed.</cite></a>. URL: <a href="https://code.google.com/p/google-security-research/issues/detail?id=679">https://code.google.com/p/google-security-research/issues/detail?id=679</a>
<dd><a href="https://bugs.chromium.org/p/project-zero/issues/detail?id=679"><cite>Avast: A web-accessible RPC endpoint can launch 'SafeZone' (also called Avastium), a Chromium fork with critical security checks removed.</cite></a>. URL: <a href="https://bugs.chromium.org/p/project-zero/issues/detail?id=679">https://bugs.chromium.org/p/project-zero/issues/detail?id=679</a>
<dt id="biblio-csrf-exploit-kit">[CSRF-EXPLOIT-KIT]
<dd>Kafeine. <a href="http://malware.dontneedcoffee.com/2015/05/an-exploit-kit-dedicated-to-csrf.html"><cite>An Exploit Kit dedicated to CSRF Pharming</cite></a>. URL: <a href="http://malware.dontneedcoffee.com/2015/05/an-exploit-kit-dedicated-to-csrf.html">http://malware.dontneedcoffee.com/2015/05/an-exploit-kit-dedicated-to-csrf.html</a>
<dt id="biblio-drive-by-pharming">[DRIVE-BY-PHARMING]
Expand Down Expand Up @@ -2038,7 +2038,7 @@ <h3 class="no-num no-ref heading settled" id="informative"><span class="content"
<dt id="biblio-soho-pharming">[SOHO-PHARMING]
<dd>Team Cymru. <a href="https://331.cybersec.fun/TeamCymruSOHOPharming.pdf"><cite>SOHO Pharming</cite></a>. URL: <a href="https://331.cybersec.fun/TeamCymruSOHOPharming.pdf">https://331.cybersec.fun/TeamCymruSOHOPharming.pdf</a>
<dt id="biblio-trend-micro">[TREND-MICRO]
<dd><a href="https://code.google.com/p/google-security-research/issues/detail?id=693"><cite>TrendMicro node.js HTTP server listening on localhost can execute commands</cite></a>. URL: <a href="https://code.google.com/p/google-security-research/issues/detail?id=693">https://code.google.com/p/google-security-research/issues/detail?id=693</a>
<dd><a href="https://bugs.chromium.org/p/project-zero/issues/detail?id=693"><cite>TrendMicro node.js HTTP server listening on localhost can execute commands</cite></a>. URL: <a href="https://bugs.chromium.org/p/project-zero/issues/detail?id=693">https://bugs.chromium.org/p/project-zero/issues/detail?id=693</a>
</dl>
<h2 class="no-num no-ref heading settled" id="idl-index"><span class="content">IDL Index</span><a class="self-link" href="#idl-index"></a></h2>
<pre class="idl highlight def"><c- b>enum</c-> <a href="#enumdef-ipaddressspace"><code><c- g>IPAddressSpace</c-></code></a> { <a href="#dom-ipaddressspace-public"><code><c- s>"public"</c-></code></a>, <a href="#dom-ipaddressspace-private"><code><c- s>"private"</c-></code></a>, <a href="#dom-ipaddressspace-local"><code><c- s>"local"</c-></code></a> };
Expand Down

0 comments on commit a4c60ff

Please sign in to comment.