paper-with-me

Papers

Artificial Bugs for Crowdsearch

2024-03-14 · Hans Gersbach, Fikri Pitsuwan, Pio Blieske

Bug bounty programs, where external agents are invited to search and report vulnerabilities (bugs) in exchange for rewards (bounty), have become a major tool for companies to improve their systems. We suggest augmenting such programs by inserting artificial bugs to increase the incentives to search for real (organic) bugs. Using a model of crowdsearch, we identify the efficiency gains by artificial bugs, and we show that for this, it is sufficient to insert only one artificial bug. Artificial bugs are particularly beneficial, for instance, if the designer places high valuations on finding organic bugs or if the budget for bounty is not sufficiently high. We discuss how to implement artificial bugs and outline their further benefits.

📄 PDF Abstract BibTeX arXiv:2403.09484

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Crowdsearch

2023-11-14 · Hans Gersbach, Akaki Mamageishvili, Fikri Pitsuwan

A common economic process is crowdsearch, wherein a group of agents is invited to search for a valuable physical or virtual object, e.g. creating and patenting an invention, solving an open scientific problem, or identif…

Object

Can we learn from developer mistakes? Learning to localize and repair real bugs from real bug fixes

2022-07-01 · Cedric Richter, Heike Wehrheim

Real bug fixes found in open source repositories seem to be the perfect source for learning to localize and repair real bugs. However, the absence of large scale bug fix collections has made it difficult to effectively e…

DeepMutants: Training neural bug detectors with contextual mutations

2021-07-14 · Cedric Richter, Heike Wehrheim

Learning-based bug detectors promise to find bugs in large code bases by exploiting natural hints such as names of variables and functions or comments. Still, existing techniques tend to underperform when presented with …

Language ModelingLanguage Modelling

Decentralized Attack Search and the Design of Bug Bounty Schemes

2023-03-31 · Hans Gersbach, Akaki Mamageishvili, Fikri Pitsuwan

Systems and blockchains often have security vulnerabilities and can be attacked by adversaries, with potentially significant negative consequences. Therefore, infrastructure providers increasingly rely on bug bounty prog…

Enhancing the Monte Carlo Tree Search Algorithm for Video Game Testing

2020-03-17 · Sinan Ariyurek, Aysu Betin-Can, Elif Surer

In this paper, we study the effects of several Monte Carlo Tree Search (MCTS) modifications for video game testing. Although MCTS modifications are highly studied in game playing, their impacts on finding bugs are blank.…