Упаковка и публикация приложения Snap в Ubuntu 18.04
Автор выбрал фонд Electronic Frontier Foundation для получения пожертвований в рамках программы Write for DOnations. Одной из самых крупных проблем при разработке…
Автор выбрал фонд Electronic Frontier Foundation для получения пожертвований в рамках программы Write for DOnations. Одной из самых крупных проблем при разработке…
🟢 Low ⏱ 5–15 min Last verified: 28 May 2020 Affected versions: SLES 12 📖 ~4 min read • Source: SUSE advisory SUSE-CU-2019:741-1 (see also SUSE bugzilla) Related CVEs: CVE-2019-9511 CVE-2019-9513 Upstream summary: Some HTTP/2 implementations are vulnerable to window size manipulation and stream prioritization manipulation, potentially leading to a denial of service. The […]
Wenn Sie eine Anwendung aktiv entwickeln, kann Docker den Workflow und den Prozess der Bereitstellung der Anwendung in der Produktion vereinfachen. Die Arbeit mit Containern im Entwicklungsbereich bietet folgende Vorteile: Die Umgebungen sind…
🟡 Medium ⏱ 10–30 min Last verified: 28 May 2020 Affected versions: SLES 15 📖 ~4 min read • Source: SUSE advisory SUSE-SU-2019:1809-1 (see also SUSE bugzilla) Related CVEs: CVE-2019-10153 Upstream summary: A flaw was discovered in fence-agents, prior to version 4.3.4, where using non-ASCII characters in a guest VM's comment or other fields […]
🔴 Critical ⏱ 15–90 min Last verified: 25 May 2026 Affected versions: Arch Linux (rolling release) 📖 ~4 min read • Source: Arch ASA ASA-201807-3 Related CVEs: CVE-2018-10895 CVE-2018-1000559 CVE-2020-11054 Upstream summary: Type: arbitrary code execution. Status: Fixed. Affected: 1.4.0-1. Fixed in: 1.4.1-1. Group: AVG-735. Table of contents Symptom & Impact Environment & Reproduction […]
Command-line arguments in Java are used to pass arguments to the main program. If you look at the [Java main method](/community/tutorials/public-static-void-main-string-args-java-main-method) syntax, it accepts [String array](/community/tutorials/java-string-array) as an argument. When we pass command-line arguments, they are treated as strings and passed to the main function in the string array argument. The arguments have to be […]
🔴 Critical ⏱ 5–30 min Last verified: 27 May 2020 Affected versions: Debian 10 📖 ~1 min read Table of contents Symptom & Impact Environment & Reproduction Root Cause Analysis Quick Triage Step-by-Step Diagnosis Solution – Primary Fix Solution – Alternative Approaches Verification & Acceptance Criteria Rollback Plan Prevention & Hardening Related Errors & […]
🟠 High ⏱ 5–30 min Last verified: 27 May 2020 Affected versions: 20.04 📖 ~1 min read Table of contents Symptom & Impact Environment & Reproduction Root Cause Analysis Quick Triage Step-by-Step Diagnosis Solution – Primary Fix Solution – Alternative Approaches Verification & Acceptance Criteria Rollback Plan Prevention & Hardening Related Errors & Cross-Refs […]
🟡 Medium ⏱ 10–30 min Last verified: 25 May 2026 Affected versions: openSUSE Tumbleweed 📖 ~4 min read • Source: SUSE security advisory (see also SUSE bugzilla) Related CVEs: CVE-2017-8364 Upstream summary: The read_buf function in stream.c in rzip 2.1 allows remote attackers to cause a denial of service (heap-based buffer overflow and application […]
Introduction Deploying install deno on freebsd 12 on a FreeBSD 12 machine differs from Linux in several important ways: packages come from the FreeBSD Ports Collection or the binary pkg repository, services are registered in /etc/rc.conf via sysrc(8), and firewall rules are written in pf.conf(5) syntax. This tutorial stays entirely within the standard base + […]