|
| 1 | +# Security Policy |
| 2 | + |
| 3 | +## Supported Versions |
| 4 | + |
| 5 | +LogLens is a small public repository under active development. |
| 6 | + |
| 7 | +| Version | Supported | |
| 8 | +| ------- | --------- | |
| 9 | +| main | Yes | |
| 10 | +| older commits / snapshots | No | |
| 11 | + |
| 12 | +At this stage, security fixes are applied to the `main` branch only. |
| 13 | +Historical commits, experimental branches, and stale forks should be treated as unsupported. |
| 14 | + |
| 15 | +## Reporting a Vulnerability |
| 16 | + |
| 17 | +Please do **not** open a public issue for undisclosed security vulnerabilities. |
| 18 | + |
| 19 | +Use GitHub's **private vulnerability reporting** feature for this repository if it is enabled. |
| 20 | +If private reporting is unavailable for any reason, contact the maintainer through a private channel listed in the repository profile or repository documentation. |
| 21 | + |
| 22 | +When reporting, please include: |
| 23 | + |
| 24 | +- a clear description of the issue |
| 25 | +- affected files, workflows, or code paths |
| 26 | +- reproduction steps or a minimal proof of concept |
| 27 | +- impact assessment |
| 28 | +- any suggested remediation, if available |
| 29 | + |
| 30 | +## Scope |
| 31 | + |
| 32 | +This repository is a defensive log-analysis CLI for Linux authentication logs. |
| 33 | + |
| 34 | +Relevant security reports may include, for example: |
| 35 | + |
| 36 | +- unsafe workflow behavior |
| 37 | +- supply-chain risks in CI or repository automation |
| 38 | +- unsafe parsing behavior that could cause security-relevant misreporting |
| 39 | +- vulnerabilities in repository-integrated tooling or update automation |
| 40 | + |
| 41 | +Out of scope for vulnerability reports: |
| 42 | + |
| 43 | +- feature requests |
| 44 | +- parser support for additional benign log variants |
| 45 | +- general false positives / false negatives that do not create a security vulnerability |
| 46 | +- issues in third-party software outside this repository unless they directly affect this repository's shipped code or workflows |
| 47 | + |
| 48 | +## Disclosure Expectations |
| 49 | + |
| 50 | +Please allow time for triage and remediation before any public disclosure. |
| 51 | + |
| 52 | +The maintainer will try to: |
| 53 | + |
| 54 | +- acknowledge receipt of a report within a reasonable timeframe |
| 55 | +- assess severity and impact |
| 56 | +- coordinate remediation privately when appropriate |
| 57 | +- disclose fixes responsibly after mitigation is available |
| 58 | + |
| 59 | +## Notes |
| 60 | + |
| 61 | +This repository is intended for defensive engineering and public-safe research. |
| 62 | +Reports that seek offensive use beyond the repository's stated scope may be declined. |
0 commit comments