Skip to content

Commit

Permalink
Merge branch 'master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanmetzman authored Oct 3, 2023
2 parents 77a77ee + b416f07 commit 5a527ea
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
1 change: 0 additions & 1 deletion projects/lua/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ cat > $FUZZ_INTROSPECTOR_CONFIG <<EOF
FILES_TO_AVOID
testdir/build/tests/external.protobuf_mutator
testdir/build/tests/luaL_loadbuffer_proto/
testdir/tests
EOF

cd $SRC/testdir
Expand Down
1 change: 0 additions & 1 deletion projects/tarantool/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ export FUZZ_INTROSPECTOR_CONFIG=$SRC/fuzz_introspector_exclusion.config
cat > $FUZZ_INTROSPECTOR_CONFIG <<EOF
FILES_TO_AVOID
icu/
tarantool/test
tarantool/build/test
EOF

Expand Down
7 changes: 4 additions & 3 deletions tools/vscode-extension/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
{
"name": "oss-fuzz",
"displayName": "OssFuzz",
"name": "OSS-Fuzz",
"displayName": "OSS-Fuzz",
"description": "",
"version": "0.0.2",
"publisher": "OSS-Fuzz maintainers",
"publisher": "OSS-FuzzMaintainers",
"engines": {
"vscode": "^1.76.0"
},
"repository": "https://github.com/google/oss-fuzz",
"categories": [
"Other"
],
Expand Down

0 comments on commit 5a527ea

Please sign in to comment.