Tag: supplychain
February 23, 2022 2:34 pm
4,428 viewsAvoid 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 […]
Tags: Apache, Cybersecurity, how-to, opensource, secure coding, supplychain, third-party libraries
Categories: Technical Solutions