WebFuzzing / EvoMaster

The first open-source AI-driven tool for automatically generating system-level test cases (also known as fuzzing) for web/enterprise applications. Currently targeting whitebox and blackbox testing of Web APIs, like REST, GraphQL and RPC (e.g., gRPC and Thrift).
GNU Lesser General Public License v3.0
524 stars 85 forks source link

Path disambiguation #1121

Closed Pgarrett closed 3 weeks ago

Pgarrett commented 3 weeks ago

What

For REST individuals, whenever two individuals end in the same path, we go up one path level to add disambiguation.

Pgarrett commented 3 weeks ago

@arcuri82 I've decided to split the PRs regarding the disambiguation feature, so as to have a more to the point PR. Later on I'll send the one with the experimental feature of disambiguation using query/uri params. Grounds for that feature are naturally set here