@contrast/config 1.52.0 → 1.53.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.
- package/lib/options.js +8 -0
- package/package.json +2 -2
package/lib/options.js
CHANGED
|
@@ -692,6 +692,14 @@ Example - \`label1, label2, label3\``,
|
|
|
692
692
|
fn: parseNum,
|
|
693
693
|
desc: 'Set the maximum number of untrusted data flow propagations to observe per request.',
|
|
694
694
|
},
|
|
695
|
+
{
|
|
696
|
+
name: 'assess.rules.disabled_rules',
|
|
697
|
+
arg: '<list,of,rules>',
|
|
698
|
+
default: '',
|
|
699
|
+
fn: split,
|
|
700
|
+
desc: 'Define a list of Protect rules to disable in the agent. The rules must be formatted as a comma-delimited list.',
|
|
701
|
+
},
|
|
702
|
+
|
|
695
703
|
{
|
|
696
704
|
name: 'assess.safe_positives.enable',
|
|
697
705
|
arg: '[false]',
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@contrast/config",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.53.0",
|
|
4
4
|
"description": "An API for discovering Contrast agent configuration data",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE",
|
|
6
6
|
"author": "Contrast Security <nodejs@contrastsecurity.com> (https://www.contrastsecurity.com)",
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
},
|
|
22
22
|
"dependencies": {
|
|
23
23
|
"@contrast/common": "1.37.0",
|
|
24
|
-
"@contrast/core": "1.
|
|
24
|
+
"@contrast/core": "1.58.0",
|
|
25
25
|
"deepmerge": "^4.3.1",
|
|
26
26
|
"yaml": "^2.2.2"
|
|
27
27
|
}
|