Research
Security News
Malicious npm Packages Inject SSH Backdoors via Typosquatted Libraries
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Github API から Issues のデータを取得し、取得内容を CSV 形式で出力する CLI アプリケーションです。
アプリケーションの Gemfile
に以下の行を追加してください。
gem 'octrouble'
# 以下を実行
$ bundle
# もしくは、次のように自分でインストールします
$ gem install octrouble
以下のように実行すると、リポジトリの Issues から最新 30件(1ページ分)を取得します。
$ bundle exec octrouble issues user/repo
user/repo
引数を省略すると、デフォルトでは rails/rails
のリポジトリから Issues を取得します。
--page
引数(もしくはエイリアス -p
)を指定すると、指定したページの情報を取得できます。
$ bundle exec octrouble issues octokit/octokit.rb --page 2
Bug reports and pull requests are welcome on GitHub at https://github.com/ryamakuchi/octrouble. This project is intended to be a safe, welcoming space for collaboration.
The gem is available as open source under the terms of the MIT License.
FAQs
Unknown package
We found that octrouble 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
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.