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.
This is a long-overdue rewrite of a previous project of mine, jeriko/app_drone
Dronr is your Rails 4 workhorse. Boring application setup, fully automated!
Dronr is opinionated, designed to promote best practices and coding patterns, and doesn't aim to provide installations for the totality of existing things.
$ gem install dronr
$ dronr new MyApp
You can also supply a path to a valid register file
$ dronr new MyApp --template templates/prototyping.yml
Or try a popular configuration (coming soon)
$ dronr new MyApp --template https://dronr.recombinary.com/templates/api_server.yml
The dronr new
command runs like so:
rails new
) with custom config (e.g. --skip-test-unit
if RSpec was declared)dronr up
to run any new dronesIf your app was not generated with the dronr new
command, you can bootstrap it by navigating to the app directory and running:
$ bundle exec dronr bootstrap
with an optional template argument
$ bundle exec dronr bootstrap --template templates/prototyping.yml
This will install the dronr gem, generate a binstub, and copy the template register.
Be aware that existing apps might already have undergone manual installation of some drones you may want to add. I'll add more info here later.
Coming soon.
Register a drone for installation by adding it's name to the 'incoming' list in .dronr.yml
incoming:
- rspec
- simple_form
- ...
Whenever you're ready to run new changes:
$ bin/dronr up
Drone work their way from incoming
, to bundled
(once a drone's gems have been installed), to finished
(once a drone's installation commands have been executed).
Note that it may take multiple iterations of dronr up
to complete the entire process. This is because gems & config are changing so code may need to be reloaded.
git checkout -b my-new-feature
)git commit -am 'Add some feature'
)git push origin my-new-feature
)FAQs
Unknown package
We found that dronr 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.
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.