@contrast/assess 1.44.0 → 1.46.0

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.
Files changed (175) hide show
  1. package/LICENSE +1 -1
  2. package/lib/crypto-analysis/common.js +1 -1
  3. package/lib/crypto-analysis/index.js +1 -1
  4. package/lib/crypto-analysis/install/crypto.js +1 -1
  5. package/lib/crypto-analysis/install/math.js +1 -1
  6. package/lib/dataflow/index.js +1 -1
  7. package/lib/dataflow/propagation/common.js +1 -1
  8. package/lib/dataflow/propagation/index.js +1 -1
  9. package/lib/dataflow/propagation/install/JSON/index.js +1 -1
  10. package/lib/dataflow/propagation/install/JSON/parse-fn.js +1 -1
  11. package/lib/dataflow/propagation/install/JSON/parse.js +1 -1
  12. package/lib/dataflow/propagation/install/JSON/stringify.js +1 -1
  13. package/lib/dataflow/propagation/install/array-prototype-join.js +1 -1
  14. package/lib/dataflow/propagation/install/buffer.js +1 -1
  15. package/lib/dataflow/propagation/install/contrast-methods/add.js +1 -1
  16. package/lib/dataflow/propagation/install/contrast-methods/index.js +1 -1
  17. package/lib/dataflow/propagation/install/contrast-methods/number.js +1 -1
  18. package/lib/dataflow/propagation/install/contrast-methods/string.js +1 -1
  19. package/lib/dataflow/propagation/install/contrast-methods/tag.js +1 -1
  20. package/lib/dataflow/propagation/install/decode-uri-component.js +1 -1
  21. package/lib/dataflow/propagation/install/ejs/escape-xml.js +1 -1
  22. package/lib/dataflow/propagation/install/ejs/index.js +1 -1
  23. package/lib/dataflow/propagation/install/ejs/template.js +1 -1
  24. package/lib/dataflow/propagation/install/encode-uri.js +1 -1
  25. package/lib/dataflow/propagation/install/escape-html.js +1 -1
  26. package/lib/dataflow/propagation/install/escape.js +1 -1
  27. package/lib/dataflow/propagation/install/fastify-send.js +1 -1
  28. package/lib/dataflow/propagation/install/handlebars-utils-escape-expression.js +1 -1
  29. package/lib/dataflow/propagation/install/isnumeric-0.js +1 -1
  30. package/lib/dataflow/propagation/install/joi/any.js +1 -1
  31. package/lib/dataflow/propagation/install/joi/boolean.js +1 -1
  32. package/lib/dataflow/propagation/install/joi/expression.js +1 -1
  33. package/lib/dataflow/propagation/install/joi/index.js +1 -1
  34. package/lib/dataflow/propagation/install/joi/keys.js +1 -1
  35. package/lib/dataflow/propagation/install/joi/number.js +1 -1
  36. package/lib/dataflow/propagation/install/joi/object.js +1 -1
  37. package/lib/dataflow/propagation/install/joi/string-schema.js +1 -1
  38. package/lib/dataflow/propagation/install/joi/utils.js +1 -1
  39. package/lib/dataflow/propagation/install/joi/values.js +1 -1
  40. package/lib/dataflow/propagation/install/mongoose/common.js +1 -1
  41. package/lib/dataflow/propagation/install/mongoose/index.js +1 -1
  42. package/lib/dataflow/propagation/install/mongoose/schema-map.js +1 -1
  43. package/lib/dataflow/propagation/install/mongoose/schema-mixed.js +1 -1
  44. package/lib/dataflow/propagation/install/mongoose/schema-string.js +1 -1
  45. package/lib/dataflow/propagation/install/mustache-escape.js +1 -1
  46. package/lib/dataflow/propagation/install/mysql-connection-escape.js +1 -1
  47. package/lib/dataflow/propagation/install/parse-int.js +1 -1
  48. package/lib/dataflow/propagation/install/path/basename.js +1 -1
  49. package/lib/dataflow/propagation/install/path/common.js +1 -1
  50. package/lib/dataflow/propagation/install/path/dirname.js +1 -1
  51. package/lib/dataflow/propagation/install/path/extname.js +1 -1
  52. package/lib/dataflow/propagation/install/path/format.js +1 -1
  53. package/lib/dataflow/propagation/install/path/index.js +1 -1
  54. package/lib/dataflow/propagation/install/path/join-and-resolve.js +1 -1
  55. package/lib/dataflow/propagation/install/path/normalize.js +1 -1
  56. package/lib/dataflow/propagation/install/path/parse.js +1 -1
  57. package/lib/dataflow/propagation/install/path/relative.js +1 -1
  58. package/lib/dataflow/propagation/install/path/toNamespacedPath.js +1 -1
  59. package/lib/dataflow/propagation/install/pug/index.js +1 -1
  60. package/lib/dataflow/propagation/install/pug-runtime-escape.js +1 -1
  61. package/lib/dataflow/propagation/install/querystring/escape.js +1 -1
  62. package/lib/dataflow/propagation/install/querystring/index.js +1 -1
  63. package/lib/dataflow/propagation/install/querystring/parse.js +1 -1
  64. package/lib/dataflow/propagation/install/querystring/stringify.js +1 -1
  65. package/lib/dataflow/propagation/install/reg-exp-prototype-exec.js +1 -1
  66. package/lib/dataflow/propagation/install/send.js +1 -1
  67. package/lib/dataflow/propagation/install/sequelize/index.js +1 -1
  68. package/lib/dataflow/propagation/install/sequelize/query-generator.js +1 -1
  69. package/lib/dataflow/propagation/install/sequelize/sql-string.js +1 -1
  70. package/lib/dataflow/propagation/install/sql-template-strings.js +1 -1
  71. package/lib/dataflow/propagation/install/string/concat.js +1 -1
  72. package/lib/dataflow/propagation/install/string/format-methods.js +1 -1
  73. package/lib/dataflow/propagation/install/string/html-methods.js +1 -1
  74. package/lib/dataflow/propagation/install/string/index.js +1 -1
  75. package/lib/dataflow/propagation/install/string/match-all.js +1 -1
  76. package/lib/dataflow/propagation/install/string/match.js +1 -1
  77. package/lib/dataflow/propagation/install/string/replace.js +1 -1
  78. package/lib/dataflow/propagation/install/string/slice.js +1 -1
  79. package/lib/dataflow/propagation/install/string/split.js +1 -1
  80. package/lib/dataflow/propagation/install/string/substring.js +1 -1
  81. package/lib/dataflow/propagation/install/string/trim.js +1 -1
  82. package/lib/dataflow/propagation/install/unescape.js +1 -1
  83. package/lib/dataflow/propagation/install/url/domain-parsers.js +1 -1
  84. package/lib/dataflow/propagation/install/url/index.js +1 -1
  85. package/lib/dataflow/propagation/install/url/parse.js +1 -1
  86. package/lib/dataflow/propagation/install/url/searchParams.js +1 -1
  87. package/lib/dataflow/propagation/install/url/url.js +1 -1
  88. package/lib/dataflow/propagation/install/util-format.js +1 -1
  89. package/lib/dataflow/propagation/install/validator/hooks.js +1 -1
  90. package/lib/dataflow/propagation/install/validator/index.js +1 -1
  91. package/lib/dataflow/propagation/install/validator/methods.js +1 -1
  92. package/lib/dataflow/sinks/common.js +1 -1
  93. package/lib/dataflow/sinks/index.js +1 -1
  94. package/lib/dataflow/sinks/install/child-process.js +1 -1
  95. package/lib/dataflow/sinks/install/eval.js +1 -1
  96. package/lib/dataflow/sinks/install/express/index.js +1 -1
  97. package/lib/dataflow/sinks/install/express/reflected-xss.js +1 -1
  98. package/lib/dataflow/sinks/install/express/unvalidated-redirect.js +1 -1
  99. package/lib/dataflow/sinks/install/fastify/index.js +1 -1
  100. package/lib/dataflow/sinks/install/fastify/unvalidated-redirect.js +1 -1
  101. package/lib/dataflow/sinks/install/fs.js +1 -1
  102. package/lib/dataflow/sinks/install/function.js +1 -1
  103. package/lib/dataflow/sinks/install/hapi/index.js +1 -1
  104. package/lib/dataflow/sinks/install/hapi/unvalidated-redirect.js +1 -1
  105. package/lib/dataflow/sinks/install/http/index.js +1 -1
  106. package/lib/dataflow/sinks/install/http/request.js +1 -1
  107. package/lib/dataflow/sinks/install/http/server-response.js +1 -1
  108. package/lib/dataflow/sinks/install/koa/index.js +1 -1
  109. package/lib/dataflow/sinks/install/koa/unvalidated-redirect.js +1 -1
  110. package/lib/dataflow/sinks/install/libxmljs.js +1 -1
  111. package/lib/dataflow/sinks/install/marsdb.js +1 -1
  112. package/lib/dataflow/sinks/install/mongodb.js +1 -1
  113. package/lib/dataflow/sinks/install/mssql.js +1 -1
  114. package/lib/dataflow/sinks/install/mysql.js +1 -1
  115. package/lib/dataflow/sinks/install/node-serialize.js +1 -1
  116. package/lib/dataflow/sinks/install/postgres.js +1 -1
  117. package/lib/dataflow/sinks/install/restify.js +1 -1
  118. package/lib/dataflow/sinks/install/sequelize.js +1 -1
  119. package/lib/dataflow/sinks/install/sqlite3.js +1 -1
  120. package/lib/dataflow/sinks/install/vm.js +1 -1
  121. package/lib/dataflow/sources/common.js +1 -1
  122. package/lib/dataflow/sources/handler.js +1 -1
  123. package/lib/dataflow/sources/index.js +2 -1
  124. package/lib/dataflow/sources/index.test.js +2 -0
  125. package/lib/dataflow/sources/install/body-parser1.js +1 -1
  126. package/lib/dataflow/sources/install/busboy.js +1 -1
  127. package/lib/dataflow/sources/install/cookie-parser1.js +1 -1
  128. package/lib/dataflow/sources/install/express/index.js +1 -1
  129. package/lib/dataflow/sources/install/express/params.js +1 -1
  130. package/lib/dataflow/sources/install/express/parsedUrl.js +1 -1
  131. package/lib/dataflow/sources/install/fastify/fastify.js +1 -1
  132. package/lib/dataflow/sources/install/fastify/index.js +1 -1
  133. package/lib/dataflow/sources/install/formidable1.js +1 -1
  134. package/lib/dataflow/sources/install/graphql-http.js +118 -0
  135. package/lib/dataflow/sources/install/graphql-http.test.js +133 -0
  136. package/lib/dataflow/sources/install/hapi/hapi.js +1 -1
  137. package/lib/dataflow/sources/install/hapi/index.js +1 -1
  138. package/lib/dataflow/sources/install/http.js +1 -1
  139. package/lib/dataflow/sources/install/koa/index.js +1 -1
  140. package/lib/dataflow/sources/install/koa/koa-bodyparsers.js +1 -1
  141. package/lib/dataflow/sources/install/koa/koa-multer.js +1 -1
  142. package/lib/dataflow/sources/install/koa/koa-routers.js +1 -1
  143. package/lib/dataflow/sources/install/koa/koa2.js +1 -1
  144. package/lib/dataflow/sources/install/multer1.js +1 -1
  145. package/lib/dataflow/sources/install/qs6.js +1 -1
  146. package/lib/dataflow/sources/install/querystring.js +1 -1
  147. package/lib/dataflow/sources/install/restify/fieldedTextBodyParser.js +1 -1
  148. package/lib/dataflow/sources/install/restify/index.js +1 -1
  149. package/lib/dataflow/sources/install/restify/jsonBodyParser.js +1 -1
  150. package/lib/dataflow/sources/install/restify/router.js +1 -1
  151. package/lib/dataflow/tag-utils.js +1 -1
  152. package/lib/dataflow/tracker.js +1 -1
  153. package/lib/dataflow/utils/is-safe-content-type.js +1 -1
  154. package/lib/dataflow/utils/is-vulnerable.js +1 -1
  155. package/lib/event-factory.js +1 -1
  156. package/lib/get-policy.js +1 -1
  157. package/lib/get-source-context.js +1 -1
  158. package/lib/index.d.ts +1 -1
  159. package/lib/index.js +1 -1
  160. package/lib/make-source-context.js +1 -1
  161. package/lib/response-scanning/handlers/index.js +1 -1
  162. package/lib/response-scanning/handlers/utils.js +1 -1
  163. package/lib/response-scanning/index.js +1 -1
  164. package/lib/response-scanning/install/http.js +1 -1
  165. package/lib/rule-scopes.js +1 -1
  166. package/lib/sampler/common.js +1 -1
  167. package/lib/sampler/index.js +1 -1
  168. package/lib/session-configuration/common.js +1 -1
  169. package/lib/session-configuration/handlers.js +1 -1
  170. package/lib/session-configuration/index.js +1 -1
  171. package/lib/session-configuration/install/express-session.js +1 -1
  172. package/lib/session-configuration/install/fastify-cookie.js +1 -1
  173. package/lib/session-configuration/install/hapi.js +1 -1
  174. package/lib/session-configuration/install/koa.js +1 -1
  175. package/package.json +11 -11
