Skip to content

Instantly share code, notes, and snippets.

View jkowalleck's full-sized avatar
🐢
keeping it real

Jan Kowalleck jkowalleck

🐢
keeping it real
View GitHub Profile
@jkowalleck
jkowalleck / package.json
Created July 9, 2024 11:46
cyclonedx-npm_demo-package_from-gist
{
"private": true,
"name": "demo-package-with-build-id",
"description": "demo: package-with-build-id -- show how buildID in the version looks like",
"version": "1.0.0-123+456",
"homepage": "https://github.com/CycloneDX/cyclonedx-node-npm/issues/551",
"repository": "gist:44e29a0bc4a002ec3413d9f5c2c1962f"
}
@jkowalleck
jkowalleck / cyclonedx_deps_to_mermaid.xsl
Last active June 24, 2024 12:45
CycloneDX dependency grapth to mermaid diagramm
<?xml version="1.0" encoding="utf-8"?>
<stylesheet version="2.0"
xmlns="http://www.w3.org/1999/XSL/Transform"
xmlns:xs="http://www.w3.org/2001/XMLSchema"
xmlns:fn="http://www.w3.org/2005/xpath-functions"
xmlns:my="http://gist.github.com/jkowalleck/a0f874ee0a8af9a56a0e887631fc53d1"
>
<!--
@author: Jan Kowalleck
@license: (MIT OR Apache-2.0)