microsoft / restler-fuzzer

RESTler is the first stateful REST API fuzzing tool for automatically testing cloud services through their REST APIs and finding security and reliability bugs in these services.
MIT License
2.59k stars 296 forks source link

[Feature Request] Include the operationId in metadata and results #690

Open mikekistler opened 1 year ago

mikekistler commented 1 year ago

💡 Idea

Many OpenAPI definitions include an operationId field for each operation that specifies a more concise name for the operation than the method+path combination. The OpenAPI spec does not require operationIds but when present they must be unique.

RESTler should capture the operationId of an operation when present in the definition file and include it in output like speccov.json to allow users to deal with concise names when analyzing results.

Design Notes

No response