Skip to content

v3.18.0

Latest

Choose a tag to compare

@github-actions github-actions released this 20 Aug 15:22
· 1 commit to master since this release
4cce15e
  • Container scanning: fossa container analyze now reports Go module dependencies embedded in Go binaries (built with Go >= 1.18) found in container image layers as regular Go dependencies, supporting images without package manager metadata such as scratch and distroless images (#1740)
  • Bun: Dependencies reachable only through a devDependencies entry are now reported as development dependencies instead of production dependencies.
  • Analysis: JSON manifest files with a leading UTF-8 byte order mark (commonly written by Windows tooling, e.g. in NuGet project.json) no longer fail to parse.
  • NuGet: project.json files that are not NuGet manifests (e.g. Nx project configuration) are no longer claimed by the NuGet analyzer, so they no longer fail analysis with key "dependencies" not found.
  • NuGet: project.json manifests may omit the top-level dependencies key.
  • NuGet: project.json dependencies declared per-framework under frameworks are now reported.