test Signed-off-by: Author Name <authoremail@example.com>

This commit is contained in:
Jesse Houldsworth 2025-11-21 09:42:36 -08:00
parent 1002df8250
commit 5af4da24bd
4 changed files with 33 additions and 0 deletions

BIN
.DS_Store vendored Normal file

Binary file not shown.

12
.github/workflows/package.json vendored Normal file
View file

@ -0,0 +1,12 @@
{
"name": "vulnerability-demo",
"version": "1.0.0",
"description": "Demo project to showcase vulnerability detection and remediation",
"main": "index.js",
"scripts": {
"start": "node index.js"
},
"dependencies": {
"lodash": "4.17.19"
}
}

View file

@ -0,0 +1,13 @@
version: 1
type: gradle
resolver:
repo: jesseh-npm-dev-virtual
serverId: soleng
deployer:
repo: jesseh-npm-dev-virtual
serverId: soleng
deployMavenDescriptors: true
deployIvyDescriptors: true
ivyPattern: '[organization]/[module]/ivy-[revision].xml'
artifactPattern: '[organization]/[module]/[revision]/[artifact]-[revision](-[classifier]).[ext]'
useWrapper: true

8
.jfrog/projects/npm.yaml Normal file
View file

@ -0,0 +1,8 @@
version: 1
type: npm
resolver:
repo: jesseh-npm-dev-virtual
serverId: soleng
deployer:
repo: jesseh-npm-dev-virtual
serverId: soleng