Security News
Research
Data Theft Repackaged: A Case Study in Malicious Wrapper Packages on npm
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
dkdeploy-typo3-cms ruby gem represents the extension of Capistrano tasks directed to the advanced deployment process.
Add this line to your application's Gemfile
gem 'dkdeploy-typo3-cms', '~> 8.1'
and then execute
bundle install
or install it yourself as
gem install dkdeploy-typo3-cms
Run in your project root
cap install STAGES='dev,integration,testing,production'
This command will create the following Capistrano file structure with all the standard pre-configured constants.
Please be aware of the difference to the native installation of Capistrano.
Certainly you have to adjust config/deploy.rb
and respective stages and customize them for your needs.
├── Capfile └── config ├── deploy │ ├── dev.rb │ ├── integration.rb │ ├── testing.rb │ └── production.rb └── deploy.rb
As next you have to append the following line to the Capfile
in order to make use of dkdeploy extensions in addition to the standard Capistrano tasks:
require 'capistrano/dkdeploy/typo3_cms'
To convince yourself, that Capistrano tasks list has benn extended, please run
cap -vT
Please note, that dkdeploy uses the local copy strategy and overwrites the :scm
constant. If you want to use it,
you should do nothing more. However if you want to change it for example to :git
, please add the following line to deploy.rb
set :scm, :git
For more information about available Capistrano constants please use the Capistrano documentation.
The complete list of the dkdeploy constants you find in /lib/capistrano/dkdeploy
in # TODO: set link
Add the virtual box alias to your hosts
file
192.168.156.183 dkdeploy-typo3-cms.dev
vagrant up --provision
)rubocop
)cucumber
)brew install mysql
git@github.com:dkdeploy/dkdeploy-typo3-cms.git
git checkout --track -b develop origin/develop
)git flow init -d
bundle install
git flow feature start my-new-feature
)git commit -am 'Add some feature'
)FAQs
Unknown package
We found that dkdeploy-typo3-cms 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.
Security News
Research
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
Research
Security News
Attackers used a malicious npm package typosquatting a popular ESLint plugin to steal sensitive data, execute commands, and exploit developer systems.
Security News
The Ultralytics' PyPI Package was compromised four times in one weekend through GitHub Actions cache poisoning and failure to rotate previously compromised API tokens.