Introduction to OWASP Top

This page summarizes the projects mentioned and recommended in the original post on news.ycombinator.com

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • smokescreen

    A simple HTTP proxy that fogs over naughty URLs

  • New to the list is Server-Side Request Forgery (SSRF), where you trick the remote server to fetch a sensitive URL on an attackers behalf (eg, internal service or cloud metadata URL from the context of an internal server), a language-agnostic defense is using something like Stripe's Smokescreen [1] which acts as a SOCKS proxy your app connects to when requesting URLs that should be quarantined, and it does the enforcement of access to internal/external IPs or not.

    [1] https://github.com/stripe/smokescreen

  • baserunner

    A tool for exploring Firebase datastores.

  • I've seen a fair bit of this with Firebase apps, where devs don't write enough rules, or have collections that mix non-sensitive and sensitive fields. It's tricky, because the whole query-the-database-from-JavaScript model causes your app to fail open. I wrote a tool that acts as a generic Firebase datastore client to help find these sorts of flaws.[1]

    [1]: https://github.com/iosiro/baserunner

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Using Llamafiles for Embeddings in Local RAG Applications

    2 projects | news.ycombinator.com | 16 May 2024
  • Really: Policy language for infra that doesn't suck

    1 project | news.ycombinator.com | 16 May 2024
  • Show HN: Syntax highliting tool for code snippets in HTML

    1 project | news.ycombinator.com | 16 May 2024
  • Integrating Datadog Instrumented Apps in your OpenTelemetry Stack

    4 projects | dev.to | 16 May 2024
  • How to start a Symfony 7 application with Docker without having PHP locally installed on your machine

    5 projects | dev.to | 16 May 2024