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.
Copyright (c) 2007 Chad Fowler, Patrick Ewing
= Facebooker
Facebooker is a Ruby wrapper over the Facebook[http://facebook.com] {REST API}[http://developer.facebook.com]. Its goals are:
= Installing (Non Rails)
The best way is:
gem install facebooker
If, for some reason, you can't/won't use RubyGems, you can do:
(sudo) ruby setup.rb
= Installing (Rails)
Facebooker can be installed as a Rails plugin by:
script/plugin install git://github.com/mmangino/facebooker.git
If you don't have git, the plugin can be downloaded from http://github.com/mmangino/facebooker/tarball/master
Once the plugin is installed, you will need to configure your Facebook app in config/facebooker.yml.
Your application users will need to have added the application in facebook to access all of facebooker's features. You enforce this by adding
ensure_application_is_installed_by_facebook_user
to your application controller.
== Work in Progress
I'm not saying it meets its goals fully yet. Please help. I'm especially interested in feedback and criticism re: Ruby style and design and testing. RCov has the library (at the time of this writing) at 100% coverage. I take that with a grain of salt, but it's a good start.
== Contribute
Please visit the {RubyForge project page}[http://rubyforge.org/projects/facebooker] to get the latest source via svn, write some tests, add/fix features, and submit a patch via the tracker. If you submit a good patch, it's likely that I'll add you to the project for commit access if you want to be added.
FAQs
Unknown package
We found that al-facebooker demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 4 open source maintainers 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.