File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -18,12 +18,12 @@ rustup install nightly
1818
1919## Available Fuzz Targets
2020
21- | Target | Description |
22- | --------| -------------|
23- | ` ast_postgres ` | Fuzzes AST parsing with PostgreSQL settings |
24- | ` ast_mysql ` | Fuzzes AST parsing with MySQL settings |
25- | ` ast_mssql ` | Fuzzes AST parsing with MSSQL settings |
26- | ` ast_render ` | Fuzzes both parsing AND rendering with random parameters |
21+ | Target | Description |
22+ | ---------------- | --------------------------------------------- -------------|
23+ | ` ast_postgres ` | Fuzzes AST parsing with PostgreSQL settings |
24+ | ` ast_mysql ` | Fuzzes AST parsing with MySQL settings |
25+ | ` ast_mssql ` | Fuzzes AST parsing with MSSQL settings |
26+ | ` ast_render ` | Fuzzes both parsing AND rendering with random parameters |
2727
2828## Running the Fuzzer
2929
You can’t perform that action at this time.
0 commit comments