Skip to content

Conversation

@DerGuteMoritz
Copy link

Only for running checks for rm-hull#195

This allows using e.g. the [Node Audit
Analyzer](https://dependency-check.github.io/DependencyCheck/analyzers/node-audit-analyzer.html) (when
enabled via the `nvd.analyzer.node-audit-enabled` config option) by passing `package-lock.json` as
part of `classpath`. Note that the filtering in `-main` still takes care of removing directories and
non-existing files. The comment there is updated to reflect the new behavior.
Otherwise, `~` would be interpreted literally and the existence check would always remove such
entries.
Otherwise, entries like `~foo` would expand to something like `/home/userfoo`.
@DerGuteMoritz DerGuteMoritz marked this pull request as draft October 8, 2025 12:51
@coveralls
Copy link

coveralls commented Oct 8, 2025

Pull Request Test Coverage Report for Build 18346618412

Details

  • 3 of 16 (18.75%) changed or added relevant lines in 1 file are covered.
  • 1 unchanged line in 1 file lost coverage.
  • Overall coverage increased (+1.3%) to 53.376%

Changes Missing Coverage Covered Lines Changed/Added Lines %
src/nvd/task/check.clj 3 16 18.75%
Files with Coverage Reduction New Missed Lines %
src/nvd/task/check.clj 1 15.58%
Totals Coverage Status
Change from base Build 18345212765: 1.3%
Covered Lines: 166
Relevant Lines: 311

💛 - Coveralls

In practice, only ":" and ";" are used but quoting is prudent to not give readers pause.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants