Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 2041ba9

Browse filesBrowse files
committed
Use gitpython-developers org ownd repository for seed corpra
This repo was created after discussion in PR #1901.
1 parent 5e56e96 commit 2041ba9
Copy full SHA for 2041ba9

File tree

1 file changed

+3
-3
lines changed
Filter options

1 file changed

+3
-3
lines changed

‎fuzzing/oss-fuzz-scripts/container-environment-bootstrap.sh

Copy file name to clipboardExpand all lines: fuzzing/oss-fuzz-scripts/container-environment-bootstrap.sh
+3-3Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,9 @@ download_and_concatenate_common_dictionaries() {
3636

3737
fetch_seed_corpra() {
3838
# Seed corpus zip files are hosted in a separate repository to avoid additional bloat in this repo.
39-
git clone --depth 1 https://github.com/DaveLak/oss-fuzz-inputs.git oss-fuzz-inputs &&
40-
rsync -avc oss-fuzz-inputs/gitpython/corpra/ "$SEED_DATA_DIR/" &&
41-
rm -rf oss-fuzz-inputs; # Clean up the cloned repo to keep the Docker image as slim as possible.
39+
git clone --depth 1 https://github.com/gitpython-developers/qa-assets.git qa-assets &&
40+
rsync -avc qa-assets/gitpython/corpra/ "$SEED_DATA_DIR/" &&
41+
rm -rf qa-assets; # Clean up the cloned repo to keep the Docker image as slim as possible.
4242
}
4343

4444
########################

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.