Skip to content
Close
Login
Login

Code Intelligence Blog

What's new in software testing?

Josh Grant Feb 8, 2023 5:32:14 PM 4 min read

How To Do Unit Testing In Java

Learn how to do unit testing in Java using JUnit. ...
Start Reading
Josh Grant Jan 30, 2023 11:59:41 AM 7 min read

Unit Testing Vs Fuzz Testing - Two Sides of the Same Coin?

Everything you need to know about the strengths ...
Start Reading
Josh Grant Jan 24, 2023 1:55:36 PM 3 min read

How to Test a Java Application

Discover tools and techniques to ensure your Java ...
Start Reading
Josh Grant Dec 9, 2022 3:29:43 PM 6 min read

How to Fuzz Java with CI Fuzz

Learn how to fuzz your Java code using a few ...
Start Reading
Markus Zoppelt Nov 29, 2022 11:13:15 AM 9 min read

Build Secure Java Applications with Fuzz Testing

Build secure java systems by integrating fuzz ...
Start Reading
Roman Wagner Oct 19, 2022 5:27:10 PM 1 min read

Remote Code Execution Vulnerability Discovered in HSQLDB

CVSS Base Score: 9.8 | Affected versions: all ...
Start Reading
Norbert Schneider May 4, 2022 5:02:10 PM 6 min read

On the Fuzzing Hook - Exploring Deeper Program States

Fuzzing hooks can help you find more bugs by ...
Start Reading
Sebastian Poeplau Jan 10, 2022 5:15:01 PM 1 min read

Testing Clojure Code With Jazzer

Follow the instructions to set it up clj fuzz ...
Start Reading
Fabian Meumertzheim Dec 13, 2021 4:18:03 PM 3 min read

Finding the log4j RCE With Fuzzing

We open sourced detectors that can detect log4j ...
Start Reading
Fabian Meumertzheim Oct 18, 2021 5:42:37 PM 2 min read

Autofuzz: Fuzzing Without Writing Fuzz Targets or Harnesses

The new Jazzer update offers Java developers even ...
Start Reading
Roman Wagner Aug 19, 2021 12:06:08 PM 1 min read

19 Bugs in Jsoup Found With Jazzer

jsoup: users should upgrade to version 1.14.2!
Start Reading
Khaled Yakdan Aug 12, 2021 4:54:21 PM 3 min read

What Bugs Can You Find With Fuzzing?

A long list of bugs and vulnerabilities that gets ...
Start Reading