2019 - Page 329 of 527

FreeBSD 12 — gnupg — multiple vulnerabilities (13 CVEs) — patch and remediation guide — diagnosis and fix on FreeBSD 12

FreeBSD 12 — gnupg — multiple vulnerabilities (13 CVEs) — patch and remediation guide

🟠 High   ⏱ 15–60 min  Last verified: 19 July 2019 Affected versions: FreeBSD 12 📖 ~4 min read  •  Source: FreeBSD VuXML VuXML topic: gnupg — AEAD key import overflow Related CVEs: CVE-2003-0971 CVE-2005-0366 CVE-2006-0049 CVE-2006-0455 CVE-2006-3082 CVE-2006-6235 CVE-2008-1530 CVE-2013-4402  +5 more Upstream summary: Importing an OpenPGP key having a preference list for AEAD […]

Read more
Entendendo classes no JavaScript — step-by-step Javascript tutorial on Progressive Robot

Entendendo classes no JavaScript

O JavaScript é uma linguagem baseada em protótipo, e cada objeto no JavaScript tem uma propriedade interna escondida chamada [[Prototype]], que pode ser usada para estender as propriedades e métodos de objetos. Você pode ler mais sobre protótipos no nosso tutorial [Entendendo…

Read more
FreeBSD 12 — ja-netscape-navigator-linux — multiple vulnerabilities (3 CVEs) — patch and remediation guide — diagnosis and fix on FreeBSD 12

FreeBSD 12 — ja-netscape-navigator-linux — multiple vulnerabilities (3 CVEs) — patch and remediation guide

🟡 Medium   ⏱ 10–30 min  Last verified: 19 July 2019 Affected versions: FreeBSD 12 📖 ~4 min read  •  Source: FreeBSD VuXML VuXML topic: libpng stack-based buffer overflow and other code concerns Related CVEs: CVE-2004-0597 CVE-2004-0598 CVE-2004-0599 Upstream summary: Chris Evans has discovered multiple vulnerabilities in libpng, which can be exploited by malicious people […]

Read more
React でAxios を使用する方法 — step-by-step Javascript tutorial on Progressive Robot

React でAxios を使用する方法

Axiosは、軽量で promise ベースの HTTP クライアントです。この記事では、Axiosを使用して、Reactアプリケーション内の一般的な JSONプレースホルダーAPI にアクセスする方法の例を見ていきます。

Read more
How to Configure Failover Clustering on Windows Server 2016 — step-by-step Windows Server 2016 tutorial on Progressive Robot

How to Configure Failover Clustering on Windows Server 2016 (SERVER-2016-2)

How to Configure Failover Clustering on Windows Server 2016 Failover Clustering is a Windows Server feature that allows multiple servers to work together to provide high availability for workloads and services. If one node in the cluster fails, another node automatically takes over, minimising downtime for critical applications. Windows Server 2016 introduces improvements including Cloud […]

Read more
FreeBSD 12 — phplist — multiple vulnerabilities (3 CVEs) — patch and remediation guide — diagnosis and fix on FreeBSD 12

FreeBSD 12 — phplist — multiple vulnerabilities (3 CVEs) — patch and remediation guide

🟡 Medium   ⏱ 10–30 min  Last verified: 19 July 2019 Affected versions: FreeBSD 12 📖 ~4 min read  •  Source: FreeBSD VuXML VuXML topic: phpList — SQL injection and XSS vulnerability Related CVEs: CVE-2009-0422 CVE-2012-2740 CVE-2012-2741 Upstream summary: Zero Science Lab reports: Input passed via the parameter 'sortby' is not properly sanitised before being […]

Read more
Using Maven in Eclipse IDE — step-by-step DevOps tutorial on Progressive Robot

Using Maven in Eclipse IDE

URL: https://www.progressiverobot.com/maven-eclipse-ide/ Eclipse IDE has fantastic support for Maven. We can easily create maven projects, build, deploy, and run it using the Eclipse GUI based interface. In this tutorial, we will learn how to use maven in Eclipse. We will go through the following examples. Creating a simple Maven project, build and run it Creating […]

Read more
Cómo escribir instrucciones condicionales en Go — step-by-step Programming tutorial on Progressive Robot

Cómo escribir instrucciones condicionales en Go

Las instrucciones condicionales son parte de cada lenguaje de programación. Con las instrucciones condicionales, podemos disponer de código que a veces se ejecuta y que en otros momentos no lo hace, según las condiciones del programa en ese momento. Cuando ejecutamos por…

Read more
CHAT