Icinga Web 2.14, Security Releases, and Module Updates

Icinga Web 2.14, Security Releases, and Module Updates

We are shipping a new batch of Icinga Web ecosystem releases today. Icinga Web 2.14 is the headline, bringing the baseline for two-factor authentication support, configurable password policies, a configurable Content Security Policy, and a round of developer tooling...

Releasing Icinga 2 v2.16.3, 2.15.5, and 2.14.10

Releasing Icinga 2 v2.16.3, 2.15.5, and 2.14.10

Shortly after releasing the recent security updates for Icinga 2, we have received reports that these contained an unpleasant surprise for anyone using the Json.decode() function in their configuration. For one of the security fixes, out internal C++ JsonDecode()...

Modernizing a legacy CMake build-system

Modernizing a legacy CMake build-system

CMake tends to have a bad reputation for being to complex and convoluted, but often that notion stems from very old versions of CMake. Sure, CMake is a Turing-complete scripting language, but that is really needed for an ecosystem as complex as that of C and C++. And...

XSS Vulnerability in Icinga PHP Library

XSS Vulnerability in Icinga PHP Library

Today we announce a security update for Icinga PHP Library. It solves a severe cross-site scripting attack vulnerability and affects multiple Icinga products at once. It has been published as GHSA-55wf-5m3q-6jjf. Installing the update v0.19.2 as soon as possible is...

How to Use Git Bisect to Pinpoint Bugs Precisely

How to Use Git Bisect to Pinpoint Bugs Precisely

A feature that used to work suddenly broke. The problem? There were 300 commits since the last time I knew it worked. Checking each commit manually would take forever. Fortunately, Git has a tool designed exactly for this situation: git bisect. What is Git Bisect? The...

How to undo Git reset hard?

How to undo Git reset hard?

You just finished a long interactive rebase. You hit enter. Your commit history looks… wrong. There is a bunch of things that could go wrong: messed up an interactive rebase accidentally ran git reset --hard merged the wrong branch rebased onto the wrong base You...

Subscribe to our Newsletter

A monthly digest of the latest Icinga news, releases, articles and community topics.