Automated Fuzz Testing: The Power of Code Intelligence App

This page summarizes the projects mentioned and recommended in the original post on dev.to

Stream - Scalable APIs for Chat, Feeds, Moderation, & Video.
Stream helps developers build engaging apps that scale to millions with performant and flexible Chat, Feeds, Moderation, and Video APIs and SDKs powered by a global edge network and enterprise-grade infrastructure.
getstream.io
featured
InfluxDB – Built for High-Performance Time Series Workloads
InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
www.influxdata.com
featured
  1. cifuzz

    Discontinued cifuzz makes fuzz tests as easy as unit tests

    Code Intelligence offers automated testing solutions such as CI Fuzz is an open-source command line tool designed to create fuzz tests and automate the fuzz testing process. It can be integrated into Continuous Integration (CI) pipelines, making it easier to run and manage the testing process. For example, it can help developers ship secure software by providing the necessary integrations to test their code at each pull request. CI Fuzz supports a wide range of programming languages, including C, C++, JavaScript, Java, Kotlin, and other JVM-based languages.

  2. Stream

    Stream - Scalable APIs for Chat, Feeds, Moderation, & Video. Stream helps developers build engaging apps that scale to millions with performant and flexible Chat, Feeds, Moderation, and Video APIs and SDKs powered by a global edge network and enterprise-grade infrastructure.

    Stream logo
  3. starter-workflows

    Accelerating new GitHub Actions workflows

    In the sample Java project, we have existing fuzz tests (You can check the test under this folder) and it has GitHub action is set up. Only thing you need us to set into a GitHub Workflow file is an action secret called CI_FUZZ_API_TOKEN with your API token. You can generate it under your Account setting on the Tokens tab.

  4. jazzer

    Discontinued Coverage-guided, in-process fuzzing for the JVM

    Input Generation: The tester uses a fuzzing tool such as CI Fuzz or Jazzer to generate random or unexpected inputs to the software application.

  5. java-demo

    Simple Java project showcases two vulnerabilities - a SQL injection and a RCE that although simplified were inspired from two real-word CVEs

    Now you can try to find your first bug in your project. We are going to use a simple ready java project that has two already vulnerabilities - a SQL injection and an RCE.

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

  • Open-source tool enables fuzz testing in JUnit

    1 project | dev.to | 2 Dec 2022
  • Open-source CLI tool for fuzz testing in JUnit

    1 project | /r/fuzzing | 2 Dec 2022
  • Fuzzing tool that lets you test C directly from CLI using 3 commands (open-source)

    1 project | /r/C_Programming | 22 Sep 2022
  • Looking for some help with this Python package

    1 project | /r/learnpython | 19 Aug 2023
  • JQF Genetic Algorithm

    1 project | /r/fuzzing | 23 Jun 2023

Did you know that Java is
the 9th most popular programming language
based on number of references?