docs: rewrite README in English and add English-only AGENTS.md
Rewrite the quarantine-store README in English and add an AGENTS.md that declares this an English-only repository. Also drop an external internal repository reference from the README so the store description is self-contained. Assisted-by: claude-code@claude-opus-4-8
This commit is contained in:
parent
505e87a4cf
commit
5ec6e008dc
21
AGENTS.md
Normal file
21
AGENTS.md
Normal file
@ -0,0 +1,21 @@
|
|||||||
|
# AGENTS.md — repository conventions
|
||||||
|
|
||||||
|
## Language: English only
|
||||||
|
|
||||||
|
All content in this repository — README, this file, commit messages, run
|
||||||
|
logs, and evidence metadata — MUST be written in English. This is an
|
||||||
|
English-only repository.
|
||||||
|
|
||||||
|
## Purpose
|
||||||
|
|
||||||
|
Git-backed quarantine store for the malware remediator (see README.md).
|
||||||
|
The repository is written primarily by the remediation tool: quarantine
|
||||||
|
commits (one per malware family), run logs, and per-file evidence
|
||||||
|
metadata; plus occasional operator maintenance commits.
|
||||||
|
|
||||||
|
## Safety
|
||||||
|
|
||||||
|
The repository holds LIVE but INERT malware samples. Never execute or
|
||||||
|
open quarantined files in a runnable environment. Consume the history
|
||||||
|
with `git clone --no-checkout` or a bare clone so the malware blobs are
|
||||||
|
never materialized as live files on disk. See README.md.
|
||||||
25
README.md
25
README.md
@ -1,15 +1,16 @@
|
|||||||
# Karantén-git-repó — FIGYELEM, INERT MALWARE-MINTA
|
# Quarantine git-store — WARNING: LIVE BUT INERT MALWARE SAMPLES
|
||||||
|
|
||||||
Ez a repó az `imrcli` remediátor karanténjának git-backed tárolója
|
This repository is the git-backed quarantine store of the malware
|
||||||
(ADR-0008 — git-backed granulált remediáció és recovery,
|
remediator. It follows a git-backed granular remediation and recovery
|
||||||
`docs/adr/ADR-0008-git-backed-granularis-remediacio-es-recovery.md` az
|
model: each quarantine commit corresponds to a single malware family and
|
||||||
`illusion/hids` repóban).
|
is individually revertable.
|
||||||
|
|
||||||
**A tartalom ÉLŐ, de INERT malware-minta.** A fájlokat NE futtasd, NE
|
**The contents are LIVE but INERT malware samples.** Do NOT execute or
|
||||||
nyisd meg futtatható vagy interpretálható környezetben (böngésző, PHP/
|
open the files in any runnable or interpretable environment (browser,
|
||||||
Python-interpreter, shell) — a tárolás kizárólag bizonyíték- és
|
PHP/Python interpreter, shell). Storage serves evidence and recovery
|
||||||
recovery-célt szolgál. Egy karantén-commit szelektív visszaállítása:
|
purposes only.
|
||||||
`git revert <sha>`.
|
|
||||||
|
|
||||||
A hozzáférés a releváns Mértanmű-üzemeltetői körre korlátozott — a
|
Selective restore of a single quarantine commit: `git revert <sha>`.
|
||||||
repó NEM publikus.
|
|
||||||
|
Access is restricted to the authorized operator group — this repository
|
||||||
|
is NOT public.
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user