@@ -0,0 +1,133 @@
1
+ 'use strict';
2
+
3
+ const sinon = require('sinon');
4
+ const { expect } = require('chai');
5
+ const { initAssessFixture } = require('@contrast/test/fixtures');
6
+ const { InputType } = require('@contrast/common');
7
+
8
+ describe('assess dataflow sources graphql-http v1', function () {
9
+ let core, simulateRequestScope, createHandler, parseRequestParams, _exports;
10
+
11
+ this.beforeEach(function () {
12
+ ({ core, simulateRequestScope } = initAssessFixture());
13
+ sinon.stub(core.assess.dataflow.sources, 'handle');
14
+
15
+ createHandler = sinon.stub().callsFake(({ parseRequestParams }) =>
16
+ sinon.stub().callsFake((req) => parseRequestParams(req)),
17
+ );
18
+ parseRequestParams = sinon.stub().resolves({ query: 'query { foo }' });
19
+
20
+ require('./graphql-http')(core).install();
21
+ _exports = core.depHooks.resolve.yield({ createHandler, parseRequestParams })[0];
22
+ });
23
+
24
+ describe('parseRequestParams', function () {
25
+ it('does not emit an event when the parser does not return a promise', function () {
26
+ parseRequestParams.returns(undefined);
27
+
28
+ return simulateRequestScope(async () => {
29
+ await _exports.parseRequestParams();
30
+ expect(core.assess.dataflow.sources.handle).not.to.have.been.called;
31
+ });
32
+ });
33
+
34
+ it('does not emit an event when the parser does not resolve a result', function () {
35
+ parseRequestParams.resolves(undefined);
36
+
37
+ return simulateRequestScope(async () => {
38
+ await _exports.parseRequestParams();
39
+ expect(core.assess.dataflow.sources.handle).not.to.have.been.called;
40
+ });
41
+ });
42
+
43
+ it('does not emit an event when outside of a source context', async function () {
44
+ await _exports.parseRequestParams();
45
+ expect(core.assess.dataflow.sources.handle).not.to.have.been.called;
46
+ });
47
+
48
+ it('does not emit an event when already parsed', function () {
49
+ return simulateRequestScope(async () => {
50
+ await _exports.parseRequestParams();
51
+ expect(core.assess.dataflow.sources.handle).not.to.have.been.called;
52
+ expect(core.logger.trace).to.have.been.calledWith(sinon.match.object, 'values already tracked');
53
+ }, { assess: { parsedBody: true } });
54
+ });
55
+
56
+
57
+ it('emits an event when handling a GET request', function () {
58
+ return simulateRequestScope(async () => {
59
+ await _exports.parseRequestParams({ method: 'GET' });
60
+
61
+ expect(core.assess.dataflow.sources.handle).to.have.been.calledWithMatch({
62
+ name: 'graphql-http.parseRequestParams',
63
+ context: 'req.url',
64
+ inputType: InputType.PARAMETER_VALUE,
65
+ data: { query: 'query { foo }' },
66
+ keys: ['query'],
67
+ sourceContext: core.scopes.sources.getStore().assess,
68
+ stacktraceOpts: {
69
+ constructorOpt: sinon.match.func,
70
+ prependFrames: [sinon.match.func],
71
+ },
72
+ });
73
+ });
74
+ });
75
+
76
+ it('emits an event when handling a POST request', function () {
77
+ return simulateRequestScope(async () => {
78
+ await _exports.parseRequestParams({ method: 'POST' });
79
+
80
+ expect(core.assess.dataflow.sources.handle).to.have.been.calledWithMatch({
81
+ name: 'graphql-http.parseRequestParams',
82
+ context: 'req.body',
83
+ inputType: InputType.JSON_VALUE,
84
+ data: { query: 'query { foo }' },
85
+ keys: ['query'],
86
+ sourceContext: core.scopes.sources.getStore().assess,
87
+ stacktraceOpts: {
88
+ constructorOpt: sinon.match.func,
89
+ prependFrames: [sinon.match.func],
90
+ },
91
+ });
92
+ });
93
+ });
94
+
95
+ it('handles errors when emitting', function () {
96
+ const err = new Error('test');
97
+ core.assess.dataflow.sources.handle.throws(err);
98
+
99
+ return simulateRequestScope(async () => {
100
+ await _exports.parseRequestParams({ method: 'POST' });
101
+ expect(core.logger.error).to.have.been.calledWith(sinon.match.object, 'unable to handle source');
102
+ });
103
+ });
104
+ });
105
+
106
+ describe('createHandler', function () {
107
+ it('provides the patched default when no parseRequestParams is provided', function () {
108
+ const handler = _exports.createHandler({ schema: {} });
109
+ const req = { method: 'POST' };
110
+
111
+ return simulateRequestScope(async () => {
112
+ await handler(req);
113
+ expect(parseRequestParams).to.have.been.calledWith(req);
114
+ expect(core.assess.dataflow.sources.handle).to.have.been.called;
115
+ });
116
+ });
117
+
118
+ it('patches a provided parseRequestParams function', function () {
119
+ const newParseRequestParams = sinon.stub().resolves({ query: 'query SomethingElse { bar } ' });
120
+ const handler = _exports.createHandler({ schema: {}, parseRequestParams: newParseRequestParams });
121
+ const req = { method: 'GET' };
122
+
123
+ return simulateRequestScope(async () => {
124
+ await handler(req);
125
+ expect(parseRequestParams).not.to.have.been.called;
126
+ expect(newParseRequestParams).to.have.been.calledWith(req);
127
+ expect(core.assess.dataflow.sources.handle).to.have.been.calledWithMatch({
128
+ data: { query: 'query SomethingElse { bar } ' }
129
+ });
130
+ });
131
+ });
132
+ });
133
+ });
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Copyright: 2024 Contrast Security, Inc
2
+ * Copyright: 2025 Contrast Security, Inc
3
3
  * Contact: support@contrastsecurity.com
