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.
radiant-concurrent_draft-extension
Advanced tools
h1. Concurrent Draft
The ConcurrentDraft extension enables draft versions of pages, snippets and layouts, which can be scheduled for promotion to Production. Every such artifact (page, snippet or layout) can have a concurrent draft version, which will be displayed in development mode, and a promoted live version, which will be displayed in production mode.
Created by: Andrew vonderLuft and Sean Cribbs, August 2008, in Portland Oregon
h2. Version History
h2. Requirements
h2. Installation
h3. From the Radiant Extension Registry
script/extension install concurrent_draft
NOTE: In some earlier versions of Radiant, the migrations may not run, and the assets may not be copied and you may therefore need to run:
rake radiant:extensions:concurrent_draft:migrate rake radiant:extensions:concurrent_draft:update
h3. From Github
cd vendor/extensions git clone git://github.com/avonderluft/radiant-concurrent_draft-extension.git ./concurrent_draft cd ../../ rake radiant:extensions:concurrent_draft:migrate rake radiant:extensions:concurrent_draft:update
h3. Using the gem
gem install radiant-concurrent_draft-extension
config.gem 'radiant-concurrent_draft-extension', :lib => false
rake db:migrate:extensions
rake radiant:extensions:update_all
h2. Caveats
Scheduled times are dependent on the ActiveRecord time setting. If you want to use local time, add this to your environment.rb:
config.active_record.default_timezone = :local
h2. To do
h2. Acknowledgments
FAQs
Unknown package
We found that radiant-concurrent_draft-extension demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 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.