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.
git-pending
Advanced tools
Git plugin to list todo, fixme, testme and docme comments with verbose details
Run the command below to install the plugin
npm install -g git-pending
Open any git repository and run below command
git pending
This will list all the pending TODO
, FIXME
, TESTME
and DOCME
comments
Here is the list of options that you can pass to modify the output of git pending
git pending [--oneline|-o ]
[--type|-t <fixme|testme|docme|todo>]
[--author|-a <author>]
[--no-stats]
Here is the list of sample usage examples
If you don't pass
--author
flag, it will show you the comments from everyone
git pending --author kamran --oneline
Not passing
--oneline
flag will give you the detailed output with commit that introduced the comment
git pending --author kamran
Use
--type
flag to specify the type of comments you need. Possible values (TODO
,FIXME
,TESTME
,DOCME
)
git pending --type TODO
git pending --type TESTME
git pending --type FIXME
git pending --type DOCME
# List all the TODO, FIXME, DOCME or TESTME comments
git pending
# List comments without stats
git pending --no-stats
# Lists the comments with only date
git pending --oneline
# Lists only the fixme comments
git pending --type fixme
# Lists the comments from specific author
git pending --author kamran
# Lists the specific type of comments from specific author
git pending --type fixme --author kamran
# Provide options in short form
git pending -t fixme -a kamran -o
MIT © Kamran Ahmed
FAQs
> Git plugin to list todo, fixme, testme and docme comments with verbose details
The npm package git-pending receives a total of 1 weekly downloads. As such, git-pending popularity was classified as not popular.
We found that git-pending 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.