
Research
Two Malicious Rust Crates Impersonate Popular Logger to Steal Wallet Keys
Socket uncovers malicious Rust crates impersonating fast_log to steal Solana and Ethereum wallet keys from source code.
ember-gitlab-pages
Advanced tools
Pretty much lifted bodily (with minor changes) from ember-cli-github-pages
Pretty much the exact same as the github-pages version:
ember install ember-gitlab-pages
You'll still need to do first time setup onto your pages
branch:
git add -A && git commit -m "Added ember-cli-github-pages addon"
Then you need to create the pages
branch and remove the unnecessary files:
git checkout --orphan pages && rm -rf `bash -c "ls -a | grep -vE '\.gitignore|\.git|\.gitlab-ci\.yml|node_modules|bower_components|(^[.]{1,2}/?$)'"` && git add -A && git commit -m "initial pages commit"
this addon also ships with a macro for the above command
ember gitlab-pages:init
Once that's done, it's pretty much the same thing as in github-pages, except replace github with gitlab.
Then run ember gitlab-pages:commit --message "some commit message" in order to rebuild pages branch.
git checkout master
ember gitlab-pages:commit --message "Initial gitlab pages release"
git clone
this repositorynpm install
bower install
ember server
npm test
(Runs ember try:testall
to test your addon against multiple Ember versions)ember test
ember test --server
ember build
For more information on using ember-cli, visit http://ember-cli.com/.
FAQs
Easily manage gitlab pages of your ember-cli project
We found that ember-gitlab-pages 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
Socket uncovers malicious Rust crates impersonating fast_log to steal Solana and Ethereum wallet keys from source code.
Research
A malicious package uses a QR code as steganography in an innovative technique.
Research
/Security News
Socket identified 80 fake candidates targeting engineering roles, including suspected North Korean operators, exposing the new reality of hiring as a security function.