
Security News
Risky Biz Podcast: Making Reachability Analysis Work in Real-World Codebases
This episode explores the hard problem of reachability analysis, from static analysis limits to handling dynamic languages and massive dependency trees.
A tool that can check lists in Markdown files and find duplicates.
You need to install distincter2
from RubyGems by next command:
$ gem i distincter2
After that, run distincter2
from any place with a path to your markdown files as parameter:
$ distincter2 ./path_to_directory_with_markdown_files
Add .d2_config.d2c
to root of your project and add excluded files line by line. Below you can find examples.
Provides basic list for excluding files by names (without directories).
Add v1
:
v1
BOOKS.md
DONE.md
Or without v1
:
BOOKS.md
DONE.md
You can generate documentation locally by next command from root of the project:
$ rdoc
Read Commit Convention. Make sure your build is green before you contribute your pull request. Then:
$ bundle exec rake
If you don't see any error messages, submit your pull request.
FAQs
Unknown package
We found that distincter2 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.
Security News
This episode explores the hard problem of reachability analysis, from static analysis limits to handling dynamic languages and massive dependency trees.
Security News
/Research
Malicious Nx npm versions stole secrets and wallet info using AI CLI tools; Socket’s AI scanner detected the supply chain attack and flagged the malware.
Security News
CISA’s 2025 draft SBOM guidance adds new fields like hashes, licenses, and tool metadata to make software inventories more actionable.