Research
Security News
Malicious npm Packages Inject SSH Backdoors via Typosquatted Libraries
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Parse HTTP Link
headers into a structured format
0.1.0
Add this line to your application's Gemfile:
gem "link_rel_parser"
And then execute:
bundle
Or install it yourself as:
gem install link_rel_parser
require "link_rel_parser"
LinkRelParser.parse("https://aaronparecki.com")
{
"authorization_endpoint" => "https://aaronparecki.com/auth",
"hub" => "https://switchboard.p3k.io/",
"micropub" => "https://aaronparecki.com/micropub",
"self" => "https://aaronparecki.com/",
"token_endpoint" => "https://aaronparecki.com/auth/token",
}
git clone git@github.com:indieweb/link_rel_parser-ruby.git
cd link_rel_parser-ruby
bin/setup
After checking out the repo, run bin/setup
to install dependencies. Then, run rake spec
to run the tests. You can also run bin/console
for an interactive prompt that will allow you to experiment. Run bundle exec link_rel_parser
to use the gem in this directory, ignoring other installed copies of this gem.
To install this gem onto your local machine, run bundle exec rake install
. To release a new version, update the version number in version.rb
, and then run bundle exec rake release
, which will create a git tag for the version, push git commits and tags, and push the .gem
file to rubygems.org.
Bug reports and pull requests are welcome on GitHub at https://github.com/indieweb/link_rel_parser-ruby/issues. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the Contributor Covenant code of conduct.
git checkout -b my-new-feature
)git commit -am 'Add some feature'
)git push origin my-new-feature
)If you find bugs, have feature requests or questions, please file an issue.
Everyone interacting in the LinkRelParser (Ruby) codebase, issue tracker, chat room, and mailing lists is expected to follow the LinkRelParser (Ruby) code of conduct.
PUBLIC DOMAIN
Your heart is as free as the air you breathe.
The ground you stand on is liberated territory.
In legal text, LinkRelParser (Ruby) is dedicated to the public domain using Creative Commons -- CC0 1.0 Universal.
FAQs
Unknown package
We found that link_rel_parser 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.
Research
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.