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

Security 403 vs 404 #1076

Closed arcuri82 closed 2 months ago

arcuri82 commented 2 months ago

hi @man-zhang, can you have a look at the failing test PCEMTest? It fails due to a new check added to Individual.verifyValidity(), where we verify that all local ids are indeed unique. somehow, the mutator operator is breaking this. do you have sometime for this?

man-zhang commented 2 months ago

hi, @arcuri82 I will have some time to check it tomorrow night.

man-zhang commented 2 months ago

hi @arcuri82 PCEMTest is fixed now.

arcuri82 commented 2 months ago

@man-zhang thx!

arcuri82 commented 2 months ago

@onurd86 you can have a look at the changes done in this PR

onurd86 commented 2 months ago

@arcuri82 Sure I will take a look.