Introducing The Mayhem for API Free Plan

|
We’re happy to announce we’re making Mayhem for API free with up to 50 monthly scans, available to everyone today. Since we introduced Mayhem for API earlier this year, the response has been phenomenal ... Read More
Github Code Scanning integration with Mayhem for API

Mayhem for API ❤️ GitHub Code Scanning: Seamless DevSecOps for your REST APIs

|
One of the Mayhem for API’s guiding principles is to provide information where developers are. For instance, our CLI runs on your dev machine and can scan local APIs. The central tool to develop software as a team is a Source Code Management system like GitHub ... Read More
Mayhem for API ❤️ GitHub: Seamless DevSecOps for your REST APIs

Mayhem for API ❤️ GitHub: Seamless DevSecOps for your REST APIs

|
One of the Mayhem for API’s guiding principles is to provide information where developers are. For instance, our CLI runs on your dev machine and can scan local APIs. The central tool to develop software as a team is a Source Code Management system like GitHub ... Read More
Testing Postman APIs with Fuzzing

Testing Postman APIs with Fuzzing

|
Postman Collections are a great way to document, test, and share your APIs. With Mayhem for API, you can squeeze even more testing out of your existing postman collections ... Read More
Testing Postman APIs with fuzzing

Testing Postman APIs with Fuzzing

|
Postman Collections are a great way to document, test, and share your APIs. With Mayhem for API, you can squeeze even more testing out of your existing postman collections ... Read More
Useful Properties To Check With Fuzz Testing

Useful Properties To Check With Fuzz Testing

|
The is part three of a three part series on Property-based Fuzz Testing. This article lists a number of useful properties that are commonly used to validate the correctness and safety of code. If you are not sure how to apply property-based fuzzing to your code, this list should give ... Read More
Useful Properties To Check With Fuzz Testing

Useful Properties To Check With Fuzz Testing

|
The is part three of a three part series on Property-based Fuzz Testing. This article lists a number of useful properties that are commonly used to validate the correctness and safety of code. If you are not sure how to apply property-based fuzzing to your code, this list should give ... Read More
what is property-based-fuzzing?

What is Property-Based Fuzzing?

|
Fuzzing is the automated process of finding software bugs by feeding random data into a target program until one of those permutations reveals a flaw. Property-based testing is a form of fuzzing. Property-based testing feeds random data into an application (or function) and detects flaws. It is particularly powerful as ... Read More
What is Property-Based Fuzzing?

What is Property-Based Fuzzing?

|
Fuzzing is the automated process of finding software bugs by feeding random data into a target program until one of those permutations reveals a flaw. Property-based testing is a form of fuzzing. Property-based testing feeds random data into an application (or function) and detects flaws. It is particularly powerful as ... Read More

What is Property-based Testing?

|
This three-part series will show you how to take your fuzzing targets beyond memory errors and crashes to finding correctness and even efficiency issues using Property-based fuzzing. This technique is especially useful for memory-safe languages like Rust and Go ... Read More