<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to Security Policy</title><link>https://sourceforge.net/p/sucrose/wiki/Security%2520Policy/</link><description>Recent changes to Security Policy</description><atom:link href="https://sourceforge.net/p/sucrose/wiki/Security%20Policy/feed" rel="self"/><language>en</language><lastBuildDate>Sat, 04 Jul 2026 04:15:34 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/sucrose/wiki/Security%20Policy/feed" rel="self" type="application/rss+xml"/><item><title>Security Policy modified by Bayram Emekli</title><link>https://sourceforge.net/p/sucrose/wiki/Security%2520Policy/</link><description>&lt;div class="markdown_content"&gt;&lt;h1 id="h-security-policy"&gt;Security Policy&lt;/h1&gt;
&lt;p&gt;&lt;em&gt;Audience: users, researchers, contributors.&lt;/em&gt; This page describes how to report a security vulnerability in Sucrose responsibly. The project follows &lt;strong&gt;coordinated (responsible) disclosure&lt;/strong&gt;: report privately by email, do &lt;strong&gt;not&lt;/strong&gt; disclose publicly until a fix has shipped, and the team keeps your report confidential. The authoritative source is &lt;code&gt;.github/SECURITY.md&lt;/code&gt;.&lt;/p&gt;
&lt;h2 id="h-contents"&gt;Contents&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="#how-to-report-a-vulnerability"&gt;How to report a vulnerability&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#what-to-include-in-your-report"&gt;What to include in your report&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#disclosure-policy"&gt;Disclosure policy&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#what-not-to-do"&gt;What not to do&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#related-privacy--telemetry-notes"&gt;Related privacy &amp;amp; telemetry notes&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#see-also"&gt;See also&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;hr/&gt;
&lt;h2 id="h-how-to-report-a-vulnerability"&gt;How to report a vulnerability&lt;/h2&gt;
&lt;p&gt;Report security issues &lt;strong&gt;privately by email&lt;/strong&gt; to:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;&lt;code&gt;taiizor@vegalya.com&lt;/code&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;Do &lt;strong&gt;not&lt;/strong&gt; open a public GitHub issue, pull request, or Discussion for a security vulnerability — public disclosure before a fix is available puts users at risk. Email is the dedicated, confidential channel for security reports.&lt;/p&gt;
&lt;hr/&gt;
&lt;h2 id="h-what-to-include-in-your-report"&gt;What to include in your report&lt;/h2&gt;
&lt;p&gt;To help the maintainer reproduce and fix the issue quickly, include:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;A &lt;strong&gt;descriptive subject line&lt;/strong&gt; identifying it as a security report.&lt;/li&gt;
&lt;li&gt;The &lt;strong&gt;affected file and line&lt;/strong&gt; (optional, but helpful).&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Exploit details&lt;/strong&gt; — how the vulnerability can be triggered and what its impact is.&lt;/li&gt;
&lt;li&gt;Your &lt;strong&gt;name or alias&lt;/strong&gt; for acknowledgment (optional).&lt;/li&gt;
&lt;/ul&gt;
&lt;hr/&gt;
&lt;h2 id="h-disclosure-policy"&gt;Disclosure policy&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Confidentiality.&lt;/strong&gt; The team keeps all security reports confidential while a fix is being prepared.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Coordinated disclosure.&lt;/strong&gt; Please do &lt;strong&gt;not&lt;/strong&gt; disclose the issue publicly until it has been fixed.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Announcement after the fix.&lt;/strong&gt; The team announces the vulnerability &lt;strong&gt;after the fix ships in a new version&lt;/strong&gt;, so users have a patched release available before details are public.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Sucrose uses a date-based version scheme (&lt;code&gt;yy.MM.dd(.0)&lt;/code&gt;); a security fix is delivered as a normal new release through the usual channels (see &lt;a href="./Updating-Sucrose"&gt;Updating Sucrose&lt;/a&gt; and &lt;a href="/p/sucrose/wiki/Installation/"&gt;Installation&lt;/a&gt;).&lt;/p&gt;
&lt;hr/&gt;
&lt;h2 id="h-what-not-to-do"&gt;What not to do&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Do not&lt;/strong&gt; file a public issue, PR, or Discussion describing the vulnerability.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Do not&lt;/strong&gt; publish proof-of-concept exploits, write-ups, or details before the fix is released.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Do not&lt;/strong&gt; test against other users' machines or any infrastructure you do not own.&lt;/li&gt;
&lt;/ul&gt;
&lt;hr/&gt;
&lt;h2 id="h-related-privacy-telemetry-notes"&gt;Related privacy &amp;amp; telemetry notes&lt;/h2&gt;
&lt;p&gt;Security and privacy are tracked separately. Sucrose's optional, opt-in telemetry and crash-reporting behavior — what is collected, where it is sent, and how to disable it — is documented on &lt;a href="./Privacy-Telemetry"&gt;Privacy &amp;amp; Telemetry&lt;/a&gt;. One item of note covered there: the optional &lt;code&gt;PersonalAccessToken&lt;/code&gt; setting is stored in plaintext JSON under &lt;code&gt;%AppData%\Sucrose\&lt;/code&gt;. That is a privacy/handling note rather than a reported vulnerability; treat the token like any other secret.&lt;/p&gt;
&lt;p&gt;For general support that is &lt;strong&gt;not&lt;/strong&gt; security-sensitive, use the public channels in &lt;a href="./Getting-Help"&gt;Getting Help&lt;/a&gt;.&lt;/p&gt;
&lt;hr/&gt;
&lt;h2 id="h-see-also"&gt;See also&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="./Privacy-Telemetry"&gt;Privacy &amp;amp; Telemetry&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="/p/sucrose/wiki/Contributing/"&gt;Contributing&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="./Getting-Help"&gt;Getting Help&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="./Updating-Sucrose"&gt;Updating Sucrose&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="./Crash-Reporting"&gt;Crash Reporting&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Bayram Emekli</dc:creator><pubDate>Sat, 04 Jul 2026 04:15:34 -0000</pubDate><guid>https://sourceforge.net90df8b08a0aea3c995f814f8b5223bfa63a1d608</guid></item></channel></rss>