
Security News
Axios Maintainer Confirms Social Engineering Attack Behind npm Compromise
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.
DePendencyANalyzer, an SQLite-based database of your projects' npm dependency trees
Table of Contents generated with DocToc
DePendancy ANalyzer, an SQLite-based database of your projects' npm dependency trees
inserts are upserts / on conflict do nothing, so faster on updates[–] implement
[–] document
[–] add property dba to Dpan::constructor() to pass configuration directly to ICQL/DBA
[–] fetch data from https://registry.npmjs.cf/$pkg_name
[–] provide info about vulnerabilities
[–] package manager used (npm/pnpm/yarn...)
[–] circular dependencies
[–] try to handle spurious changes caused by Unicode Normalization on some file systems (e.g. APFS);
case in point is
dbay-rustybuzz
which has some filenames with ä; originally entered as single codepoint, the ä is turned into a
sequence of base letter plus combining diacritic. This change is not reported by git status, but
git-utils repo.getStatus() returns an object like this:
{ 'fonts/schäffel.ch/1455_gutenberg_b42.otf': 128,
'fonts/schäffel.ch/1458_gutenberg_b36.otf': 128,
'fonts/schäffel.ch/2002_horatius.otf': 128,
'fonts/schäffel.ch/LICENSE.txt': 128,
'fonts/schäffel.ch/1455_gutenberg_b42.otf': 512,
'fonts/schäffel.ch/1458_gutenberg_b36.otf': 512,
'fonts/schäffel.ch/2002_horatius.otf': 512,
'fonts/schäffel.ch/LICENSE.txt': 512 }
where the files in question both have a deleted and a new marker. One should suspect this being
a flaw in either git or in git-utils; also check how
[nodegit][https://github.com/nodegit/nodegit] deals with this situation.
FAQs
DePendencyANalyzer, an SQLite-based database of your projects' npm dependency trees
We found that dpan 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
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.

Security News
The Axios compromise shows how time-dependent dependency resolution makes exposure harder to detect and contain.