4
4
  * License: Commercial
5
5
 
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Copyright: 2024 Contrast Security, Inc
2
+ * Copyright: 2025 Contrast Security, Inc
3
3
  * Contact: support@contrastsecurity.com
4
4
  * License: Commercial
5
5
 
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Copyright: 2024 Contrast Security, Inc
2
+ * Copyright: 2025 Contrast Security, Inc
3
3
  * Contact: support@contrastsecurity.com
4
4
  * License: Commercial
5
5
 
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Copyright: 2024 Contrast Security, Inc
2
+ * Copyright: 2025 Contrast Security, Inc
3
3
  * Contact: support@contrastsecurity.com
4
4
  * License: Commercial
5
5
 
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Copyright: 2024 Contrast Security, Inc
2
+ * Copyright: 2025 Contrast Security, Inc
3
3
  * Contact: support@contrastsecurity.com
4
4
  * License: Commercial
5
5
 
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Copyright: 2024 Contrast Security, Inc
2
+ * Copyright: 2025 Contrast Security, Inc
3
3
  * Contact: support@contrastsecurity.com
4
4
  * License: Commercial
5
5
 
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Copyright: 2024 Contrast Security, Inc
2
+ * Copyright: 2025 Contrast Security, Inc
3
3
  * Contact: support@contrastsecurity.com
