cognium-dev 4.9.12 → 4.9.14
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cli.js +3 -3
- package/package.json +2 -2
package/dist/cli.js
CHANGED
|
@@ -49011,7 +49011,7 @@ var colors = {
|
|
|
49011
49011
|
};
|
|
49012
49012
|
|
|
49013
49013
|
// src/version.ts
|
|
49014
|
-
var version = "4.9.
|
|
49014
|
+
var version = "4.9.14";
|
|
49015
49015
|
|
|
49016
49016
|
// src/formatters.ts
|
|
49017
49017
|
var LIBRARY_API_SURFACE_TAG2 = "library-api-surface:caller-responsibility";
|
|
@@ -49564,8 +49564,8 @@ function generateSarifResults(results, crossFileData) {
|
|
|
49564
49564
|
|
|
49565
49565
|
// src/build-info.ts
|
|
49566
49566
|
var buildInfo = {
|
|
49567
|
-
gitSha: "
|
|
49568
|
-
builtAt: "2026-09-
|
|
49567
|
+
gitSha: "f9780ef",
|
|
49568
|
+
builtAt: "2026-09-15T00:09:54.470Z"
|
|
49569
49569
|
};
|
|
49570
49570
|
|
|
49571
49571
|
// src/utils/args.ts
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "cognium-dev",
|
|
3
|
-
"version": "4.9.
|
|
3
|
+
"version": "4.9.14",
|
|
4
4
|
"description": "Static Application Security Testing CLI for detecting security vulnerabilities via taint tracking",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -66,7 +66,7 @@
|
|
|
66
66
|
},
|
|
67
67
|
"dependencies": {
|
|
68
68
|
"@cognium/project-profile-detect": "1.1.1",
|
|
69
|
-
"circle-ir": "4.9.
|
|
69
|
+
"circle-ir": "4.9.14"
|
|
70
70
|
},
|
|
71
71
|
"devDependencies": {
|
|
72
72
|
"@types/node": "^25.5.0",
|