-
Notifications
You must be signed in to change notification settings - Fork 547
feat: Add support for Javascript package scanning (Fixes #1453) #1548
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from 49 commits
Commits
Show all changes
57 commits
Select commit
Hold shift + click to select a range
771960a
Merge pull request #1 from intel/master
anthonyharrison 20d6262
Merge remote-tracking branch 'upstream/master'
anthonyharrison 5ab2c87
Merge remote-tracking branch 'upstream/master'
anthonyharrison ea57d05
Merge remote-tracking branch 'upstream/master'
anthonyharrison c2a8d1c
Merge remote-tracking branch 'upstream/master'
anthonyharrison 7035ae9
Merge remote-tracking branch 'upstream/master'
anthonyharrison aaba9eb
Merge remote-tracking branch 'upstream/master'
anthonyharrison 3b91b0e
Merge remote-tracking branch 'upstream/master'
anthonyharrison 13fa1a8
Merge remote-tracking branch 'upstream/master'
anthonyharrison 5db21eb
Merge remote-tracking branch 'upstream/master'
anthonyharrison 9418560
Merge branch 'main'
anthonyharrison 0f3f754
Merge branch 'main'
anthonyharrison 9e04dab
Merge remote-tracking branch 'refs/remotes/upstream/main'
anthonyharrison da7e34a
Merge branch 'intel:main' into master
anthonyharrison 8c9ea48
Merge branch 'intel:main' into master
anthonyharrison 9581317
Merge branch 'intel:main' into master
anthonyharrison c59de25
Merge branch 'intel:main' into master
anthonyharrison bf5908a
Merge branch 'intel:main' into master
anthonyharrison 2505e10
Merge branch 'intel:main' into master
anthonyharrison 589b93d
Merge branch 'intel:main' into master
anthonyharrison 42757cb
Merge branch 'intel:main' into master
anthonyharrison 0f519a3
Merge branch 'intel:main' into master
anthonyharrison 4e9f0e7
chore: update pre-commit config
web-flow 4016283
Merge remote-tracking branch 'upstream/main'
anthonyharrison cd7b07a
Merge remote-tracking branch 'upstream/main'
anthonyharrison 4197fde
Merge branch 'intel:main' into master
anthonyharrison 6a9494b
Merge branch 'intel:main' into master
anthonyharrison 187f669
Merge branch 'intel:main' into master
anthonyharrison 03d40b2
Merge pull request #3 from anthonyharrison/chore-precommit-config
anthonyharrison 5a9fc91
Merge remote-tracking branch 'upstream/main'
anthonyharrison 38598df
Merge branch 'master' of https://github.com/anthonyharrison/cve-bin-t…
anthonyharrison 53be88a
Merge remote-tracking branch 'upstream/main'
anthonyharrison 076e16f
bug: set default version for xml2 checker to UNKNOWN (fixes #1517)
anthonyharrison 6830930
Merge branch 'intel:main' into master
anthonyharrison dcb8411
feat: Add support for Javascript package scanning (Fixes #1453)
anthonyharrison 047eecf
Merge branch 'intel:main' into master
anthonyharrison d78d40e
feat: Add XML schema validation (Fixes #1507)
anthonyharrison d61a04d
Revert "feat: Add XML schema validation (Fixes #1507)"
anthonyharrison fcfc11f
Merge branch 'intel:main' into master
anthonyharrison f6b21c0
Merge branch 'master' of git+ssh://github.com/anthonyharrison/cve-bin…
anthonyharrison cb02b7f
feat: Add support for Javascript package scanning (Fixes #1453)
anthonyharrison f281311
Merge branch 'pr-1453' of git+ssh://github.com/anthonyharrison/cve-bi…
anthonyharrison cecb381
Merge branch 'main' into pr-1453
anthonyharrison 48391e3
feat: Add support for Javascript package scanning (Fixes #1453)
anthonyharrison 8758a99
feat: Add support for Javascript package scanning (Fixes #1453)
anthonyharrison a79d759
feat: Add support for Javascript package scanning (Fixes #1453)
anthonyharrison ade7f24
Merge branch 'pr-1453' of git+ssh://github.com/anthonyharrison/cve-bi…
anthonyharrison 64c0200
feat: Add support for Javascript package scanning (Fixes #1453)
anthonyharrison 01e6c63
feat: Add support for Javascript package scanning (Fixes #1453)
anthonyharrison 951d8f7
Update cve_bin_tool/version_scanner.py
anthonyharrison 4ca92fe
Update cve_bin_tool/version_scanner.py
anthonyharrison e4ab9e6
Update cve_bin_tool/version_scanner.py
anthonyharrison bf180f3
Update test/test_language_scanner.py
anthonyharrison 02707e7
Update test/test_language_scanner.py
anthonyharrison d71b2c1
Update test/test_language_scanner.py
anthonyharrison ebb1375
Update test/test_language_scanner.py
anthonyharrison ccf8ebe
feat: Add support for Javascript package scanning (Fixes #1453)
anthonyharrison File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,114 @@ | ||
{ | ||
"name": "setup-python", | ||
"version": "2.2.2", | ||
"lockfileVersion": 1, | ||
"requires": true, | ||
"dependencies": { | ||
"@actions/cache": { | ||
"version": "1.0.8", | ||
"resolved": "https://registry.npmjs.org/@actions/cache/-/cache-1.0.8.tgz", | ||
"integrity": "sha512-GWNNB67w93HGJRQXlsV56YqrdAuDoP3esK/mo5mzU8WoDCVjtQgJGsTdkYUX7brswtT7xnI30bWNo1WLKQ8FZQ==", | ||
"requires": { | ||
"@actions/core": "^1.2.6", | ||
"@actions/exec": "^1.0.1", | ||
"@actions/glob": "^0.1.0", | ||
"@actions/http-client": "^1.0.9", | ||
"@actions/io": "^1.0.1", | ||
"@azure/ms-rest-js": "^2.0.7", | ||
"@azure/storage-blob": "^12.1.2", | ||
"semver": "^6.1.0", | ||
"uuid": "^3.3.3" | ||
}, | ||
"dependencies": { | ||
"@actions/glob": { | ||
"version": "0.1.2", | ||
"resolved": "https://registry.npmjs.org/@actions/glob/-/glob-0.1.2.tgz", | ||
"integrity": "sha512-SclLR7Ia5sEqjkJTPs7Sd86maMDw43p769YxBOxvPvEWuPEhpAnBsQfENOpXjFYMmhCqd127bmf+YdvJqVqR4A==", | ||
"requires": { | ||
"@actions/core": "^1.2.6", | ||
"minimatch": "^3.0.4" | ||
} | ||
}, | ||
"@actions/http-client": { | ||
"version": "1.0.11", | ||
"resolved": "https://registry.npmjs.org/@actions/http-client/-/http-client-1.0.11.tgz", | ||
"integrity": "sha512-VRYHGQV1rqnROJqdMvGUbY/Kn8vriQe/F9HR2AlYHzmKuM/p3kjNuXhmdBfcVgsvRWTz5C5XW5xvndZrVBuAYg==", | ||
"requires": { | ||
"tunnel": "0.0.6" | ||
} | ||
}, | ||
"semver": { | ||
"version": "6.3.0", | ||
"resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", | ||
"integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==" | ||
} | ||
} | ||
}, | ||
"@actions/core": { | ||
"version": "1.2.6", | ||
"resolved": "https://registry.npmjs.org/@actions/core/-/core-1.2.6.tgz", | ||
"integrity": "sha512-ZQYitnqiyBc3D+k7LsgSBmMDVkOVidaagDG7j3fOym77jNunWRuYx7VSHa9GNfFZh+zh61xsCjRj4JxMZlDqTA==" | ||
}, | ||
"jest-snapshot": { | ||
"version": "27.2.5", | ||
"resolved": "https://registry.npmjs.org/jest-snapshot/-/jest-snapshot-27.2.5.tgz", | ||
"integrity": "sha512-2/Jkn+VN6Abwz0llBltZaiJMnL8b1j5Bp/gRIxe9YR3FCEh9qp0TXVV0dcpTGZ8AcJV1SZGQkczewkI9LP5yGw==", | ||
"dev": true, | ||
"requires": { | ||
"@babel/core": "^7.7.2", | ||
"@babel/generator": "^7.7.2", | ||
"@babel/parser": "^7.7.2", | ||
"@babel/plugin-syntax-typescript": "^7.7.2", | ||
"@babel/traverse": "^7.7.2", | ||
"@babel/types": "^7.0.0", | ||
"@jest/transform": "^27.2.5", | ||
"@jest/types": "^27.2.5", | ||
"@types/babel__traverse": "^7.0.4", | ||
"@types/prettier": "^2.1.5", | ||
"babel-preset-current-node-syntax": "^1.0.0", | ||
"chalk": "^4.0.0", | ||
"expect": "^27.2.5", | ||
"graceful-fs": "^4.2.4", | ||
"jest-diff": "^27.2.5", | ||
"jest-get-type": "^27.0.6", | ||
"jest-haste-map": "^27.2.5", | ||
"jest-matcher-utils": "^27.2.5", | ||
"jest-message-util": "^27.2.5", | ||
"jest-resolve": "^27.2.5", | ||
"jest-util": "^27.2.5", | ||
"natural-compare": "^1.4.0", | ||
"pretty-format": "^27.2.5", | ||
"semver": "^7.3.2" | ||
}, | ||
"dependencies": { | ||
"semver": { | ||
"version": "7.3.5", | ||
"resolved": "https://registry.npmjs.org/semver/-/semver-7.3.5.tgz", | ||
"integrity": "sha512-PoeGJYh8HK4BTO/a9Tf6ZG3veo/A7ZVsYrSA6J8ny9nb3B1VrpkuN+z9OE5wfE5p6H4LchYZsegiQgbJD94ZFQ==", | ||
"dev": true, | ||
"requires": { | ||
"lru-cache": "^6.0.0" | ||
} | ||
} | ||
} | ||
}, | ||
"node-releases": { | ||
"version": "1.1.77", | ||
"resolved": "https://registry.npmjs.org/node-releases/-/node-releases-1.1.77.tgz", | ||
"integrity": "sha512-rB1DUFUNAN4Gn9keO2K1efO35IDK7yKHCdCaIMvFO7yUYmmZYeDjnGKle26G4rwj+LKRQpjyUUvMkPglwGCYNQ==", | ||
"dev": true | ||
}, | ||
"typescript": { | ||
"version": "3.8.3", | ||
"resolved": "https://registry.npmjs.org/typescript/-/typescript-3.8.3.tgz", | ||
"integrity": "sha512-MYlEfn5VrLNsgudQTVJeNaQFUAI7DkhnOjdpAp4T+ku1TfQClewlbSuTVHiA+8skNBgaf02TL/kLOvig4y3G8w==", | ||
"dev": true | ||
}, | ||
"yargs-parser": { | ||
"version": "20.2.9", | ||
"resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-20.2.9.tgz", | ||
"integrity": "sha512-y11nGElTIV+CT3Zv9t7VKl+Q3hTQoT9a1Qzezhhl6Rp21gJ/IVTW7Z3y9EWXhuUBC2Shnf+DX0antecpAwSP8w==", | ||
"dev": true | ||
} | ||
} | ||
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
{ | ||
"name": "node-js-sample", | ||
"version": "0.2.0", | ||
"description": "A sample Node.js app using Express 4", | ||
"main": "index.js", | ||
"scripts": { | ||
"start": "node index.js" | ||
}, | ||
"dependencies": { | ||
"express": "^4.13.3" | ||
}, | ||
"engines": { | ||
"node": "4.0.0" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/heroku/node-js-sample" | ||
}, | ||
"keywords": [ | ||
"node", | ||
"heroku", | ||
"express" | ||
], | ||
"author": "Mark Pundsack", | ||
"contributors": [ | ||
"Zeke Sikelianos <[email protected]> (http://zeke.sikelianos.com)" | ||
], | ||
"license": "MIT" | ||
} |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.