https://github.com/remedyit/fuzzr
fuzzr is an open source fuzz check tool
https://github.com/remedyit/fuzzr
Last synced: 11 months ago
JSON representation
fuzzr is an open source fuzz check tool
- Host: GitHub
- URL: https://github.com/remedyit/fuzzr
- Owner: RemedyIT
- License: mit
- Created: 2020-02-26T15:52:20.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-05-18T09:42:29.000Z (about 3 years ago)
- Last Synced: 2025-09-01T12:51:29.715Z (11 months ago)
- Language: Ruby
- Homepage: https://www.remedy.nl
- Size: 55.7 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.rdoc
- License: LICENSE
Awesome Lists containing this project
README
{rdoc-image:https://badge.fury.io/rb/fuzzr.svg}[https://rubygems.org/gems/fuzzr]
{rdoc-image:https://www.codefactor.io/repository/github/remedyit/fuzzr/badge}[https://www.codefactor.io/repository/github/remedyit/fuzzr]
= fuzz
== DESCRIPTION:
{fuzzr}[https://github.com/RemedyIT/fuzzr] is an open source fuzz check tool
== Bugs
If you find a bug, please report it as {fuzzr issue}[https://github.com/RemedyIT/fuzzr/issues].
== Warranty
This software is provided "as is" and without any express or implied warranties, including, without limitation, the implied warranties of merchantibility and fitness for a particular purpose.
== Installing fuzzr
fuzzr is distributed as a Ruby Gem. You can download and install fuzzr as a Ruby Gem from the common {Rubygems.org}[https://www.rubygems.org/gems/fuzzr] repository by executing the following command:
$ gem install fuzzr
The RIDL Gem is a Ruby-only Gem without any dependencies.
== Releasing new RIDL Ruby Gem
A new fuzzr ruby gem release can be made by incrementing the fuzzr version in link:lib/fuzz/version.rb and create a new release on {github}[https://github.com/RemedyIT/fuzzr/releases] matching the new version (for example v2.7.0). The github {Ruby Gem Release}[https://github.com/RemedyIT/fuzzr/actions?query=workflow%3A%22Ruby+Gem+Release%22] action will automatically create a new gem and push it to {Rubygems.org}[https://www.rubygems.org/gems/fuzzr].