ReproductionData
No description
type ReproductionData {
id: ID!
technicalName: String
reproductionCmd: String
payload: String!
input: HttpInput
output: String
vulnerableParameter: String
}
Fields
ReproductionData.id ● ID! non-null scalar
The ID of the reproduction data
ReproductionData.technicalName ● String scalar
The technical name of the reproduction data
ReproductionData.reproductionCmd ● String scalar
The reproduction command of the reproduction data
ReproductionData.payload ● String! non-null scalar
The payload of the reproduction data
ReproductionData.input ● HttpInput object
ReproductionData.output ● String scalar
The output of the reproduction data
ReproductionData.vulnerableParameter ● String scalar
The vulnerable parameter of the reproduction data