<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Security on rustbites</title><link>https://www.rustbites.com/tags/security/</link><description>Recent content in Security on rustbites</description><generator>Hugo</generator><language>en</language><lastBuildDate>Mon, 20 Jul 2026 22:04:45 +0200</lastBuildDate><atom:link href="https://www.rustbites.com/tags/security/index.xml" rel="self" type="application/rss+xml"/><item><title>264. Path::join — One Absolute Path and Your Base Directory Is Gone</title><link>https://www.rustbites.com/posts/bite-264/</link><pubDate>Fri, 17 Jul 2026 09:00:00 +0100</pubDate><guid>https://www.rustbites.com/posts/bite-264/</guid><description>&lt;p&gt;&lt;code&gt;base.join(user_input)&lt;/code&gt; looks like it appends. But if the input starts with &lt;code&gt;/&lt;/code&gt;, &lt;code&gt;join&lt;/code&gt; silently throws your base away and returns the input alone.&lt;/p&gt;</description></item></channel></rss>