Skip to content

Commit d8f86af

Browse files
authored
Added SECURITY.md for guidelines and expectations on vulnerability reporting.
Updated the security policy document to clarify supported versions and reporting procedures for vulnerabilities.
1 parent 1fd3a08 commit d8f86af

1 file changed

Lines changed: 34 additions & 0 deletions

File tree

SECURITY.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
# Security Policy
2+
3+
## Supported versions
4+
5+
Only the latest release of **molim** receives security fixes. No backports are
6+
made to older versions.
7+
8+
## Reporting a vulnerability
9+
10+
If you discover a security vulnerability in **molim**, please **do not open a
11+
public GitHub issue**. Instead, report it privately using GitHub's
12+
[Report a vulnerability](https://github.com/nightjarrr/molim/security/advisories/new)
13+
feature.
14+
15+
Please include:
16+
- A description of the vulnerability
17+
- Steps to reproduce it
18+
- Any relevant environment details (OS, **molim** version, tool versions)
19+
20+
## What to expect
21+
22+
This is a personal project maintained by a single author. There is no formal
23+
response SLA. Reported vulnerabilities will be reviewed and addressed on a
24+
best-effort basis. You will receive a response when the issue has been
25+
assessed.
26+
27+
## Scope
28+
29+
**molim** is a local CLI tool with no network-facing components, no authentication
30+
mechanisms, and no persistent storage beyond local files. Its attack surface is
31+
limited to the local system it runs on and the files it processes.
32+
33+
Vulnerabilities in the underlying tools (RawTherapee, ImageMagick, FFmpeg, etc)
34+
should be reported to their respective projects, not here.

0 commit comments

Comments
 (0)