Join us

ContentUpdates and recent posts about OWASP Dependency-Check..
 Activity
@simme started using tool Grafana Loki , 5 days, 16 hours ago.
 Activity
@simme started using tool Grafana , 5 days, 16 hours ago.
 Activity
@simme started using tool Go , 5 days, 16 hours ago.
 Activity
@simme started using tool Claude Code , 5 days, 16 hours ago.
Story Trending
@cloudsignals shared a post, 5 days, 21 hours ago
Director - Cloud Engineering, osttra

Terraform Production Readiness Cheatsheet

Terraform Terragrunt

Terraform working isn’t enough. Learn what it takes to make it production-ready — from backend design to security and automated pipelines.

Terraform Production Readiness Cheatsheet
Story Trending
@cloudsignals shared a post, 6 days, 5 hours ago
Director - Cloud Engineering, osttra

DevSecOps: Rapid & Secure Delivery

SonarQube Vault Kyverno Open Policy Agent (OPA) Trivy

If security is your last step, you’re already too late. This guide shows how to build a DevSecOps pipeline where security is continuous, automated, and invisible to delivery speed.

DevSecOps - Rapid & Secure Delivery
Link
@varbear shared a link, 6 days, 22 hours ago
FAUN.dev()

GitHub backs down, kills Copilot PR ‘tips’ after backlash

GitHub revoked Copilot's ability to inject tips into other users' pull requests after reports that Copilot Review inserted aRaycastlink. They disabled agent tips in PR comments, blamed a programming-logic bug, and said they won't turn tips into ads... read more  

GitHub backs down, kills Copilot PR ‘tips’ after backlash
Link
@varbear shared a link, 6 days, 22 hours ago
FAUN.dev()

SQLite Features You Didn’t Know It Had: JSON, text search, CTE, STRICT, generated columns, WAL

SQLite packsJSONextraction, expression indexes,FTS5full-text search,CTEs, window functions, andWALinto a single file. It enforcesstrict tables, supportsgenerated columns, and indexes JSON expressions for fast semi-structured queries... read more  

Link
@varbear shared a link, 6 days, 22 hours ago
FAUN.dev()

I told Claude Code to build me an executive assistant. This is what my work as CTO looks like now

CTO at ZAR shares his experience managing 10 engineers, shipping code, and operating at the C-level with an AI assistant named Claude Code. The system allows him to maintain context across multiple workstreams, automate tasks, and scale his productivity. In just three weeks, he has documented 82 mee.. read more  

Link
@varbear shared a link, 6 days, 22 hours ago
FAUN.dev()

Python 3.3: The Version That Quietly Rewired Everything

Python 3.3 introduced three key features that have had a lasting impact on Python development. Firstly, yield from simplified the composition of generators by allowing easy delegation between them. Secondly, venv standardized virtual environments in Python, improving isolation and reproducibility of.. read more  

Python 3.3: The Version That Quietly Rewired Everything
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.