{
  "bomFormat": "CycloneDX",
  "specVersion": "1.7",
  "serialNumber": "urn:uuid:004ee7cc-44e5-4d56-aaee-d8b432efa3d1",
  "version": 1,
  "metadata": {
    "timestamp": "2026-09-14T07:57:37Z",
    "tools": {
      "components": [
        {
          "group": "@cyclonedx",
          "name": "cdxgen",
          "version": "12.8.4",
          "purl": "pkg:npm/%40cyclonedx/cdxgen@12.8.4",
          "type": "application",
          "bom-ref": "pkg:npm/@cyclonedx/cdxgen@12.8.4",
          "publisher": "OWASP Foundation",
          "authors": [
            {
              "name": "OWASP Foundation"
            }
          ]
        }
      ]
    },
    "authors": [
      {
        "name": "OWASP Foundation"
      }
    ],
    "lifecycles": [
      {
        "phase": "pre-build"
      }
    ],
    "component": {
      "name": "adapter-pg",
      "group": "@prisma",
      "version": "7.8.0",
      "description": "Prisma's driver adapter for \"pg\"",
      "purl": "pkg:npm/%40prisma/adapter-pg@7.8.0",
      "bom-ref": "pkg:npm/@prisma/adapter-pg@7.8.0",
      "author": "Tom Houlé <houle@prisma.io>",
      "properties": [
        {
          "name": "cdx:npm:scripts",
          "value": "dev, build, test"
        },
        {
          "name": "cdx:npm:buildScripts",
          "value": "build"
        },
        {
          "name": "cdx:license:category",
          "value": "Permissive"
        }
      ],
      "type": "application",
      "licenses": [
        {
          "license": {
            "id": "Apache-2.0",
            "url": "https://opensource.org/licenses/Apache-2.0",
            "properties": [
              {
                "name": "cdx:license:category",
                "value": "Permissive"
              },
              {
                "name": "cdx:license:foss",
                "value": "true"
              },
              {
                "name": "cdx:license:osiApproved",
                "value": "true"
              },
              {
                "name": "cdx:license:fsfLibre",
                "value": "true"
              },
              {
                "name": "cdx:license:deprecated",
                "value": "false"
              }
            ]
          }
        }
      ],
      "externalReferences": [
        {
          "type": "vcs",
          "url": "https://github.com/prisma/prisma.git"
        }
      ]
    },
    "properties": [
      {
        "name": "cdx:bom:componentTypes",
        "value": "npm"
      },
      {
        "name": "cdx:bom:componentNamespaces",
        "value": "@prisma\\n@types"
      },
      {
        "name": "cdx:bom:componentSrcFiles",
        "value": "node_modules/@prisma/debug/package.json\\nnode_modules/@prisma/driver-adapter-utils/package.json\\nnode_modules/@types/pg/package.json\\nnode_modules/pg/package.json\\nnode_modules/postgres-array/package.json"
      }
    ]
  },
  "components": [
    {
      "authors": [
        {
          "name": "Ben Drucker <bvdrucker@gmail.com> (bendrucker.me)"
        }
      ],
      "group": "",
      "name": "postgres-array",
      "version": "3.0.4",
      "description": "Parse postgres array columns",
      "scope": "required",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "url": "https://opensource.org/licenses/MIT",
            "properties": [
              {
                "name": "cdx:license:category",
                "value": "Permissive"
              },
              {
                "name": "cdx:license:foss",
                "value": "true"
              },
              {
                "name": "cdx:license:osiApproved",
                "value": "true"
              },
              {
                "name": "cdx:license:fsfLibre",
                "value": "true"
              },
              {
                "name": "cdx:license:deprecated",
                "value": "false"
              }
            ]
          }
        }
      ],
      "purl": "pkg:npm/postgres-array@3.0.4",
      "type": "library",
      "bom-ref": "pkg:npm/postgres-array@3.0.4",
      "properties": [
        {
          "name": "SrcFile",
          "value": "node_modules/postgres-array/package.json"
        },
        {
          "name": "ImportedModules",
          "value": "postgres-array,parse,postgres-array/parse"
        },
        {
          "name": "cdx:license:category",
          "value": "Permissive"
        }
      ],
      "evidence": {
        "identity": [
          {
            "field": "purl",
            "confidence": 0.7,
            "methods": [
              {
                "technique": "manifest-analysis",
                "confidence": 0.7,
                "value": "node_modules/postgres-array/package.json"
              }
            ],
            "concludedValue": "node_modules/postgres-array/package.json"
          }
        ],
        "occurrences": [
          {
            "location": "dist/index.js",
            "line": 50
          },
          {
            "location": "dist/index.mjs",
            "line": 14
          },
          {
            "location": "dist/index.mjs",
            "line": 263
          },
          {
            "location": "src/conversion.ts",
            "line": 3
          },
          {
            "location": "src/conversion.ts",
            "line": 280
          }
        ]
      },
      "tags": [
        "postgres"
      ]
    },
    {
      "authors": [
        {
          "name": "Brian Carlson <brian.m.carlson@gmail.com>"
        }
      ],
      "group": "",
      "name": "pg",
      "version": "8.16.3",
      "description": "PostgreSQL client - pure javascript & libpq with the same API",
      "scope": "required",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "url": "https://opensource.org/licenses/MIT",
            "properties": [
              {
                "name": "cdx:license:category",
                "value": "Permissive"
              },
              {
                "name": "cdx:license:foss",
                "value": "true"
              },
              {
                "name": "cdx:license:osiApproved",
                "value": "true"
              },
              {
                "name": "cdx:license:fsfLibre",
                "value": "true"
              },
              {
                "name": "cdx:license:deprecated",
                "value": "false"
              }
            ]
          }
        }
      ],
      "purl": "pkg:npm/pg@8.16.3",
      "externalReferences": [
        {
          "type": "vcs",
          "url": "https://github.com/brianc/node-postgres"
        },
        {
          "type": "vcs",
          "url": "git://github.com/brianc/node-postgres.git"
        }
      ],
      "type": "library",
      "bom-ref": "pkg:npm/pg@8.16.3",
      "properties": [
        {
          "name": "SrcFile",
          "value": "node_modules/pg/package.json"
        },
        {
          "name": "ExportedModules",
          "value": "pg"
        },
        {
          "name": "ImportedModules",
          "value": "pg,DatabaseError,pg/DatabaseError"
        },
        {
          "name": "cdx:license:category",
          "value": "Permissive"
        }
      ],
      "evidence": {
        "identity": [
          {
            "field": "purl",
            "confidence": 0.7,
            "methods": [
              {
                "technique": "manifest-analysis",
                "confidence": 0.7,
                "value": "node_modules/pg/package.json"
              }
            ],
            "concludedValue": "node_modules/pg/package.json"
          }
        ],
        "occurrences": [
          {
            "location": "dist/index.js",
            "line": 39
          },
          {
            "location": "dist/index.js",
            "line": 49
          },
          {
            "location": "dist/index.mjs",
            "line": 3
          },
          {
            "location": "dist/index.mjs",
            "line": 13
          },
          {
            "location": "src/conversion.ts",
            "line": 2
          },
          {
            "location": "src/errors.ts",
            "line": 2
          },
          {
            "location": "src/pg.ts",
            "line": 17
          },
          {
            "location": "dist/index.d.mts",
            "line": 3
          }
        ]
      }
    },
    {
      "group": "@types",
      "name": "pg",
      "version": "8.20.0",
      "description": "TypeScript definitions for pg",
      "scope": "required",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "url": "https://opensource.org/licenses/MIT",
            "properties": [
              {
                "name": "cdx:license:category",
                "value": "Permissive"
              },
              {
                "name": "cdx:license:foss",
                "value": "true"
              },
              {
                "name": "cdx:license:osiApproved",
                "value": "true"
              },
              {
                "name": "cdx:license:fsfLibre",
                "value": "true"
              },
              {
                "name": "cdx:license:deprecated",
                "value": "false"
              }
            ]
          }
        }
      ],
      "purl": "pkg:npm/%40types/pg@8.20.0",
      "externalReferences": [
        {
          "type": "vcs",
          "url": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/pg"
        },
        {
          "type": "vcs",
          "url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git"
        }
      ],
      "type": "library",
      "bom-ref": "pkg:npm/@types/pg@8.20.0",
      "properties": [
        {
          "name": "SrcFile",
          "value": "node_modules/@types/pg/package.json"
        },
        {
          "name": "cdx:license:category",
          "value": "Permissive"
        }
      ],
      "evidence": {
        "identity": [
          {
            "field": "purl",
            "confidence": 0.7,
            "methods": [
              {
                "technique": "manifest-analysis",
                "confidence": 0.7,
                "value": "node_modules/@types/pg/package.json"
              }
            ],
            "concludedValue": "node_modules/@types/pg/package.json"
          }
        ]
      }
    },
    {
      "authors": [
        {
          "name": "Alberto Schiabel <schiabel@prisma.io>"
        }
      ],
      "group": "@prisma",
      "name": "driver-adapter-utils",
      "version": "7.8.0",
      "description": "Internal set of utilities and types for Prisma's driver adapters.",
      "scope": "required",
      "licenses": [
        {
          "license": {
            "id": "Apache-2.0",
            "url": "https://opensource.org/licenses/Apache-2.0",
            "properties": [
              {
                "name": "cdx:license:category",
                "value": "Permissive"
              },
              {
                "name": "cdx:license:foss",
                "value": "true"
              },
              {
                "name": "cdx:license:osiApproved",
                "value": "true"
              },
              {
                "name": "cdx:license:fsfLibre",
                "value": "true"
              },
              {
                "name": "cdx:license:deprecated",
                "value": "false"
              }
            ]
          }
        }
      ],
      "purl": "pkg:npm/%40prisma/driver-adapter-utils@7.8.0",
      "externalReferences": [
        {
          "type": "vcs",
          "url": "https://github.com/prisma/prisma.git"
        }
      ],
      "type": "library",
      "bom-ref": "pkg:npm/@prisma/driver-adapter-utils@7.8.0",
      "properties": [
        {
          "name": "SrcFile",
          "value": "node_modules/@prisma/driver-adapter-utils/package.json"
        },
        {
          "name": "ImportedModules",
          "value": "@prisma/driver-adapter-utils,Debug,@prisma/driver-adapter-utils/Debug,DriverAdapterError,@prisma/driver-adapter-utils/DriverAdapterError,ColumnTypeEnum,@prisma/driver-adapter-utils/ColumnTypeEnum,ArgType,@prisma/driver-adapter-utils/ArgType,ColumnType,@prisma/driver-adapter-utils/ColumnType,Error,@prisma/driver-adapter-utils/Error,MappedError,@prisma/driver-adapter-utils/MappedError,ConnectionInfo,@prisma/driver-adapter-utils/ConnectionInfo,IsolationLevel,@prisma/driver-adapter-utils/IsolationLevel,SqlDriverAdapter,@prisma/driver-adapter-utils/SqlDriverAdapter,SqlMigrationAwareDriverAdapterFactory,@prisma/driver-adapter-utils/SqlMigrationAwareDriverAdapterFactory,SqlQuery,@prisma/driver-adapter-utils/SqlQuery,SqlQueryable,@prisma/driver-adapter-utils/SqlQueryable,SqlResultSet,@prisma/driver-adapter-utils/SqlResultSet,Transaction,@prisma/driver-adapter-utils/Transaction,TransactionOptions,@prisma/driver-adapter-utils/TransactionOptions"
        },
        {
          "name": "cdx:license:category",
          "value": "Permissive"
        }
      ],
      "evidence": {
        "identity": [
          {
            "field": "purl",
            "confidence": 0.7,
            "methods": [
              {
                "technique": "manifest-analysis",
                "confidence": 0.7,
                "value": "node_modules/@prisma/driver-adapter-utils/package.json"
              }
            ],
            "concludedValue": "node_modules/@prisma/driver-adapter-utils/package.json"
          }
        ],
        "occurrences": [
          {
            "location": "dist/index.js",
            "line": 38
          },
          {
            "location": "dist/index.js",
            "line": 48
          },
          {
            "location": "dist/index.mjs",
            "line": 2
          },
          {
            "location": "dist/index.mjs",
            "line": 12
          },
          {
            "location": "dist/index.mjs",
            "line": 554
          },
          {
            "location": "src/conversion.ts",
            "line": 1
          },
          {
            "location": "src/errors.ts",
            "line": 1
          },
          {
            "location": "src/pg.ts",
            "line": 14
          },
          {
            "location": "src/pg.ts",
            "line": 15
          },
          {
            "location": "src/pg.ts",
            "line": 26
          },
          {
            "location": "dist/index.d.mts",
            "line": 1
          },
          {
            "location": "dist/index.d.mts",
            "line": 2
          },
          {
            "location": "dist/index.d.mts",
            "line": 4
          },
          {
            "location": "dist/index.d.mts",
            "line": 5
          },
          {
            "location": "dist/index.d.mts",
            "line": 6
          },
          {
            "location": "dist/index.d.mts",
            "line": 7
          },
          {
            "location": "dist/index.d.mts",
            "line": 8
          },
          {
            "location": "dist/index.d.mts",
            "line": 9
          }
        ]
      },
      "tags": [
        "driver",
        "sql"
      ]
    },
    {
      "authors": [
        {
          "name": "Tim Suchanek <suchanek@prisma.io>"
        }
      ],
      "group": "@prisma",
      "name": "debug",
      "version": "7.8.0",
      "description": "This package is intended for Prisma's internal use",
      "scope": "required",
      "licenses": [
        {
          "license": {
            "id": "Apache-2.0",
            "url": "https://opensource.org/licenses/Apache-2.0",
            "properties": [
              {
                "name": "cdx:license:category",
                "value": "Permissive"
              },
              {
                "name": "cdx:license:foss",
                "value": "true"
              },
              {
                "name": "cdx:license:osiApproved",
                "value": "true"
              },
              {
                "name": "cdx:license:fsfLibre",
                "value": "true"
              },
              {
                "name": "cdx:license:deprecated",
                "value": "false"
              }
            ]
          }
        }
      ],
      "purl": "pkg:npm/%40prisma/debug@7.8.0",
      "externalReferences": [
        {
          "type": "website",
          "url": "https://www.prisma.io"
        },
        {
          "type": "vcs",
          "url": "https://github.com/prisma/prisma.git"
        }
      ],
      "type": "library",
      "bom-ref": "pkg:npm/@prisma/debug@7.8.0",
      "properties": [
        {
          "name": "SrcFile",
          "value": "node_modules/@prisma/debug/package.json"
        },
        {
          "name": "cdx:license:category",
          "value": "Permissive"
        }
      ],
      "evidence": {
        "identity": [
          {
            "field": "purl",
            "confidence": 0.7,
            "methods": [
              {
                "technique": "manifest-analysis",
                "confidence": 0.7,
                "value": "node_modules/@prisma/debug/package.json"
              }
            ],
            "concludedValue": "node_modules/@prisma/debug/package.json"
          }
        ]
      }
    }
  ],
  "dependencies": [],
  "annotations": [
    {
      "bom-ref": "metadata-annotations",
      "subjects": [
        "pkg:npm/@prisma/adapter-pg@7.8.0"
      ],
      "annotator": {
        "component": {
          "group": "@cyclonedx",
          "name": "cdxgen",
          "version": "12.8.4",
          "purl": "pkg:npm/%40cyclonedx/cdxgen@12.8.4",
          "type": "application",
          "bom-ref": "pkg:npm/@cyclonedx/cdxgen@12.8.4",
          "publisher": "OWASP Foundation",
          "authors": [
            {
              "name": "OWASP Foundation"
            }
          ]
        }
      },
      "timestamp": "2026-09-14T07:57:37Z",
      "text": "This Software Bill-of-Materials (SBOM) document was created on Monday, September 14, 2026 with cdxgen. The data was captured during the pre-build lifecycle phase without building the application. The document describes an application named 'adapter-pg' with version '7.8.0'. The package type in this SBOM is npm with 2 purl namespaces described under components. The components were identified from 5 source files."
    }
  ]
}