Skip to content

Commit 991927c

Browse files
committed
Merge branch 'master' into ioa_master
2 parents 437bb1d + 591f87a commit 991927c

295 files changed

Lines changed: 2950 additions & 4751 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

LICENSE

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

bot_working_directory/env.yaml

Lines changed: 23 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
BOT_NAME: 'luckycat'
77

88
# Fuzzer to Run
9-
FUZZER: 'Libfuzzer'
9+
FUZZER: 'libFuzzer'
1010

1111
# Platform
1212
PLATFORM: 'Linux'
@@ -99,8 +99,28 @@ PKG_NAME: ''
9999
# Time interval between process polls to check for crashes.
100100
PROCESS_POLL_INTERVAL: 0.5
101101

102-
# URL pointing to the location of release builds on Minio Cloud Storage. Unused for custom builds.
103-
RELEASE_BUILD_BUCKET_PATH: 'http://127.0.0.1:9000/test/test-([0-9]+).zip'
102+
# All kind of Builds
103+
# ================================
104+
# Bucket PATHS
105+
FUZZ_TARGET_BUILD_BUCKET_PATH: ''
106+
107+
RELEASE_BUILD_BUCKET_PATH: 'easy_crash_fuzzer-([0-9]+).zip'
108+
#
109+
SYM_RELEASE_BUILD_BUCKET_PATH: ''
110+
#
111+
SYM_DEBUG_BUILD_BUCKET_PATH: ''
112+
#
113+
STABLE_BUILD_BUCKET_PATH: ''
114+
#
115+
BETA_BUILD_BUCKET_PATH: ''
116+
# Build that we assume is already installed on the system in the specified folder
117+
SYSTEM_BINARY_DIR: ''
118+
119+
# Some fuzzing jobs may use auxiliary builds, such as DFSan instrumented
120+
# builds accompanying libFuzzer builds to enable DFT-based fuzzing.
121+
DATAFLOW_BUILD_BUCKET_PATH: ''
122+
# ================================
123+
104124
# Flag to indicate if we should force app install every time before a new task is started (Android).
105125
REINSTALL_APP_BEFORE_EACH_TASK: false
106126

butler.py

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,3 @@
1-
# Copyright 2024 IOActive
2-
# Copyright 2019 Google LLC
3-
#
4-
# Licensed under the Apache License, Version 2.0 (the "License");
5-
# you may not use this file except in compliance with the License.
6-
# You may obtain a copy of the License at
7-
#
8-
# http://www.apache.org/licenses/LICENSE-2.0
9-
#
10-
# Unless required by applicable law or agreed to in writing, software
11-
# distributed under the License is distributed on an "AS IS" BASIS,
12-
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13-
# See the License for the specific language governing permissions and
14-
# limitations under the License.
15-
161
"""Butler is here to help you with command-line tasks (e.g. running unit tests,
172
deploying).
183

copyright.txt

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

licenses.sh

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

pytest.ini

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
[pytest]
2+
pythonpath = src

src/__init__.py

Whitespace-only changes.
Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1 @@
1-
# Copyright 2024 IOActive
2-
# Copyright 2019 Google LLC
3-
#
4-
# Licensed under the Apache License, Version 2.0 (the "License");
5-
# you may not use this file except in compliance with the License.
6-
# You may obtain a copy of the License at
7-
#
8-
# http://www.apache.org/licenses/LICENSE-2.0
9-
#
10-
# Unless required by applicable law or agreed to in writing, software
11-
# distributed under the License is distributed on an "AS IS" BASIS,
12-
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13-
# See the License for the specific language governing permissions and
14-
# limitations under the License.
15-
161

0 commit comments

Comments
 (0)