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.
== acts_as_sane_tree ==== (Building trees with a dash of sanity)
{}[http://travis-ci.org/chrisroberts/acts_as_sane_tree]
This is a drop in replacement for acts_as_tree on systems with Postgresql >= 8.4
== What this provides
A fast way to build trees.
== What version of Rails
== Requirements
== Configuration
Same as acts_as_tree. Basically: Specify a parent_id or the column that holds the parent ID information.
class MyFancyTree < ActiveRecord::Base acts_as_sane_tree end
== Extras
A few extras are provided. Of note are:
== Documentation
Yes, there is documentation. Please read it and find all the fun tools at your fingertips:
http://chrisroberts.github.com/acts_as_sane_tree
== Thanks
== License
A (now not so large) majority of this was copied directly from the original acts as tree, with the original license:
The new additions continue:
FAQs
Unknown package
We found that acts_as_sane_tree 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.