Socket
Book a DemoInstallSign in
Socket

jekyll-filesystem-jail

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jekyll-filesystem-jail

bundlerRubygems
Version
0.1.0
Version published
Maintainers
1
Created
Source

Jekyll File System Jail

How Jekyll accesses your file system (safely).

Installation

Add this line to your application's Gemfile:

gem 'jekyll-filesystem-adapter'

And then execute:

$ bundle

Or install it yourself as:

$ gem install jekyll-filesystem-adapter

Usage

It's installed with Jekyll by default and accessible via Jekyll.fs. Any and all plugins utilizing the file system must use Jekyll.fs to be considered secure.

Contributing

  • Fork it ( https://github.com/jekyll/jekyll-filesystem-jail/fork )
  • Create your feature branch (git checkout -b my-new-feature)
  • Commit your changes (git commit -am 'Add some feature')
  • Push to the branch (git push origin my-new-feature)
  • Create a new Pull Request

Credit

Written by Parker Moore (@parkr).

FAQs

Package last updated on 18 Jun 2014

Did you know?

Socket

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.

Install

Related posts