4
4
  * License: Commercial
5
5
 
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Copyright: 2024 Contrast Security, Inc
2
+ * Copyright: 2025 Contrast Security, Inc
3
3
  * Contact: support@contrastsecurity.com
4
4
  * License: Commercial
5
5
 
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Copyright: 2024 Contrast Security, Inc
2
+ * Copyright: 2025 Contrast Security, Inc
3
3
  * Contact: support@contrastsecurity.com
4
4
  * License: Commercial
5
5
 
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Copyright: 2024 Contrast Security, Inc
2
+ * Copyright: 2025 Contrast Security, Inc
3
3
  * Contact: support@contrastsecurity.com
4
4
  * License: Commercial
5
5
 
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Copyright: 2024 Contrast Security, Inc
2
+ * Copyright: 2025 Contrast Security, Inc
3
3
  * Contact: support@contrastsecurity.com
4
4
  * License: Commercial
5
5
 
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Copyright: 2024 Contrast Security, Inc
2
+ * Copyright: 2025 Contrast Security, Inc
3
3
  * Contact: support@contrastsecurity.com
4
4
  * License: Commercial
5
5
 
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Copyright: 2024 Contrast Security, Inc
2
+ * Copyright: 2025 Contrast Security, Inc
3
3
  * Contact: support@contrastsecurity.com
