diff --git a/docs/jargon-org.txt b/docs/jargon-org.txt index 185230f..51b15ec 100644 --- a/docs/jargon-org.txt +++ b/docs/jargon-org.txt @@ -19,7 +19,7 @@ Free Documentation License". * Generated -This file last generated Tuesday, 16 October 2018 04:38PM UTC +This file last generated Tuesday, 16 October 2018 04:43PM UTC * Glossary ** ( @@ -4381,6 +4381,9 @@ adj. Said of something that functions, but in a slightly strange, klugey way. It *** furrfu excl. [Usenet; written, only rarely spoken] Written-only equivalent of Sheesh! ; it is, in fact, sheesh modified by rot13. Evolved in mid-1992 as a response to notably silly postings repeating urban myths on the Usenet newsgroup alt.folklore.urban , after some posters complained that Sheesh! as a response to newbies was being overused. See also FOAF. +*** fuzzing +To throw random variables at the inputs of a program to test for bugs or to find security vulnerabilities. As in "fuzzing the inputs", "fuzz test". + ** G *** gang bang n. The use of large numbers of loosely coupled programmers in an attempt to wedge a great many features into a product in a short time. Though there have been memorable gang bangs (e.g., that over-the-weekend assembler port mentioned in Steven Levy's Hackers ), and large numbers of loosely-coupled programmers operating in bazaar mode can do very useful work when they're not on a deadline, most are perpetrated by large companies trying to meet unrealistic deadlines; the inevitable result is enormous buggy masses of code entirely lacking in orthogonal ity. When market-driven managers make a list of all the features the competition has and assign one programmer to implement each, the probability of maintaining a coherent (or even functional) design goes to epsilon. See also firefighting , Mongolian Hordes technique , Conway's Law. diff --git a/docs/jargon.1.gz b/docs/jargon.1.gz index 28a0738..f0fed14 100644 Binary files a/docs/jargon.1.gz and b/docs/jargon.1.gz differ diff --git a/docs/jargon.html b/docs/jargon.html index 6455da1..5dd7c7b 100644 --- a/docs/jargon.html +++ b/docs/jargon.html @@ -18,7 +18,7 @@ Free Documentation License".

Generated

-This file last generated Tuesday, 16 October 2018 04:38PM UTC +This file last generated Tuesday, 16 October 2018 04:43PM UTC

Glossary

@@ -5150,6 +5150,10 @@ This file last generated Tuesday, 16 October 2018 04:38PM UTC

excl. [Usenet; written, only rarely spoken] Written-only equivalent of Sheesh! ; it is, in fact, sheesh modified by rot13. Evolved in mid-1992 as a response to notably silly postings repeating urban myths on the Usenet newsgroup alt.folklore.urban , after some posters complained that Sheesh! as a response to newbies was being overused. See also FOAF.

+

fuzzing

+

+ To throw random variables at the inputs of a program to test for bugs or to find security vulnerabilities. As in "fuzzing the inputs", "fuzz test". +

G

gang bang

diff --git a/entries/fuzzing.txt b/entries/fuzzing.txt new file mode 100644 index 0000000..68e165e --- /dev/null +++ b/entries/fuzzing.txt @@ -0,0 +1,5 @@ +fuzzing + +To throw random variables at the inputs of a program to test for bugs +or to find security vulnerabilities. As in "fuzzing the inputs", +"fuzz test". \ No newline at end of file