Avatar photo
By: Paolo Perego

February 23, 2022 2:34 pm

3,616 views

Avoid command injection with Apache Common CLI

This article is about using secure coding patterns and correcting vulnerable code. Applications need third-party libraries to provide common facilities for repetitive tasks like logging, parsing, ... When a developer uses an opensource library, he must understand that his code inherits also possible security issues. For this reason, opensource libraries must be audited for risks to […]

Read More