A deep look at zero-day exploits and whether it is possible to avoid being the victim of one.| open-appsec
Logs| OpenSearch Documentation
Apache Log4j 2.7 is heading out to Maven Central. Here’s are the highlights of what’s new since 2.6.2. The RoutingAppender can be configured with scripts. A new Appender, the ScriptApp…| Gary Gregory
The wave of security vulnerabilities and exploitation affecting Log4shell continues to be a serious concern. We developed a one stop shop of Log4j resources.| www.sonatype.com
What is Apache Flink? — Operations # Apache Flink is a framework for stateful computations over unbounded and bounded data streams. Since many streaming applications are designed to run continuously with minimal downtime, a stream processor must provide excellent failure recovery, as well as tooling to monitor and maintain applications while they are running. Apache Flink puts a strong focus on the operational aspects of stream processing. Here, we explain Flink’s failure recovery mechani...| flink.apache.org
Welcome to a series of blog posts aimed at helping you “hack the ZAP source code”. The previous post in this series is: Hacking ZAP #2 - Getting Started One of the easiest ways to enhance ZAP is to write new passive scan rules. Passive scan rules are used to warn the user of potential vulnerabilities that can be detected passively - they are not allowed to make any new requests or manipulate the requests or responses in any way. They typically run against all of the requests and responses...| ZAP