humor4fun / bounty-formula

A formula to calculate bounty amounts.

Home Page:https://edoverflow.com/2017/the-math-behind-bug-bounties/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Note

I've forked this repository simply to post a GeoGebra graph to play with the formula: https://www.geogebra.org/graphing/eymmzavb

Bounty Formula

A formula to calculate bounty amounts by @TomNomNom and @EdOverflow. The write-up is located here: https://edoverflow.com/2017/the-math-behind-bug-bounties/

image

MathJax

$$\forall C (0 \le C \le 10)$$

$$\forall n (n \in \Bbb{R}^+ \land 1.0 \le n \le 3.0)$$

$$N = \frac{b_{max}}{(C_{max})^n}$$

$$b = N \times (C^n)$$

LaTeX

\[\forall C(0 \le C \le 10)\]

\[\forall n (n \in \mathbb{R}^+ \land 1.0 \le n \le 3.0)\]

\[N = \frac{b_{max}}{(C_{max})^n}\]

\[b = N \times (C^n)\]

Contributing

We welcome contributions from the public.

Using the issue tracker πŸ’‘

The issue tracker is the preferred channel for bug reports and features requests.

Issues and labels 🏷

Our bug tracker utilizes several labels to help organize and identify issues.

Guidelines for bug reports πŸ›

Use the GitHub issue search β€” check if the issue has already been reported.

About

A formula to calculate bounty amounts.

https://edoverflow.com/2017/the-math-behind-bug-bounties/

License:MIT License


Languages

Language:HTML 100.0%