-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
adding libra to list of projects #3382
Conversation
Thanks for your pull request. It looks like this may be your first contribution to a Google open source project (if not, look below for help). Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA). 📝 Please visit https://cla.developers.google.com/ to sign. Once you've signed (or fixed any issues), please reply here with What to do if you already signed the CLAIndividual signers
Corporate signers
ℹ️ Googlers: Go here for more info. |
Hey @mimoo, TravisBuddy Request Identifier: f7ca9f50-4e90-11ea-a3d3-1b6c403325ec |
@googlebot I signed it! |
CLAs look good, thanks! ℹ️ Googlers: Go here for more info. |
Welcome to OSS-Fuzz! |
Rust fuzzing should 100% work and we are eager to support it. |
thanks for the pointer! I'll report back if I run into troubles :) |
Is there anyway to accept multiple fuzzers as one binary? The way we currently run our fuzzers is that we add a environment variable that specifies which fuzzer it is. Otherwise I'll have to look into creating separate binaries. EDIT: made it work on my end |
OSS-Fuzz model requires multiple binaries. See https://github.com/google/oss-fuzz/pull/431/files for example |
Looks like it takes us more than the 70GB limit to build our fuzzers in release mode 😄 any way to increase this? |
Are you seeing a failure anywhere, or you've read about 70GB limit in
I see that actual limit is higher, so unless you experience a failure, we should probably fix the docs instead :) |
that's how I had set my docker settings, with more memory it builds! |
Ack, I've updated the doc in 072457f, sorry for the confusion! |
question: is there a way to invite someone (who hasn't been CC'ed) to a finding? |
I've granted your gmail account |
one question: is it possible to grant this to more people/non-google accounts? Also, is there a way on your side to create a distribution list that gets CC'ed? (We can do it on our side, but I'm not sure how it'll work when everybody tries to login as [email protected] on our list.) |
You can add a mailing list in auto_ccs in project.yaml, that sends them email about monorail bug when it is filed, but they wont be able to login to ClusterFuzz interface since that requires individual login. |
what if everyone logs in as |
Then it should work. |
Hey!
I'd like to add libra to oss fuzz. Here is the project repository.
Thanks!