Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@willmurphyscode
Copy link
Contributor

The types / schema allowed for this field to begin with but it wasn't set.

Description

Please include a summary of the changes along with any relevant motivation and context,
or link to an issue where this is explained.

  • Fixes

Type of change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)

Checklist:

  • I have added unit tests that cover changed behavior
  • I have tested my code in common scenarios and confirmed there are no regressions
  • I have added comments to my code, particularly in hard-to-understand sections

example output

go run ./cmd/syft cmd/syft/internal/test/integration/test-fixtures/image-pkg-coverage/pkgs/rockspec/ -o json | jq '.artifacts[0].metadata'

{
  "name": "kong",
  "version": "3.7.0-0",
  "license": "Apache-2.0",
  "homepage": "https://konghq.com",
  "description": "Kong is a scalable and customizable API Management Layer built on top of Nginx.",
  "url": "git+https://github.com/Kong/kong.git",
  "dependencies": {
    "binaryheap": ">= 0.4",
    "inspect": "== 3.1.3",
    "kong-lapis": "== 1.16.0.1",
    "kong-pgmoon": "== 1.16.2",
    "lpeg": "== 1.1.0",
    "lua-ffi-zlib": "== 0.6",
    "lua-messagepack": "== 0.5.4",
    "lua-protobuf": "== 0.5.0",
    "lua-resty-acme": "== 0.12.0",
    "lua-resty-aws": "== 1.3.6",
    "lua-resty-counter": "== 0.2.1",
    "lua-resty-healthcheck": "== 3.0.1",
    "lua-resty-http": "== 0.17.1",
    "lua-resty-ipmatcher": "== 0.6.1",
    "lua-resty-jit-uuid": "== 0.0.7",
    "lua-resty-ljsonschema": "== 1.1.6-2",
    "lua-resty-openssl": "== 1.2.0",
    "lua-resty-session": "== 4.0.5",
    "lua-resty-timer-ng": "== 0.2.6",
    "lua_pack": "== 2.0.0",
    "lua_system_constants": "== 0.1.4",
    "luasec": "== 1.3.2",
    "luasocket": "== 3.0-rc1",
    "luasyslog": "== 2.0.1",
    "luatz": "== 0.4",
    "luaxxhash": ">= 1.0",
    "lyaml": "== 6.2.8",
    "multipart": "== 0.5.9",
    "penlight": "== 1.13.1",
    "version": "== 1.0.1"
  }
}

The types / schema allowed for this field to begin with but it wasn't
set.

Signed-off-by: Will Murphy <[email protected]>
@willmurphyscode willmurphyscode self-assigned this Nov 17, 2025
@willmurphyscode willmurphyscode moved this to In Review in OSS Nov 17, 2025
@willmurphyscode willmurphyscode added the bug Something isn't working label Nov 18, 2025
@willmurphyscode willmurphyscode merged commit 759909f into main Nov 18, 2025
12 checks passed
@willmurphyscode willmurphyscode deleted the fix-lua-deps branch November 18, 2025 14:19
@github-project-automation github-project-automation bot moved this from In Review to Done in OSS Nov 18, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

Archived in project

Development

Successfully merging this pull request may close these issues.

3 participants