nsupdate
This commit is contained in:
@@ -19,19 +19,28 @@
|
||||
</head>
|
||||
<body style="text-align:center;">
|
||||
<small>
|
||||
[<a href="status.txt">txt</a>] <tt>dig +short txt istheinternetonfire.app</tt> [<a href="status.json">json</a>]
|
||||
[<a href="./status.txt">txt</a>] <tt>dig +short txt istheinternetonfire.app</tt> [<a href="./status.json">json</a>]
|
||||
</small>
|
||||
<hr align="CENTER" noshade="noshade" size="2" width="100%">
|
||||
<!-- 2022-11-02 -->
|
||||
{{- if gt (len .CVEs) 0 }}
|
||||
<P>
|
||||
<span class="fire">Yes!</span><br>
|
||||
<span class="always">It's always something.</span><br>
|
||||
</P>
|
||||
<div><span class="latest">What's Burning?</span></div>
|
||||
<table>
|
||||
{{- range .CVEs }}
|
||||
<a href="//nvd.nist.gov/vuln/detail/{{ .CveID | ToUpper }}">{{ .CveID | ToUpper }}</a> - {{ .Product }} - {{ .ShortDescription }}<br>
|
||||
<tr>
|
||||
<td>
|
||||
<a href="//nvd.nist.gov/vuln/detail/{{ .CveID | ToUpper }}">{{ .CveID | ToUpper }}</a>
|
||||
</td>
|
||||
<td>
|
||||
{{ .Product }}
|
||||
</td>
|
||||
<td {{ if gt (len .ShortDescription) 100 }} style="font-size: 10pt;"{{ end }}>
|
||||
{{ .ShortDescription }}
|
||||
</td>
|
||||
</tr>
|
||||
{{- end }}
|
||||
</table>
|
||||
{{ else }}
|
||||
<P>
|
||||
<span class="safe">Nope!</span><br>
|
||||
@@ -39,11 +48,11 @@
|
||||
{{- end }}
|
||||
<hr align="CENTER" noshade="noshade" size="2" width="100%">
|
||||
<small>
|
||||
Inspiration for this site was taken directly from <a href="//istheinternetonfire.com">istheinternetonfire.com</a> by <a href="//twitter.com/jschauma">@jschauma</a>.
|
||||
Data provided by <a href="//www.cisa.gov">CISA</a> & <a href="//nvd.nist.gov">NIST</a>.
|
||||
<br>
|
||||
Updated by <a href="//mastodon.c.smoothnet.org/@nhyatt">@nhyatt</a>.
|
||||
Special thanks to <a href="//twitter.com/jschauma">@jschauma</a> author of <a href="//istheinternetonfire.com">istheinternetonfire.com</a>.
|
||||
<br>
|
||||
Source located on <a href="//gitea.smoothnet.org/nhyatt/istheinternetonfire">GiTea</a>
|
||||
Updated by <a href="//mastodon.c.smoothnet.org/@nhyatt">@nhyatt</a>. <a href="//gitea.smoothnet.org/nhyatt/istheinternetonfire">Source</a>
|
||||
</small>
|
||||
</body>
|
||||
</html>
|
||||
|
Reference in New Issue
Block a user