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.
Unbroken is a NodeJS command-line utility to detect broken links in .md files.
npx unbroken [options]
The exit code represents the number of errors detected so you can use it e.g. in CI loops.
C:\rnw>npx unbroken -?
Unbroken 1.0 - no more broken links in markdown!
Options
-e, --exclusions <file> The exclusions file. Default is .unbroken_exclusions
-l, --local-only Do not test http and https links
-d, --dir <directory> The directory to crawl
-i, --init Creates a default exclusions file if one doesn't already exist
-a, --allow-local-line-sections Whether links to local files are allowed to have line sections like
foo.cpp#L12
-q, --quiet
-s, --superquiet
-?, --help
Project home: https://github.com/asklar/unbroken
You can create a .unbroken_exclusions
file to suppress individual errors, or to skip traversing certain directories.
Just copy/paste the error you want to suppress from the output onto the .unbroken_exclusions
file, or add a directory prefix preceded by a !.
You can also use globs.
Example:
URL not found https://github.com/microsoft/react-native-windows/tree/master/current while parsing test\readme.md (HTTP 404)
!node_modules
!test\test2\test.md
!**/node_modules
FAQs
Detect broken links in markdown files
We found that unbroken 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.