distributed-fuzzing / go-fuzz-mesos

go-fuzz on mesos
0 stars 0 forks source link

Goals for project? #1

Open frewsxcv opened 8 years ago

frewsxcv commented 8 years ago

Hey @spacejam, just noticed this project. I noticed it hasn't had activity in a little while. What were your original thoughts with it? I ask because I started a (seemingly) similar project not too long ago:

https://github.com/frewsxcv/lop.farm

It could be the case we could team up and make this thing happen :)

spacejam commented 8 years ago

Hey! Distributed fuzzing is definitely something I'm interested in putting more time into, and I really like the idea of applying it to rust with AFL! This code (or rather, what ended up in https://github.com/distributed-fuzzing/fuzzlr) was mostly the result of a few folks talking about go-fuzz at gophercon and deciding to work on a mesos framework to better take advantage of the built-in distributed functionality in go-fuzz.

How broad do you imagine the scope of this project to be? One thing I'm particularly interested in is distributed fault injection, where partitions and SIGSTOP/CONT/KILL are used with different interleavings and specifiable invariant detection shell-out scripts that ensure the system is still behaving as specified. Do you see lop.farm's scope growing to include something like that, or do you want to focus on parallelizing single-process crash discovery?

frewsxcv commented 8 years ago

Sorry for the very slow response.

Do you see lop.farm's scope growing to include something like that, or do you want to focus on parallelizing single-process crash discovery?

I don't see why it couldn't be both, but I was originally focusing on the latter.

It might be possible to build this project on Marathon when this issue gets implemented. Otherwise, I was just going to go the Kubernetes route.

spacejam commented 8 years ago

No worries, I've been in crunch mode myself. I'm actually in NYC until May 8 if you'd like to grab coffee to talk about ideas!

spacejam commented 7 years ago

@frewsxcv is this still something you're curious about at all? I'm about to move back to NYC and will have a bit of free time to hack on interesting projects, I'd love to meet up and discuss ideas if you have the interest!

frewsxcv commented 7 years ago

Hey @spacejam, I'm still curious about this project and am super interested to use it as an end user, but I don't have much time to contribute to it directly unfortunately. I'm still interested in having a discussion though if youd like.

Considering theres not much actionable for this issue, feel free to close this issue if you'd like.