4
4
  * License: Commercial
5
5
 
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Copyright: 2024 Contrast Security, Inc
2
+ * Copyright: 2025 Contrast Security, Inc
3
3
  * Contact: support@contrastsecurity.com
4
4
  * License: Commercial
5
5
 
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Copyright: 2024 Contrast Security, Inc
2
+ * Copyright: 2025 Contrast Security, Inc
3
3
  * Contact: support@contrastsecurity.com
4
4
  * License: Commercial
5
5
 
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Copyright: 2024 Contrast Security, Inc
2
+ * Copyright: 2025 Contrast Security, Inc
3
3
  * Contact: support@contrastsecurity.com
4
4
  * License: Commercial
5
5
 
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Copyright: 2024 Contrast Security, Inc
2
+ * Copyright: 2025 Contrast Security, Inc
3
3
  * Contact: support@contrastsecurity.com
4
4
  * License: Commercial
5
5
 
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Copyright: 2024 Contrast Security, Inc
2
+ * Copyright: 2025 Contrast Security, Inc
3
3
  * Contact: support@contrastsecurity.com
4
4
  * License: Commercial
5
5
 
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Copyright: 2024 Contrast Security, Inc
2
+ * Copyright: 2025 Contrast Security, Inc
3
3
  * Contact: support@contrastsecurity.com
