Giter Site home page Giter Site logo

Comments (5)

jonathanmetzman avatar jonathanmetzman commented on June 9, 2024

CC @marktefftech @letitz

from clusterfuzz.

letitz avatar letitz commented on June 9, 2024

If I read the code correctly, the cron job only mutates FuzzerJob.multiplier values, not FuzzerJob.weight values. Can we simply manually set FuzzerJob.weight instead?

from clusterfuzz.

letitz avatar letitz commented on June 9, 2024

Ah, I misread the issue. This is about engine fuzzers. There is indeed no way to manually set weights for libfuzzer and afl fuzz targets, since the weights are clobbered by a cron job. It currently works for centipede targets because there is no support in the cron job for other fuzzing engines.

from clusterfuzz.

letitz avatar letitz commented on June 9, 2024

It seems to me the most straightforward solution here would be to introduce the weight/multiplier distinction for fuzz targets as is done for fuzzers, and have the cron job adjusts multipliers instead of weights. It's pretty simple, and that way it would work just like fuzzer weights for consistency.

from clusterfuzz.

marktefftech avatar marktefftech commented on June 9, 2024

I don't have any input on the existing logic for assigning weights and multipliers. Generally speaking I have found it confusing in the past.

The core issue here (at least, for Android) are our host jobs are not running basically at all.

In a design discussion yesterday, it was decided to create a new pool of hosts dedicated specifically for running our jobs.

I just wanted to leave this note in case this decision affects the work items in this ticket.

from clusterfuzz.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.