Skip to content

Commit a75dc9b

Browse files
authored
Remove local fuzzing server (#4729)
The local fuzzing server is a feature that has not been used for a long time and is currently unmaintained. Temporarily remove it from the codebase, and restore it when needed.
1 parent b4e4c5a commit a75dc9b

31 files changed

+0
-6574
lines changed

tests/fuzz/wasm-mutator-fuzz/README.md

Lines changed: 0 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -48,36 +48,3 @@ $ ./build/wasm-mutator/wasm_mutator_fuzz ./build/CORPUS_DIR
4848
4949
$ ./build/aot-compiler/aot_compiler_fuzz ./build/CORPUS_DIR
5050
````
51-
52-
## Fuzzing Server
53-
54-
```shell
55-
1. Installation Dependent Environment
56-
$ cd server
57-
$ pip install -r requirements.txt
58-
59-
2. Database Migration
60-
$ python3 app/manager.py db init
61-
$ python3 app/manager.py db migrate
62-
$ python3 app/manager.py db upgrade
63-
64-
3. Change localhost to your machine's IP address
65-
$ cd ../portal
66-
$ vim .env # Change localhost to your machine's IP address # http://<ip>:16667
67-
68-
4. Run Server and Portal
69-
$ cd .. # Switch to the original directory
70-
If you want to customize the front-end deployment port: # defaut 9999
71-
$ vim .env # Please change the portal_port to the port you want to use
72-
73-
The server is deployed on port 16667 by default, If you want to change the server deployment port:
74-
$ vim .env # Please change the server_port to the port you want to use
75-
$ vim portal/.env # Please change the VITE_SERVER_URL to the port you want to use # http://ip:<port>
76-
77-
78-
If your network needs to set up a proxy
79-
$ vim .env # Change proxy to your proxy address
80-
81-
$ docker-compose up --build -d
82-
Wait for completion, Access the port set by env
83-
```

tests/fuzz/wasm-mutator-fuzz/docker-compose.yml

Lines changed: 0 additions & 29 deletions
This file was deleted.

tests/fuzz/wasm-mutator-fuzz/portal/.env

Lines changed: 0 additions & 1 deletion
This file was deleted.

tests/fuzz/wasm-mutator-fuzz/portal/.gitignore

Lines changed: 0 additions & 24 deletions
This file was deleted.

tests/fuzz/wasm-mutator-fuzz/portal/Dockerfile

Lines changed: 0 additions & 24 deletions
This file was deleted.

tests/fuzz/wasm-mutator-fuzz/portal/default.conf.template

Lines changed: 0 additions & 53 deletions
This file was deleted.

tests/fuzz/wasm-mutator-fuzz/portal/index.html

Lines changed: 0 additions & 13 deletions
This file was deleted.

tests/fuzz/wasm-mutator-fuzz/portal/nginx.conf

Lines changed: 0 additions & 15 deletions
This file was deleted.

tests/fuzz/wasm-mutator-fuzz/portal/osv-scanner.toml

Lines changed: 0 additions & 59 deletions
This file was deleted.

0 commit comments

Comments
 (0)