
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.
Google Drive を操作する簡易ツール。
$ GOOGLE_APPLICATION_CREDENTIALS=./gha-creds-temp.json npx guratan send --parent-id 12345ABC --dest-file-name test.txt --src-file-name path/to/test.txt
GOOGLE_APPLICATION_CREDENTIALS にはサービスアカウントの鍵ファイルを指定--parent-id) に同名ファイル(--dest-file-name) が存在するときは上書きされる--parent-id --dest-file-name の代わりに --file-id で上書きファイルを指定できる--parent-id = GURATAN_PARENT_ID)guratan からは upload と update のみ可能$ GOOGLE_APPLICATION_CREDENTIALS=./gha-creds-temp.json npx guratan recv --parent-id 12345ABC --src-file-name test.txt --dest-file-name path/to/test.txt
GOOGLE_APPLICATION_CREDENTIALS にはサービスアカウントの鍵ファイルを指定--parent-id) のファイル(--dest-file-name)を受信する--parent-id --src-file-name の代わりに --file-id で受信ファイルを指定できる--parent-id = GURATAN_PARENT_ID)$ GOOGLE_APPLICATION_CREDENTIALS=./gha-creds-temp.json npx guratan share --file-id 12345ABC --type anyone --role reader
GOOGLE_APPLICATION_CREDENTIALS にはサービスアカウントの鍵ファイルを指定--file-id の permission を作成/上書きすることで共有設定を変更する--file-id の代わりに --parent-id --dest-file-name で変更ファイルを指定できる--parent-id = GURATAN_PARENT_ID)guratan から permission の削除はできないMIT License
Copyright (c) 2022 hankei6km
FAQs
Tiny send tool for Google Drive
We found that guratan demonstrated a healthy version release cadence and project activity because the last version was released less than 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.