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
Change validations to check shouldGenerateSqlData instead of only search #1077
@agusaldasoro @jgaleotti once CI has passed, we can merge this PR.
however, we will need to discuss how/if we want to combine SBST/DSE configurations. we can do that by email, or in a meeting
This PR should not affect functionality. The changes here enable future development on
config.generateSqlDataWithDSE
.config.generateSqlDataWithDSE
toconfig.shouldGenerateSqlData()
ApiWsStructureMutator