The aeson vulnerability has been fixed in aeson-2.0.1.0

This page summarizes the projects mentioned and recommended in the original post on /r/haskell

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
  • github

    The github API for Haskell (by haskell-github)

  • still works. In my experience so far, you only need to worry if you define your own combinators, e.g. like in https://github.com/phadej/github/commit/dd3dfbccaf4de4c3095b52fefb52c6b3c961a8f8

  • aeson

    A fast Haskell JSON library

  • Ah, I see you are working on this already, thank you: https://github.com/haskell/aeson/pull/883

  • 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
  • libjwt-typed

    A Haskell implementation of JSON Web Token (JWT)

  • I benchmarked my jose library (using the benchmark suite from https://github.com/marcin-rzeznicki/libjwt-typed, which uses criterion); the JSON objects involved are small (< 8 members) and the performance difference is negligible - perhaps slightly faster (don't have to allocate a vector of hash buckets, most of which are unused). I haven't benchmarked performance with huge numbers of members but it's O(1) [amortised, degrading to O(n) for pathological inputs] -> O(log n), so I would expect a small performance decrease for objects with >> 8 members.

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

  • How to Implement Rate Limiting in Express for Node.js

    4 projects | dev.to | 17 Apr 2024
  • Enable a link to a block in a note using Obsidian GitHub Publisher

    1 project | dev.to | 21 Mar 2024
  • [06/52] Accessible Kubernetes with Terraform and DigitalOcean

    4 projects | dev.to | 23 Feb 2024
  • Oink: An API for PHP in a single file

    6 projects | news.ycombinator.com | 13 Feb 2024
  • DB2Rest VS postgrest - a user suggested alternative

    2 projects | 8 Jan 2024