Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/ronin-rb/ronin-fuzzer

A Ruby library for generating, mutating, and fuzzing data
https://github.com/ronin-rb/ronin-fuzzer

Fixed doc typos.

d6b8a49d898ee47939eb16a1914c5fd8db1077b4 authored over 12 years ago
Moved the String#mutate logic into Ronin::Fuzzing::Mutator.

* Pass the string argument into Repeater#each and Mutator#each.

c22519a695c61bc5b3fdeb7f124266e9f6aa285f authored over 12 years ago
Moved String#repeating logic into Ronin::Fuzzing::Repeater.

20584aa01dedef6bb6fc63e7e9b09045066a9eba authored over 12 years ago
Moved the complex String.generate logic into Ronin::Fuzzing::Generate.

e81517509ced2e2ea51cd0003b68fc7ab81d1182 authored over 12 years ago
Use module_function so fuzzing methods can be called via Fuzzing or by including Fuzzing into a Class/Module.

da05fc6def7efd6c0f3a5fd2f343aaa52de63a88 authored over 12 years ago
Docs.

33695caca5a99dd7586d650b3b4f54f18bb412e8 authored over 12 years ago
Merge branch 'network_proxy' into 0.5.0

c894f16978b7e27905cd1950a07748f970c25efb authored over 12 years ago
Allow String#mutate to accept Symbols that map to Fuzzing generator methods.

15386420b1bd9c233b4bff39aafcb346c7737307 authored almost 13 years ago
Allow String#mutate to accept Symbols that map to Fuzzing generator methods.

7f1af684d7d943c68367263ddf8cc6cd479e2730 authored almost 13 years ago
Added missing documentation for Ronin::Fuzzing.

411006a77f5e0841d120253d87e41a9c16367a7e authored almost 13 years ago
Bumped the Copyright date.

27bd31f55ce12ddfc261c752f526375cf7e380be authored about 13 years ago
Since Strings are Enumerable on Ruby 1.8, only accept Integers, Arrays and Ranges.

00d413bd5e14a7f2c432e1a7f2c6e00e8c7ed635 authored about 13 years ago
Fixed a Ruby 1.8 style issue.

ba3851d75d7357fc56a2b05664ca558490670b18 authored about 13 years ago
Whitespace--

dcc06cf3ad7b9d83da3cfe1afa923fae1b1cc8fe authored about 13 years ago
Merge branch 'fuzzing_patterns' into 0.4.0

068fbd7af6819148a2bf6a30da60a27ff0ab25a8 authored about 13 years ago
Added a spec for using Symbols as patterns with String#fuzz.

2efd60fd22f25fbe58768f7d87aba21ccb98769e authored about 13 years ago
Added a spec for using Fuzzing methods with String#fuzz.

da49574759388655e2064fa6c4a4f338fb7d642f authored about 13 years ago
Allow String#mutate to map Symbol patterns to constants in Regexp.

797fe528ca78ccded7bd18d7331648cfa46427db authored about 13 years ago
DRY.

b85efd4113bfe5f1aa2905d2a97cef5837803c60 authored about 13 years ago
Fixed a YARD link.

363beb2cfd86ffad841ba8e736e69a5fb815e754 authored about 13 years ago
Fixed a require.

62e8e89edb73a107103ebcac64ef9c76aed67d46 authored about 13 years ago
Added String#repeating.

7bc043dc7e5451ced600ee4f41d30afd676c2510 authored about 13 years ago
Fixed a spec.

e0301137b5f179795023f79e26465edd735b99be authored about 13 years ago
Added missing specs.

579de81f1393ac196e2bc2908436ef721d2bf5eb authored about 13 years ago
Allow String.generate to accept an Array of Strings, instead of only bytes/chars.

ed699e56954af79bb886bd6e4086fdf1eee3be59 authored about 13 years ago
Moved String.generate and String.fuzz into 'ronin/fuzzing'.

7041dd2786a56ce5b59ba66c293a00a62352cad3 authored about 13 years ago
Added a prototype String#mutate method.

1f1657f2d53bfde694ef5a444d225bab67b1a88c authored about 13 years ago
Removed the directory traversal code from Fuzzing.bad_paths.

6d4ca8030128dcf2e91097aebcadd40f6e0edf75 authored about 13 years ago
Fixed a typo.

b89dfb10ac4569e37bf5d313284f63c3280e2c91 authored about 13 years ago
Allow String#fuzz to map Symbol patterns to constants in Regexp.

b6956be53ea09c9cd3179769afe52fb31096b13d authored about 13 years ago
Added fuzzing patterns, as methods which yield known-bad strings.

110b3743fa6aae3111c053bcc5f8f2e8f9c9a9eb authored about 13 years ago
Added Fuzzing.[] and allow Symbols to map to fuzzing methods in String#fuzz.

ed32709b80e69526b1540226c3746f569f8a6763 authored about 13 years ago
Allow String#mutate to map Symbol patterns to constants in Regexp.

bec642a9c6e9a32b06bc6cdfd026cd033874b717 authored about 13 years ago
Fixed a YARD link.

704ed092dfebc5b44cfb20fe753db5ac853ca115 authored about 13 years ago
DRY.

90e3848f2fe00f1d22226174cf48b18572cb20b6 authored about 13 years ago
Allow String.generate to accept an Array of Strings, instead of only bytes/chars.

f6cadd3e5a9c5c7ac37d4d77e9fed060c7b90534 authored about 13 years ago
Fixed a spec.

af4b8612ae6e25097dab5ddaff94a8656eb017d4 authored about 13 years ago
Added missing specs.

d573a40c6559c3e6090961ef2b4c4bbb7b6c0f80 authored about 13 years ago
Fixed a require.

19f72e79fd2cae386e22bad86ae6fe26a96d5a7d authored about 13 years ago
Added String#repeating.

d8a6153573affeba3cfb08743bbe137374884331 authored about 13 years ago
Added a prototype String#mutate method.

5f7d2c267e7489b8b868f25bb4c26c2301dffd63 authored about 13 years ago
Moved String.generate and String.fuzz into 'ronin/fuzzing'.

ad54cbc8afe0c13d0fcf565ad4f921834e0e8d68 authored about 13 years ago
Upgraded to the LGPL-3 license.

d33c91d497166c7fedb528ee1a8858a4db066b94 authored about 14 years ago
Re-licensed ronin-ext under the LGPL-2.1 license.

0bbb7e901d7492f7d6e97e7b6c84fadaed306ba0 authored almost 15 years ago
Initial commit.

35432c1baf522948606ecc29f923abf92b6b6af1 authored almost 15 years ago