chris

Как установить Node.js в Ubuntu 16.04 — step-by-step Linux tutorial on Progressive Robot

Как установить Node.js в Ubuntu 16.04

Node.js это платформа для разработки приложений на языке JavaScript, позволяющая быстро создавать приложения, работающие в сети. Использование JavaScript одновременно на клиентской и на серверной стороне позволяет сделать разработку более унифицированной и спроектированной в…

Read more
Mockito mock examples — step-by-step Programming tutorial on Progressive Robot

Mockito mock examples

URL: https://www.progressiverobot.com/mockito-mock-examples/ Mockito mocking framework provides different ways to mock a class. Let's look at different methods through which we can mock a class and stub its behaviors. Mockito mock method We can use [Mockito](/community/tutorials/mockito-tutorial) class mock() method to create a mock object of a given class or interface. This is the simplest way to […]

Read more
Ubuntu 18.04 — php-nette — vulnerability — patch and remediation guide — diagnosis and fix on Ubuntu 18.04

Ubuntu 18.04 — php-nette — vulnerability — patch and remediation guide

🟢 Low   ⏱ 5–15 min  Last verified: 24 January 2021 Affected versions: Ubuntu 18.04 (bionic) 📖 ~4 min read  •  Source: Ubuntu Security Notice USN-5983-1 Related CVEs: CVE-2020-15227 Upstream summary: Cyku Hong discovered that Nette was not properly handling and validating data used for code generation. A remote attacker could possibly use this issue […]

Read more
How To Write Switch Statements in Go — step-by-step Programming tutorial on Progressive Robot

How To Write Switch Statements in Go

switch is an alternative conditional statement useful for communicating actions taken by your Go programs when presented with different options. Everything we can write with the switch statement can also be written with if statements. We’ll look at a few examples of what the switch statement can do, the if statements it replaces, and where it’s most appropriately applied.

Read more
Ubuntu 14.04 — openldap — multiple vulnerabilities (20 CVEs) — patch and remediation guide — diagnosis and fix on Ubuntu 14.04

Ubuntu 14.04 — openldap — multiple vulnerabilities (20 CVEs) — patch and remediation guide

🟠 High   ⏱ 15–60 min  Last verified: 24 January 2021 Affected versions: Ubuntu 14.04 (trusty) 📖 ~4 min read  •  Source: Ubuntu Security Notice USN-7713-1 Related CVEs: CVE-2021-27212 CVE-2020-36229 CVE-2020-36230 CVE-2020-36226 CVE-2020-36221 CVE-2020-36224 CVE-2020-36228 CVE-2020-36227  +12 more Upstream summary: It was discovered that OpenLDAP incorrectly handled X.509 DN parsing. A remote attacker could possibly […]

Read more
Installieren von Nginx unter Ubuntu 20.04 [Schnellstart] — step-by-step Linux tutorial on Progressive Robot

Installieren von Nginx unter Ubuntu 20.04 [Schnellstart]

Nginx ist einer der beliebtesten Webserver der Welt und hostet einige der größten und datenverkehrsreichsten Sites im Internet. Nginx ist in den meisten Fällen ressourcenschonender als Apache und kann als Webserver oder Reverse-Proxy verwendet werden. In diesem Leitfaden…

Read more
Ubuntu 16.04 — yara — multiple vulnerabilities (17 CVEs) — patch and remediation guide — diagnosis and fix on Ubuntu 16.04

Ubuntu 16.04 — yara — multiple vulnerabilities (17 CVEs) — patch and remediation guide

🟠 High   ⏱ 15–60 min  Last verified: 24 January 2021 Affected versions: Ubuntu 16.04 (xenial) 📖 ~4 min read  •  Source: Ubuntu Security Notice USN-8080-1 Related CVEs: CVE-2018-19976 CVE-2017-9304 CVE-2018-19974 CVE-2017-8294 CVE-2018-12034 CVE-2017-8929 CVE-2021-45429 CVE-2017-11328  +9 more Upstream summary: Kamil Frankowicz discovered that a number of YARA's functions generated memory exceptions when processing specially […]

Read more
CHAT