Tag

fuzzing

1 views collected around this technical thread.

Continuous Delivery 2.0
Continuous Delivery 2.0
Aug 28, 2023 · Backend Development

Facebook’s Autonomous Integration Testing Infrastructure and Fuzzing Techniques

The article explains Facebook’s autonomous integration testing infrastructure, detailing how it abstracts services, employs fuzzing, mock services, and record‑and‑playback techniques to enable scalable, isolated testing of backend microservices while minimizing friction and ensuring reliable software delivery.

AutomationFacebookTesting
0 likes · 17 min read
Facebook’s Autonomous Integration Testing Infrastructure and Fuzzing Techniques
AntTech
AntTech
Apr 19, 2023 · Information Security

ODDFuzz: Discovering Java Deserialization Vulnerabilities via Structure‑Aware Directed Greybox Fuzzing

The paper presents ODDFuzz, a structure‑aware directed greybox fuzzing framework that combines lightweight static taint analysis with targeted fuzzing to efficiently discover previously unknown Java deserialization (ODD) vulnerabilities, achieving higher recall and precision than existing tools and uncovering six new CVE‑rated bugs in popular Java frameworks.

JavaODDFuzzdeserialization
0 likes · 19 min read
ODDFuzz: Discovering Java Deserialization Vulnerabilities via Structure‑Aware Directed Greybox Fuzzing
Cloud Native Technology Community
Cloud Native Technology Community
Mar 9, 2023 · Cloud Native

containerd Fuzzing Audit Uncovers Vulnerability and Enhances Cloud‑Native Security

The containerd project completed a comprehensive fuzzing audit that added 28 fuzzers, uncovered a critical OCI image import vulnerability (CVE‑2023‑25153), and demonstrated the robustness of its codebase while highlighting the importance of fuzz testing for cloud‑native runtime security.

Cloud NativeGoOCI
0 likes · 9 min read
containerd Fuzzing Audit Uncovers Vulnerability and Enhances Cloud‑Native Security
AntTech
AntTech
Nov 7, 2022 · Blockchain

Effectively Generating Vulnerable Transaction Sequences in Smart Contracts with Reinforcement Learning‑Guided Fuzzing

This paper presents a reinforcement‑learning‑based fuzzer (RLF) that generates transaction sequences likely to trigger smart‑contract vulnerabilities, combining vulnerability‑driven and coverage‑driven rewards to improve detection efficiency and outperform existing state‑of‑the‑art tools.

RL-based fuzzerblockchain securityfuzzing
0 likes · 12 min read
Effectively Generating Vulnerable Transaction Sequences in Smart Contracts with Reinforcement Learning‑Guided Fuzzing
Tencent Cloud Developer
Tencent Cloud Developer
Sep 1, 2022 · Backend Development

Exploring Go 1.18's Major New Features: Generics, Fuzzing, and Workspaces

Exploring Go 1.18, the article walks readers through its three flagship additions—generics, fuzzing, and workspaces—detailing installation, underlying implementation concepts, practical code examples, and how each feature enhances type safety, automated testing, and multi‑module dependency management for modern backend development.

Automated TestingBackend DevelopmentGo 1.18
0 likes · 22 min read
Exploring Go 1.18's Major New Features: Generics, Fuzzing, and Workspaces
Continuous Delivery 2.0
Continuous Delivery 2.0
Jun 2, 2022 · Backend Development

Autonomous Integration Testing Infrastructure at Facebook: Design, Challenges, and Practices

The article explains how Facebook built a stable, abstracted integration‑testing infrastructure for backend services, combining automated testing, fuzzing, record‑and‑playback, and isolation techniques to enable rapid prototyping while avoiding side effects and improving bug detection.

autonomous testingbackendfuzzing
0 likes · 16 min read
Autonomous Integration Testing Infrastructure at Facebook: Design, Challenges, and Practices
DevOps
DevOps
May 10, 2021 · Backend Development

Automated Unit Test Generation for Exception Recall in C/C++ Services

This article presents a white‑box, unit‑test‑driven approach for automatically generating C/C++ test cases that detect and recall runtime stability issues, detailing problem analysis, solution design, code‑analysis, test‑data generation, code generation, failure analysis, and deployment results across large‑scale backend modules.

C++fuzzingsoftware reliability
0 likes · 19 min read
Automated Unit Test Generation for Exception Recall in C/C++ Services
Baidu Intelligent Testing
Baidu Intelligent Testing
Jan 6, 2021 · Backend Development

Automated Unit Test Generation for Exception Recall in C/C++ Backend Systems

This article presents a comprehensive approach to automatically generate unit tests for C/C++ backend services, leveraging static code analysis, white‑box techniques, and fuzzing to create high‑coverage test cases that proactively detect stability issues without manual effort.

C++fuzzingsoftware reliability
0 likes · 20 min read
Automated Unit Test Generation for Exception Recall in C/C++ Backend Systems
JD Tech
JD Tech
Oct 11, 2018 · Information Security

Multi‑Architecture Fuzzing Technique Presented by JD Security Lab at BRUCON

JD Security researchers attended the BRUCON conference to unveil a new fuzz‑testing operation that extends AFL with custom instrumentation, enabling faster testing across multiple CPU architectures and overcoming the limitations of existing fuzzers for closed‑source and non‑x86 systems.

BRUCONJD Securityfuzzing
0 likes · 5 min read
Multi‑Architecture Fuzzing Technique Presented by JD Security Lab at BRUCON