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.
Manage GitHub members who belong to an organization.
Add this line to your Gemfile
:
gem 'github_members', require: false
Run bundle exec github_members --help
:
Usage: github_members [options] <org>
-g, --github-token GITHUB_TOKEN A GitHub access token. The `GITHUB_TOKEN` environment variable
is also available.
-m, --markdown-file [FILE] A Markdown file path. Default: `members.md`
-y, --yaml-file [FILE] A YAML file path. Default: `members.yml`
-f, --fields [FIELDS] A comma-separated list of a member additional fields
-h, --help Show help
-v, --version Show version
Examples:
# By default
github_members <org>
# Set a token
GITHUB_TOKEN=*** github_members <org>
github_members <org> -g ***
# Specify files
github_members <org> -m README.md -y company_members.yml
# Add fields
github_members <org> -f slack,note
You can use also the github-members
command instead of github_members
.
By default, only public members of a specified organization is fetched. Perhaps, you may need to generate an access token to fetch all members.
Fetched organization members are saved in a YAML file. You can add any attributes for a member.
Prepare the begin/end tags in your Markdown file like this:
<!-- GITHUB_MEMBERS:BEGIN -->
<!-- GITHUB_MEMBERS:END -->
When running github_members
, a table of a specified organization members is inserted into the markdown file:
<!-- GITHUB_MEMBERS:BEGIN -->
{inserted_table}
<!-- GITHUB_MEMBERS:END -->
GithubMembers::VERSION
and commit the updated file.FAQs
Unknown package
We found that github_members 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.