
Research
Malicious npm Packages Impersonate Flashbots SDKs, Targeting Ethereum Wallet Credentials
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
ssl-metrics-github-issue-spoilage
Advanced tools
A
python
tool to calculate the issue spoilage of a GitHub repository
The Software Systems Laboratory (SSL) GitHub Issue Spoilage Project is a python
tool to calculate the issue spoilage of a GitHub repository. It is reliant upon the output of the GitHub Issue tool.
This project is licensed under the BSD-3-Clause. See the LICENSE for more information.
To maximize the utility of this project and the greater SSL Metrics project, the following software packages are required:
All tools developed for the greater SSL Metrics project must target Mac OS and Linux. SSL Metrics software is not supported or recommended to run on Windows but can be modified to do so at your own risk.
It is recomendded to develop on Mac OS or Linux. However, if you are on a Windows machine, you can use WSL to develop as well.
You can install the tool via pip
with either of the two following one-liners:
pip install --upgrade pip ssl-metrics-meta
pip install --upgrade pip ssl-metrics-github-issue-spoilage
ssl-metrics-github-issue-spoilage-graph -h
options:
-h, --help show this help message and exit
-u UPPER_WINDOW_BOUND, --upper-window-bound UPPER_WINDOW_BOUND
Argument to specify the max number of days to look at. NOTE: window bounds are inclusive.
-l LOWER_WINDOW_BOUND, --lower-window-bound LOWER_WINDOW_BOUND
Argument to specify the start of the window of time to analyze. NOTE: window bounds are inclusive.
-c CLOSED_ISSUES_GRAPH_FILENAME, --closed-issues-graph-filename CLOSED_ISSUES_GRAPH_FILENAME
The filename of the output graph of closed issues
-i INPUT, --input INPUT
The input JSON file that is to be used for graphing
-d LINE_OF_ISSUES_SPOILAGE_FILENAME, --line-of-issues-spoilage-filename LINE_OF_ISSUES_SPOILAGE_FILENAME
The filename of the output graph of spoiled issues
-o OPEN_ISSUES_GRAPH_FILENAME, --open-issues-graph-filename OPEN_ISSUES_GRAPH_FILENAME
The filename of the output graph of open issues
-x JOINT_GRAPH_FILENAME, --joint-graph-filename JOINT_GRAPH_FILENAME
The filename of the joint output graph of open and closed issues
FAQs
SSL Metrics - GitHub Issues Analysis
We found that ssl-metrics-github-issue-spoilage 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.
Research
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
Security News
Ruby maintainers from Bundler and rbenv teams are building rv to bring Python uv's speed and unified tooling approach to Ruby development.
Security News
Following last week’s supply chain attack, Nx published findings on the GitHub Actions exploit and moved npm publishing to Trusted Publishers.