[go: nahoru, domu]

Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Nginx] Initial integration, new fuzzer added #4144

Merged
merged 48 commits into from
Aug 30, 2020
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
48 commits
Select commit Hold shift + click to select a range
55df55b
[postgresql] Added auto_css to project.yaml
yooyoo9 Jul 1, 2020
3b68612
[postgresql] Added new fuzzer
yooyoo9 Jul 1, 2020
e9c20a7
[postgresql] Cleaned up files, changed project.yaml
yooyoo9 Jul 1, 2020
1ff3708
Dockerfile - changed to official repo
yooyoo9 Jul 1, 2020
0924667
Renamed fix.diff
yooyoo9 Jul 1, 2020
bc96764
[postgresql] Fixed parser_fuzzer, added new json_parser_fuzzer
yooyoo9 Jul 8, 2020
291874c
[nginx] updated project.yaml
yooyoo9 Jul 16, 2020
519e52b
[nginx] added first fuzzer
yooyoo9 Jul 16, 2020
da30b18
[nginx] added build file for fuzzers
yooyoo9 Jul 16, 2020
fba5786
Added license header
yooyoo9 Jul 16, 2020
6547869
Removed dictionary
yooyoo9 Jul 16, 2020
c68a47d
Removed dictionary
yooyoo9 Jul 17, 2020
a99ddb5
Moved fuzzers to fuzzer directory
yooyoo9 Jul 17, 2020
5e8bd8c
fixed new lines
yooyoo9 Jul 17, 2020
e6d31a6
Updated years, removed maintainer field in Dockerfile
yooyoo9 Jul 17, 2020
829a3c5
Removed line spaces
yooyoo9 Jul 17, 2020
3af152a
Updated year
yooyoo9 Jul 17, 2020
cbcce1d
Changed existing fuzzer
yooyoo9 Jul 17, 2020
8c183ba
Changed Makefile
yooyoo9 Jul 17, 2020
ed61f81
delete newlines
yooyoo9 Jul 24, 2020
3e412dc
remove patch
yooyoo9 Jul 24, 2020
268b46c
update year
yooyoo9 Jul 24, 2020
e269dbc
add socket wrapper functions
yooyoo9 Jul 24, 2020
f7d6886
modified fuzzer initialization
yooyoo9 Jul 24, 2020
7f64ba5
add new grpc module fuzzer
yooyoo9 Jul 24, 2020
ca84f84
Merge branch 'master' of github.com:google/oss-fuzz into pgsql
yooyoo9 Jul 24, 2020
372e731
Merge branch 'master' of github.com:google/oss-fuzz into nginx
yooyoo9 Jul 27, 2020
94e9b20
Removed grpc fuzzer
yooyoo9 Jul 27, 2020
f49f44a
Fixed http request fuzzer
yooyoo9 Jul 27, 2020
a08f4ce
Add nginx patch
yooyoo9 Jul 27, 2020
d4a56b4
Add Makefile for fuzzers
yooyoo9 Jul 27, 2020
1cd4810
Fix fuzzer
yooyoo9 Jul 29, 2020
b2c5a49
Added client side fuzzing
yooyoo9 Jul 29, 2020
8fb8203
fixed fuzzer
yooyoo9 Jul 31, 2020
2d78bfd
Merge branch 'master' of github.com:google/oss-fuzz into nginx
yooyoo9 Aug 19, 2020
60a5296
Merge branch 'pgsql' into nginx
yooyoo9 Aug 24, 2020
dd8a2ed
Removed memory and undefined sanitizers
yooyoo9 Aug 25, 2020
a299963
Added dictionary
yooyoo9 Aug 25, 2020
97b8d9a
Changed fuzzer from c to c++
yooyoo9 Aug 25, 2020
7601376
Use protobuf for input to fuzzer
yooyoo9 Aug 25, 2020
1cea2f4
Improved style
yooyoo9 Aug 25, 2020
3884c3d
Added configuration file needed by fuzzer
yooyoo9 Aug 25, 2020
9aaf93e
Added licence header
yooyoo9 Aug 25, 2020
17afbf1
Added makefile for fuzzers
yooyoo9 Aug 25, 2020
4c43fba
Fixed dictionary
yooyoo9 Aug 25, 2020
b0a95ac
Modified make_fuzzers
yooyoo9 Aug 26, 2020
75ba108
moved dictionary
yooyoo9 Aug 28, 2020
d1eb9f4
Undo last commit
yooyoo9 Aug 28, 2020
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Removed dictionary
  • Loading branch information
yooyoo9 committed Jul 16, 2020
commit 65478698aedfaa34e3ec64f434c01e2f77debed6
2 changes: 1 addition & 1 deletion projects/postgresql/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ RUN apt-get update && apt-get install -y make libreadline-dev zlib1g-dev bison f
RUN git clone git://git.postgresql.org/git/postgresql.git

WORKDIR postgresql
COPY add_fuzzers.diff build.sh *.dict *.options $SRC/
COPY add_fuzzers.diff build.sh $SRC/
2 changes: 0 additions & 2 deletions projects/postgresql/parser_fuzzer.options

This file was deleted.