← Back to home
Comparison · Infra & APIs

Dragonfly vs Grype

A side-by-side editorial comparison of Dragonfly and Grype — release velocity, themes, recent moves, and the top alternatives to consider.

Dragonfly vs Grype: at a glance

FeatureDragonflyGrype
SectorInfra & APIsInfra & APIs
Velocity score5.06.3
Sparks · 30d01
Top themesin-memory-datastore, redis-compatible, upstream-sync, io-loopvulnerability-scanning, false-positives, golang, reachability
Last editorial update1h ago1h ago
WebsiteVisit →Visit →

What is Dragonfly?

Dragonfly is paying down its Redis fork debt and chasing correctness in the new IO loop.

Releases land every few days as incremental i1.39.x tags, and the work splits three ways. First, resyncing forked Redis code with upstream Valkey — the hyperloglog resync pulled in a CVE fix for run-length overflow in sparse opcodes plus AVX2 and ARM NEON merge kernels, and exposed three Dragonfly-local bugs in the process. Second, correctness in the v1 and v2 IO loops: a pub/sub ordering defect where anti-starvation quota logic could run a pipelined UNSUBSCRIBE ahead of queued messages and silently drop them. Third, ongoing internal migration of command handlers to a new argument parser.

Read the full Dragonfly trajectory →

What is Grype?

Grype has stopped competing on coverage and started competing on how few false positives it prints.

Nearly every release in this window is about match precision rather than new scanning surface. The Go ecosystem gets the most attention — deduplicating the same CVE reported under both a govulndb GO-* ID and its GHSA alias, disabling stdlib CPE matching by default, emitting only stdlib records where appropriate, and respecting withdrawn OSV records. The RHEL side gets parallel work on version streams, RHSA-to-minor-version mapping, and fix dates, with Ubuntu ESM and Chainguard added as data sources.

Read the full Grype trajectory →

Dragonfly vs Grype: editorial side-by-side

D
Dragonfly
INFRA · APIS
5.0

Dragonfly is paying down its Redis fork debt and chasing correctness in the new IO loop.

◆ Current state

Releases land every few days as incremental i1.39.x tags, and the work splits three ways. First, resyncing forked Redis code with upstream Valkey — the hyperloglog resync pulled in a CVE fix for run-length overflow in sparse opcodes plus AVX2 and ARM NEON merge kernels, and exposed three Dragonfly-local bugs in the process. Second, correctness in the v1 and v2 IO loops: a pub/sub ordering defect where anti-starvation quota logic could run a pipelined UNSUBSCRIBE ahead of queued messages and silently drop them. Third, ongoing internal migration of command handlers to a new argument parser.

◆ Where it's heading

The fork-maintenance thread is the structural one — Dragonfly carries Valkey-derived code that drifts, and resyncing is how it inherits both security fixes and SIMD performance work it did not write. Running two IO loop generations at once is the current source of risk, visible in tests that had to be skipped on the v1 leg and in an ordering bug that only appeared after v1.38 changed the dispatch quota. Neither thread is adding user-facing capability; this is a window of consolidation.

◆ Prediction

Expect the v2 IO loop to move toward default as the ordering and pause-semantics gaps close, and further upstream resyncs of forked Redis files now that the hyperloglog sync established a formatting convention to keep them cheap.

G
Grype
INFRA · APIS
6.3

Grype has stopped competing on coverage and started competing on how few false positives it prints.

◆ Current state

Nearly every release in this window is about match precision rather than new scanning surface. The Go ecosystem gets the most attention — deduplicating the same CVE reported under both a govulndb GO-* ID and its GHSA alias, disabling stdlib CPE matching by default, emitting only stdlib records where appropriate, and respecting withdrawn OSV records. The RHEL side gets parallel work on version streams, RHSA-to-minor-version mapping, and fix dates, with Ubuntu ESM and Chainguard added as data sources.

◆ Where it's heading

The product is being tuned for teams that already run it in CI and are drowning in output — the unit of progress is a suppressed bad match, not a newly detected one. Reachability analysis is the sharpest expression of that: it moves the question from 'is this version vulnerable' to 'does this code path exist in your binary.' Expect vulnerability data quality and distro-specific correctness to keep consuming most of the release notes.

◆ Prediction

Reachability analysis should widen beyond Go if the false-positive reduction holds, and the pattern of onboarding one new ecosystem or distro data source per minor release looks set to continue.

Alternatives to Dragonfly and Grype

Other Infra & APIs products tracked by Sparkpulse, ranked by recent ship velocity. Each card links to a full editorial trajectory and lets you pivot into a head-to-head comparison with either Dragonfly or Grype.

See all Dragonfly alternatives → · See all Grype alternatives →

Recent activity from Dragonfly and Grype

Latest ship moves from both products, interleaved chronologically. ⚡ = editorial spark.

  1. 5d agoDragonflyi1.39.11: chore(hll): sync hyperloglog.c with valkey upstream (#7961)
  2. 6d agoGrypeGo GHSA twins scoped by shared CVE; RHEL severity false positives fixed
  3. 11d agoDragonflyFix mutable cross-thread access on shared reply builder
  4. 13d agoDragonflyi1.39.9: fix(facade): preserve pub/sub order on unsubscribe (v1 IO loop) (#7909)
  5. 18d agoGrypeReachability analysis lands to cut Go false positives
  6. 26d agoDragonflyi1.39.6: test: skip V2-only pause tests under V1 (#7822)
  7. 1mo agoDragonflyi1.39.4: Add list compression tuning flags (#7762)
  8. 1mo agoDragonflyi1.39.3: chore(server): migrate main_service handlers to CmdArgParser
  9. 1mo agoGrypeGo and GHSA matches merged; stdlib CPE matching off by default
  10. 1mo agoGrypeZarf package scanning and a govulndb OSV transformer
  11. 2mo agoGrypeUbuntu 26.04 and Hummingbird distro support, SARIF and version-compare fixes
  12. 3mo agoGrypeIgnore rules extended to owned sub-packages of distro packages

Frequently asked questions

What is the difference between Dragonfly and Grype?

They serve adjacent needs but don't currently overlap on shipped themes. Grype is currently shipping more aggressively (velocity 6.3 vs 5.0), with 1 editorial sparks in the last 30 days against 0. See the at-a-glance table above for a side-by-side breakdown of velocity, recent sparks, and editorial themes.

Is Dragonfly better than Grype?

Sparkpulse doesn't pick a winner — we score release velocity, not feature parity. Grype is currently shipping more aggressively (velocity 6.3 vs 5.0), with 1 editorial sparks in the last 30 days against 0. For your specific use case, the alternatives sections above list other Infra & APIs products to evaluate alongside.

What are the best alternatives to Dragonfly?

Top Dragonfly alternatives in Infra & APIs are ranked by recent ship velocity. Browse the "Dragonfly alternatives" section above for the current picks, or visit /alternatives/dragonfly for the full list with editorial commentary on each.

What are the best alternatives to Grype?

Top Grype alternatives in Infra & APIs are ranked by recent ship velocity. Browse the "Grype alternatives" section above for the current picks, or visit /alternatives/grype for the full list with editorial commentary on each.