
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.
= vBulletin
This is a gem to help extract data from vBulletin Forums, specifically those which you have no control over. It attempts to fetch the requested data as quickly as possible while using the least amount of bandwidth overall.
== Examples
api = VBulletin::Base.new('http://forums.heroesofnewerth.com') # no trailing slash
api.login('Limi', 'md5_hash_of_your_password_goes_here')
posts = api.search.find_posts_by_user_id(6)
=> [#<VBulletin::Post:0xb73a8d1c @created_at="Yesterday, 10:56 PM", @author_id="6", @content="This is a post on a thread", @id="12171587", @author_name="Maliken">, #<VBulletin::Post:0xb738e2dc @created_at="Yesterday, 05:06 PM", @author_id="6", @content="This is another post", @id="12170283", @author_name="Maliken">]
posts.first.thread
=> #<VBulletin::Thread:0xb73b2768 @title="Hon needs Blizzard and Starfall", @id="149612", @created_at="07-19-2010 07:20 PM">
== Note on Patches/Pull Requests
== Copyright
Copyright (c) 2010 Lloyd Pick. See LICENSE for details.
FAQs
Unknown package
We found that vbulletin 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.
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.