4
4
  * License: Commercial
5
5
 
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Copyright: 2024 Contrast Security, Inc
2
+ * Copyright: 2025 Contrast Security, Inc
3
3
  * Contact: support@contrastsecurity.com
4
4
  * License: Commercial
5
5
 
package/lib/get-policy.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Copyright: 2024 Contrast Security, Inc
2
+ * Copyright: 2025 Contrast Security, Inc
3
3
  * Contact: support@contrastsecurity.com
4
4
  * License: Commercial
5
5
 
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Copyright: 2024 Contrast Security, Inc
2
+ * Copyright: 2025 Contrast Security, Inc
3
3
  * Contact: support@contrastsecurity.com
4
4
  * License: Commercial
5
5
 
package/lib/index.d.ts CHANGED
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Copyright: 2024 Contrast Security, Inc
2
+ * Copyright: 2025 Contrast Security, Inc
3
3
  * Contact: support@contrastsecurity.com
4
4
  * License: Commercial
5
5
 
package/lib/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Copyright: 2024 Contrast Security, Inc
2
+ * Copyright: 2025 Contrast Security, Inc
3
3
  * Contact: support@contrastsecurity.com
4
4
  * License: Commercial
5
5
 
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Copyright: 2024 Contrast Security, Inc
2
+ * Copyright: 2025 Contrast Security, Inc
3
3
  * Contact: support@contrastsecurity.com
4
4
  * License: Commercial
5
5
 
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Copyright: 2024 Contrast Security, Inc
2
+ * Copyright: 2025 Contrast Security, Inc
3
3
  * Contact: support@contrastsecurity.com
4
4
  * License: Commercial
5
5
 
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Copyright: 2024 Contrast Security, Inc
2
+ * Copyright: 2025 Contrast Security, Inc
3
3
  * Contact: support@contrastsecurity.com
4
4
  * License: Commercial
5
5
 
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Copyright: 2024 Contrast Security, Inc
2
+ * Copyright: 2025 Contrast Security, Inc
3
3
  * Contact: support@contrastsecurity.com
