
Security News
CISA’s 2025 SBOM Guidance Adds Hashes, Licenses, Tool Metadata, and Context
CISA’s 2025 draft SBOM guidance adds new fields like hashes, licenses, and tool metadata to make software inventories more actionable.
= RFC XML Ruby library
The rfcxml
library is a parser and generator for RFC XML documents. It is
intended to be used to parse and generate RFC XML v3 documents.
== Installation
Add this line to your application's Gemfile:
And then execute:
Or install it yourself as:
== Usage
To parse an RFC XML document:
require 'rfcxml'
To generate an RFC XML document:
require 'rfcxml'
rfc = Rfcxml::Document.new rfc.title = 'An RFC Title' rfc.abstract = 'An RFC Abstract' rfc.sections = [ Rfcxml::Section.new('Section 1', 'This is the first section'), Rfcxml::Section.new('Section 2', 'This is the second section') ]
== Contributing
Bug reports and pull requests are welcome on GitHub at https://github.com/metanorma/rfcxml.
== Copyright and license
The gem is available as open source under the terms of the BSD 2-clause license.
All rights reserved. Ribose.
FAQs
Unknown package
We found that rfcxml demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
CISA’s 2025 draft SBOM guidance adds new fields like hashes, licenses, and tool metadata to make software inventories more actionable.
Security News
A clarification on our recent research investigating 60 malicious Ruby gems.
Security News
ESLint now supports parallel linting with a new --concurrency flag, delivering major speed gains and closing a 10-year-old feature request.