nsupdate
This commit is contained in:
@@ -39,3 +39,7 @@ A:active {
|
||||
img.c1 {
|
||||
border:0;width:88px;height:31px
|
||||
}
|
||||
td {
|
||||
vertical-align: text-top;
|
||||
font-size: 12pt;
|
||||
}
|
BIN
assets/html/fire-icon.png
Normal file
BIN
assets/html/fire-icon.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 354 KiB |
@@ -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>
|
||||
|
23
assets/html/robots.txt
Normal file
23
assets/html/robots.txt
Normal file
@@ -0,0 +1,23 @@
|
||||
User-agent: CCBot
|
||||
Disallow: /
|
||||
|
||||
User-agent: GPTBot
|
||||
Disallow: /
|
||||
|
||||
User-agent: ChatGPT-User
|
||||
Disallow: /
|
||||
|
||||
User-agent: Google-Extended
|
||||
Disallow: /
|
||||
|
||||
User-agent: FacebookBot
|
||||
Disallow: /
|
||||
|
||||
User-agent: Omgilibot
|
||||
Disallow: /
|
||||
|
||||
User-agent: cohere-ai
|
||||
Disallow: /
|
||||
|
||||
User-agent: anthropic-ai
|
||||
Disallow: /
|
20
assets/html/site.webmanifest
Normal file
20
assets/html/site.webmanifest
Normal file
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"name": "Is the internet on fire",
|
||||
"short_name": "istheinternetonfire.app",
|
||||
"start_url": "https://istheinternetonfir.app",
|
||||
"display": "standalone",
|
||||
"background_color": "#fff",
|
||||
"description": "A website dedicated to communicating the most recent critical internet vulnerabilities.",
|
||||
"icons": [
|
||||
{
|
||||
"src": "apple-touch-icon.png",
|
||||
"sizes": "180x180",
|
||||
"type": "image/png"
|
||||
},
|
||||
{
|
||||
"src": "favicon-32x32.png",
|
||||
"sizes": "32x32",
|
||||
"type": "image/png"
|
||||
}
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user