Skip to content

Commit

Permalink
Update fuzzing.go
Browse files Browse the repository at this point in the history
  • Loading branch information
aidenwang9867 committed Jul 7, 2022
1 parent fc5d95d commit f815c6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion checks/raw/fuzzing.go
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ var languageFuzzSpecs = map[clients.LanguageName]languageFuzzConfig{
filePattern: "fuzz_*.cpp",
Name: fuzzerBuiltInCpp,
funcPattern: `extern\s+[("C")\s]*[\w\*]+\s+(\w*((?i)fuzz)+\w*)+\s*\([\w* ,]*\)`,
URL: asPointer("https://help.code-intelligence.com/create-a-c-fuzz-test"),
URL: asPointer("https://github.com/google/fuzzing/blob/master/docs/good-fuzz-target.md"),
Desc: asPointer(
"C++ Fuzz This Function.",
),
Expand Down

0 comments on commit f815c6e

Please sign in to comment.