You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/site/markdown/development/fuzzing.md
+4-3Lines changed: 4 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -69,8 +69,7 @@ Log4cxx provides OSS-Fuzz integration with following helpers:
69
69
## Viewing fuzzing failures detected by OSS-Fuzz {#view}
70
70
71
71
The system running fuzzers registered to OSS-Fuzz is called **ClusterFuzz**, which provides [a web interface](https://oss-fuzz.com) for maintainers to monitor the fuzzing results.
72
-
Tests outputs and [reproduction](#reproduce) inputs for failed tests are stored in [a Google Cloud Storage bucket](https://console.cloud.google.com/storage/browser/apache-logging-log4cxx-logs.clusterfuzz-external.appspot.com).
73
-
Access to both the web interface and the bucket is restricted, and only allowed to [those configured for the project](https://github.com/google/oss-fuzz/blob/master/projects/apache-logging-log4cxx/project.yaml).
72
+
Test output and the input for any failed test (required for reproduction) are stored in [a Google Cloud Storage bucket](https://console.cloud.google.com/storage/browser/apache-logging-log4cxx-logs.clusterfuzz-external.appspot.com).
74
73
75
74
## Reproducing fuzzing failures detected by OSS-Fuzz {#reproduce}
Refer to https://google.github.io/oss-fuzz/advanced-topics/reproducing/[the related OSS-Fuzz documentation] for details.
83
+
Refer to [the related OSS-Fuzz documentation](https://google.github.io/oss-fuzz/advanced-topics/reproducing) for details.
84
+
85
+
Access to both the web interface and the storage bucket is restricted, and only [those allowed to configure the oss-fuzz project](https://github.com/google/oss-fuzz/blob/master/projects/apache-logging-log4cxx/project.yaml).
0 commit comments