PulseAugur
EN
LIVE 15:56:22

Study: Floating dependencies reduce outdatedness, but increase vulnerability risk

A new study published on arXiv investigates the trade-offs between pinning and floating dependency versions in software development. Researchers analyzed trends in the npm, PyPI, and Cargo ecosystems to determine how different version constraint types affect the likelihood of dependencies becoming outdated or vulnerable. The findings indicate that while pinning can prevent supply chain attacks, it often leads to outdated dependencies. Floating-minor was found to be the most common constraint type for outdated and vulnerable dependencies, whereas floating-major was least likely to result in outdated dependencies. AI

IMPACT N/A

RANK_REASON Academic paper published on arXiv detailing empirical evaluation of software dependency management strategies. [lever_c_demoted from research: ic=1 ai=0.1]

Read on arXiv cs.LG →

AI-generated summary · Google Gemini · from 1 sources. How we write summaries →

COVERAGE [1]

  1. arXiv cs.LG TIER_1 English(EN) · Imranur Rahman, Jill Marley, William Enck, Laurie Williams ·

    Which Is Better For Reducing Outdated and Vulnerable Dependencies: Pinning or Floating?

    arXiv:2510.08609v3 Announce Type: replace-cross Abstract: Developers consistently use version constraints to specify acceptable versions of the dependencies for their project. Pinning dependencies can reduce the likelihood of breaking changes, but comes with a cost of manually ma…