4
4
  * License: Commercial
5
5
 
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Copyright: 2024 Contrast Security, Inc
2
+ * Copyright: 2025 Contrast Security, Inc
3
3
  * Contact: support@contrastsecurity.com
4
4
  * License: Commercial
5
5
 
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Copyright: 2024 Contrast Security, Inc
2
+ * Copyright: 2025 Contrast Security, Inc
3
3
  * Contact: support@contrastsecurity.com
4
4
  * License: Commercial
5
5
 
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Copyright: 2024 Contrast Security, Inc
2
+ * Copyright: 2025 Contrast Security, Inc
3
3
  * Contact: support@contrastsecurity.com
4
4
  * License: Commercial
5
5
 
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Copyright: 2024 Contrast Security, Inc
2
+ * Copyright: 2025 Contrast Security, Inc
3
3
  * Contact: support@contrastsecurity.com
4
4
  * License: Commercial
5
5
 
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Copyright: 2024 Contrast Security, Inc
2
+ * Copyright: 2025 Contrast Security, Inc
3
3
  * Contact: support@contrastsecurity.com
4
4
  * License: Commercial
5
5
 
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Copyright: 2024 Contrast Security, Inc
2
+ * Copyright: 2025 Contrast Security, Inc
3
3
  * Contact: support@contrastsecurity.com
4
4
  * License: Commercial
5
5
 
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Copyright: 2024 Contrast Security, Inc
2
+ * Copyright: 2025 Contrast Security, Inc
3
3
  * Contact: support@contrastsecurity.com
4
4
  * License: Commercial
5
5
 
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Copyright: 2024 Contrast Security, Inc
2
+ * Copyright: 2025 Contrast Security, Inc
3
3
  * Contact: support@contrastsecurity.com
4
4
  * License: Commercial
5
5
 
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Copyright: 2024 Contrast Security, Inc
2
+ * Copyright: 2025 Contrast Security, Inc
3
3
  * Contact: support@contrastsecurity.com
4
4
  * License: Commercial
5
5
 
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Copyright: 2024 Contrast Security, Inc
2
+ * Copyright: 2025 Contrast Security, Inc
3
3
  * Contact: support@contrastsecurity.com
4
4
  * License: Commercial
5
5
 
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Copyright: 2024 Contrast Security, Inc
2
+ * Copyright: 2025 Contrast Security, Inc
3
3
  * Contact: support@contrastsecurity.com
4
4
  * License: Commercial
5
5
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@contrast/assess",
3
- "version": "1.44.0",
3
+ "version": "1.46.0",
4
4
  "description": "Contrast service providing framework-agnostic Assess support",
5
5
  "license": "SEE LICENSE IN LICENSE",
6
6
  "author": "Contrast Security <nodejs@contrastsecurity.com> (https://www.contrastsecurity.com)",
@@ -17,17 +17,17 @@
17
17
  "test": "../scripts/test.sh"
18
18
  },
19
19
  "dependencies": {
20
- "@contrast/common": "1.29.0",
21
- "@contrast/config": "1.39.0",
22
- "@contrast/core": "1.44.0",
23
- "@contrast/dep-hooks": "1.13.0",
20
+ "@contrast/common": "1.29.1",
21
+ "@contrast/config": "1.40.1",
22
+ "@contrast/core": "1.45.1",
23
+ "@contrast/dep-hooks": "1.14.1",
24
24
  "@contrast/distringuish": "^5.1.0",
25
- "@contrast/instrumentation": "1.23.0",
26
- "@contrast/logger": "1.17.0",
27
- "@contrast/patcher": "1.16.0",
28
- "@contrast/rewriter": "1.20.0",
29
- "@contrast/route-coverage": "1.34.0",
30
- "@contrast/scopes": "1.14.0",
25
+ "@contrast/instrumentation": "1.24.1",
26
+ "@contrast/logger": "1.18.1",
27
+ "@contrast/patcher": "1.17.1",
28
+ "@contrast/rewriter": "1.21.1",
29
+ "@contrast/route-coverage": "1.35.1",
30
+ "@contrast/scopes": "1.15.1",
31
31
  "semver": "^7.6.0"
32
32
  }
33
33
  }