
Tracking ITScape (CVE-2026-46316), the KVM/arm64 guest-to-host escape
ITScape पैच-स्थिति ट्रैकर का स्रोत: एक एकल-पृष्ठ साइट जो दर्ज करती है कि किन डिस्ट्रीब्यूशन ने Linux कर्नेल में KVM/arm64 guest-to-host escape के लिए फिक्स जारी किया है।
बग के बारे में सब कुछ — CVE IDs, प्रभावित और फिक्स किए गए संस्करण, अपस्ट्रीम फिक्स कमिट, खोज और प्रकटीकरण का श्रेय, और अंतिम प्रति-डिस्ट्रीब्यूशन पैच स्थिति — ट्रैकर पेज पर है, इस README में नहीं:
site/content/_index.mdउस फ़ाइल को संपादित करें; इस रेपो में बाकी सब कुछ बिल्ड इंफ्रास्ट्रक्चर है।
इसमें से कोई भी चीज़ जानबूझकर यहाँ दोहराई नहीं गई है। इस README में एक दूसरी प्रति ट्रैकर पेज के संशोधित होने पर केवल पुरानी पड़ जाएगी। सारांश दोबारा जोड़ने से बचें।
तैनाती योजना और वर्तमान सेटअप की स्थिति
WEBSITE.md में दी गई हैं।
Hugo extended (≥ 0.146.0) और Go (Hugo Modules द्वारा PaperMod थीम लाने के लिए) आवश्यक हैं।
nix develop # dev shell: hugo, go, git, resvg
cd site
hugo server # local preview at http://localhost:1313/itscape/
यदि आप direnv का उपयोग करते हैं, तो एक बार direnv allow चलाएँ और जब भी आप रेपो में cd करते हैं,
डेव शेल अपने आप सक्रिय हो जाता है।
Hugo extended ≥ 0.146.0 और Go ≥ 1.24 स्वयं इंस्टॉल करें, फिर:
cd site
hugo server # http://localhost:1313/itscape/
make build # local build into site/public/
make dist # build, then rsync to haig:/itscape/
make banner # re-rasterise the social banner SVG → PNG (needs resvg + Roboto)
make dist पहले make build चलाता है। make banner की आवश्यकता केवल
site/assets/itscape-tracker.svg संपादित करने के बाद होती है; रेंडर किया गया PNG कमिट किया जाता है।
.
├── flake.nix # Nix dev environment (hugo, go, git, resvg + RPM tools)
├── .envrc # direnv hook → `use flake`
├── .gitignore
├── Makefile # `make build`, `make dist`, `make banner`
├── LICENSE # CC BY 4.0
├── README.md # this file
├── CLAUDE.md # project instructions for Claude Code
├── WEBSITE.md # publication plan / decisions log
├── scripts/ # auto-update agent: prompt + driver
├── systemd/ # user-level timer + service units
└── site/ # Hugo project
├── hugo.toml
├── content/
│ └── _index.md # the tracker (single page)
├── assets/css/extended/custom.css # PaperMod CSS overrides
├── assets/itscape-tracker.svg # social-banner source (→ make banner)
├── static/itscape-tracker.png # rendered OpenGraph banner (committed)
├── layouts/partials/ # PaperMod overrides (post_meta, extend_footer)
├── go.mod, go.sum # Hugo Modules — pulls PaperMod theme
└── … # standard Hugo skeleton
CC BY 4.0 — श्रेय के साथ साझा करें और अनुकूलित करें।