Join us

ContentUpdates and recent posts about OWASP Dependency-Check..
Link
@anjali shared a link, 8 months, 2 weeks ago
Customer Marketing Manager, Last9

How to Use Prometheus for APM

Learn how to turn Prometheus into a powerful APM tool—track app performance, reduce guesswork, and get real visibility into your systems.

prometheus
Link
@anjali shared a link, 8 months, 2 weeks ago
Customer Marketing Manager, Last9

Logstash Grok Examples: A Detailed Guide to Pattern Matching

Learn how to use Logstash Grok with simple examples. Match and parse logs easily using patterns that are easy to understand.

grok
Link
@anjali shared a link, 8 months, 2 weeks ago
Customer Marketing Manager, Last9

HAProxy vs NGINX Performance: A Comprehensive Analysis

Compare HAProxy and NGINX performance with real-world insights. Find out which one handles traffic, load, and speed better for your setup.

ngnix-monitoring
Link
@anjali shared a link, 8 months, 2 weeks ago
Customer Marketing Manager, Last9

Regex Optimization Techniques: 14 Methods for DevOps Performance

A practical guide to writing better regex—cleaner, faster patterns that won’t trip up your logs, scripts, or search tools.

regex
Story
@laura_garcia shared a post, 8 months, 2 weeks ago
Software Developer, RELIANOID

🚀 Stay Ahead in the ADC Game!

Have you seen our latest RELIANOID Quarterly Newsletter? It’s packed with product updates, expert insights, event highlights, and tips to optimize your infrastructure. If you're working in IT, cybersecurity, or cloud infrastructure — this is a must-read. 🔔 Don’t miss the next one — subscribe now and..

Subscribe to our Newsletter RELIANOID
Story
@laura_garcia shared a post, 8 months, 2 weeks ago
Software Developer, RELIANOID

🎉 We’ve just passed 1,400 followers on LinkedIn! 🎉

A big THANK YOU to everyone who’s been part of our journey so far. At RELIANOID, we’re committed to building secure, high-performance solutions for load balancing, proxying, and cybersecurity — and we love sharing our work with you. 👉 Join our growing community on LinkedIn: https://www.linkedin.co..

more than 1400 followers on LinkedIn RELIANOID
Link
@anjali shared a link, 8 months, 3 weeks ago
Customer Marketing Manager, Last9

How to View and Understand VPC Flow Logs

Learn how to view and make sense of VPC Flow Logs—spot issues, trace traffic, and decode what’s really happening inside your cloud network.

vpc
Story
@laura_garcia shared a post, 8 months, 3 weeks ago
Software Developer, RELIANOID

🚀 New Release: RELIANOID 8.3.1 is here! 🚀

Our latest update introduces performance, stability, and security improvements to ensure enterprise-grade reliability and efficiency. Key highlights include: ✅ Enhanced System Management & Automation: Optimized cluster engine, streamlined service reload logic, and better handling of lock files. ✅ Cl..

Link
@anjali shared a link, 8 months, 3 weeks ago
Customer Marketing Manager, Last9

Java Util Logging Configuration: A Practical Guide for DevOps & SREs

A hands-on guide to setting up and managing Java Util Logging—built for DevOps and SREs who need clarity, not more config headaches.

linux
Link
@anjali shared a link, 8 months, 3 weeks ago
Customer Marketing Manager, Last9

Essential Unix Commands Cheat Sheet for DevOps Engineers

A practical Unix commands cheat sheet for DevOps engineers — no fluff, just the essentials you’ll use in day-to-day operations.

Unix commands
OWASP Dependency-Check is an open source Software Composition Analysis (SCA) tool that scans application dependencies to detect publicly disclosed vulnerabilities. It analyzes project manifests, package metadata, and binary artifacts, then matches them against multiple vulnerability databases, including the NVD. Dependency-Check supports Java, JavaScript, .NET, Python, Ruby, and many other ecosystems. Teams integrate it into CI pipelines, IDEs, and build systems to catch vulnerable libraries early and maintain secure software supply chains. As part of the OWASP foundation, it is widely trusted for transparent, vendor-neutral security scanning.