<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://tech.uvoo.io/index.php?action=history&amp;feed=atom&amp;title=Debian_CVEs</id>
	<title>Debian CVEs - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://tech.uvoo.io/index.php?action=history&amp;feed=atom&amp;title=Debian_CVEs"/>
	<link rel="alternate" type="text/html" href="https://tech.uvoo.io/index.php?title=Debian_CVEs&amp;action=history"/>
	<updated>2026-04-24T09:38:47Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.35.2</generator>
	<entry>
		<id>https://tech.uvoo.io/index.php?title=Debian_CVEs&amp;diff=5484&amp;oldid=prev</id>
		<title>Busk: Created page with &quot;# Debian CVEs  ## How to Read CVEs Example  Example CVE https://security-tracker.debian.org/tracker/CVE-2023-24329  Note fixed status lines   https://serverfault.com/questions...&quot;</title>
		<link rel="alternate" type="text/html" href="https://tech.uvoo.io/index.php?title=Debian_CVEs&amp;diff=5484&amp;oldid=prev"/>
		<updated>2025-01-14T23:43:39Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;# Debian CVEs  ## How to Read CVEs Example  Example CVE https://security-tracker.debian.org/tracker/CVE-2023-24329  Note fixed status lines   https://serverfault.com/questions...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;# Debian CVEs&lt;br /&gt;
&lt;br /&gt;
## How to Read CVEs Example&lt;br /&gt;
&lt;br /&gt;
Example CVE https://security-tracker.debian.org/tracker/CVE-2023-24329&lt;br /&gt;
&lt;br /&gt;
Note fixed status lines&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
https://serverfault.com/questions/1121793/debian-security-release&lt;br /&gt;
&lt;br /&gt;
```&lt;br /&gt;
The bullseye (security) release refers to the most recent bullseye release with the available security patches installed.&lt;br /&gt;
&lt;br /&gt;
There is apt source configured for the security patches in the official release (see the /etc/apt/sources.list file). The currently available security patches can be installed using apt-get, which is usually a good idea, since there might be some new patches available since the time of the last official release:&lt;br /&gt;
&lt;br /&gt;
apt-get --yes update &amp;amp;&amp;amp; apt-get --yes upgrade&lt;br /&gt;
which can be done in a Dockerfile as well:&lt;br /&gt;
&lt;br /&gt;
RUN apt-get --yes update &amp;amp;&amp;amp; apt-get --yes upgrade&lt;br /&gt;
After running these commands, the security patches are installed.&lt;br /&gt;
```&lt;/div&gt;</summary>
		<author><name>Busk</name></author>
	</entry>
</feed>