
Product
Introducing Tier 1 Reachability: Precision CVE Triage for Enterprise Teams
Socket’s new Tier 1 Reachability filters out up to 80% of irrelevant CVEs, so security teams can focus on the vulnerabilities that matter.
fast_attributes-uuid
Advanced tools
This gem adds support of UUID
type to fast_attributes
gem
Add this line to your application's Gemfile:
gem 'fast_attributes'
gem 'fast_attributes-uuid'
And then execute:
$ bundle
Or install it yourself as:
$ gem install fast_attributes fast_attributes-uuid
require 'fast_attributes'
require 'fast_attributes/uuid'
class Request
extend FastAttributes
attribute :id, UUIDTools::UUID
end
request = Request.new
request.id = '479c4718-06d0-4712-b79d-eea7170938c8'
# => #<UUID:0x3ff8a1a0a684 UUID:479c4718-06d0-4712-b79d-eea7170938c8>
request.id = 'EFC0CCF6E72243958306D816AB82BAB7'
# => #<UUID:0x3ff8a19db924 UUID:efc0ccf6-e722-4395-8306-d816ab82bab7>
request.id = UUIDTools::UUID.parse('4e79aff3-1f04-4fea-bebf-694625551a92')
# => #<UUID:0x3ff8a19c3d24 UUID:4e79aff3-1f04-4fea-bebf-694625551a92>
git checkout -b my-new-feature
)git commit -am 'Add some feature'
)git push origin my-new-feature
)FAQs
Unknown package
We found that fast_attributes-uuid demonstrated a not healthy version release cadence and project activity because the last version was released 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.
Product
Socket’s new Tier 1 Reachability filters out up to 80% of irrelevant CVEs, so security teams can focus on the vulnerabilities that matter.
Research
/Security News
Ongoing npm supply chain attack spreads to DuckDB: multiple packages compromised with the same wallet-drainer malware.
Security News
The MCP Steering Committee has launched the official MCP Registry in preview, a central hub for discovering and publishing MCP servers.