
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
cloudgarage
Advanced tools
CloudGarage - クラウドガレージ | 定額型パブリッククラウド
CloudGarageは定額制のIaaSです。
$ npm i cloudgarage -g
あらかじめコントロールパネル | CloudGarageにてAPIのクライアントIDとクライアントシークレットを取得しておきます。
$ cloudgarage token
クライアントIDとクライアントシークレットを入力すると設定ファイルを出力します(デフォルトは ~/.cloudgarage.json)。
$ cloudgarage help token
Usage: cloudgarage-token [options]
Options:
-i, --id [clientId] This is Client Id that you can get it on Dashboard at CloudGarage
-s, --secret [clientSecret] This is Client Secret that you can get it on Dashboard at CloudGarage
-o, --output [configFilePath] Output config file path. Default is ~/.cloudgarage.json (default: "~/.cloudgarage.json")
-h, --help output usage information
トークンファイルを生成後、実行します。
$ cloudgarage images
作成されているバックアップイメージを含め、ディスクイメージが一覧で返ってきます。
$ node_modules/.bin/cloudgarage images
┌─────────┬────────────────────────────────────────┬───────────────┬──────────────────────────────────┐
│ (index) │ Id │ Type │ Name │
├─────────┼────────────────────────────────────────┼───────────────┼──────────────────────────────────┤
│ 0 │ '38b60dd1-e374-44ef-b58e-9beaeabf0eaa' │ 'OS' │ 'CentOS-6.10-32bit' │
│ 1 │ 'b1e41e1c-1410-4880-aa33-9c83154d3571' │ 'OS' │ 'CentOS-6.10-64bit' │
│ 26 │ '38625780-5355-4da5-918f-2bd12abef9b7' │ 'APPLICATION' │ 'Redmine/Ubuntu-16.04-64bit' │
│ 27 │ '7761c7de-47a6-47a9-83de-3e6bf57f71b1' │ 'APPLICATION' │ 'WordPress/Ubuntu-16.04-64bit' │
└─────────┴────────────────────────────────────────┴───────────────┴──────────────────────────────────┘
-t または --type でディスク種別をフィルタリングできます。指定できるのは OS / APPLICATION / PRIVATEの3つです。
$ cloudgarage help images
Usage: cloudgarage-images [options]
Options:
-c, --config [configFilePath] Config file path. Default is ~/.cloudgarage.json (default: "~/.cloudgarage.json")
-t, --type [type] Filtering image type. [OS, APPLICATION, PRIVATE]
-h, --help output usage information
MIT.
FAQs
[CloudGarage - クラウドガレージ | 定額型パブリッククラウド](https://cloudgarage.jp/)
We found that cloudgarage 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
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.