Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Anilm3 committed Jun 21, 2024
1 parent 2411381 commit 0509045
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions fuzzer/shi_detector/src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -115,8 +115,8 @@ extern "C" int LLVMFuzzerTestOneInput(const uint8_t *bytes, size_t size)
ddwaf_object root;
ddwaf_object tmp;
ddwaf_object_map(&root);
ddwaf_object_map_add(
&root, "server.sys.shell.cmd", ddwaf_object_stringl(&tmp, resource.data(), resource.size()));
ddwaf_object_map_add(&root, "server.sys.shell.cmd",
ddwaf_object_stringl(&tmp, resource.data(), resource.size()));
ddwaf_object_map_add(
&root, "server.request.query", ddwaf_object_stringl(&tmp, param.data(), param.size()));

Expand Down

0 comments on commit 0509045

Please sign in to comment.