File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
src/main/java/com/endava/cats/fuzzer/http Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change 9
9
import com .endava .cats .generator .simple .StringGenerator ;
10
10
import com .endava .cats .http .HttpMethod ;
11
11
import com .endava .cats .http .ResponseCodeFamilyPredefined ;
12
- import com .endava .cats .util .JsonUtils ;
13
12
import com .endava .cats .model .FuzzingData ;
14
13
import com .endava .cats .openapi .OpenApiUtils ;
15
14
import com .endava .cats .util .CatsUtil ;
16
15
import com .endava .cats .util .ConsoleUtils ;
16
+ import com .endava .cats .util .JsonUtils ;
17
17
import io .github .ludovicianul .prettylogger .PrettyLogger ;
18
18
import io .github .ludovicianul .prettylogger .PrettyLoggerFactory ;
19
19
import jakarta .inject .Singleton ;
28
28
29
29
/**
30
30
* Iterates through path variables and sens random resource identifiers.
31
- * The fuzzer only runs for GET and DELETE requests.
32
31
*/
33
32
@ HttpFuzzer
34
33
@ Singleton
You can’t perform that action at this time.
0 commit comments