@corellium/corellium-cli 1.2.4 → 1.2.5
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/coverage/cobertura-coverage.xml +1 -1
- package/coverage/lcov-report/index.html +1 -1
- package/package.json +1 -1
- package/src/commands/mast/create-assessment.js +1 -1
- package/src/commands/mast/delete-assessment.js +2 -2
- package/src/commands/mast/download-report.js +2 -2
- package/src/commands/mast/get-assessment.js +2 -2
- package/src/commands/mast/get-assessments.js +1 -1
- package/src/commands/mast/index.js +2 -2
- package/src/commands/mast/start-monitor.js +1 -1
- package/src/commands/mast/stop-monitor.js +1 -1
- package/src/commands/mast/test.js +2 -2
@@ -1,6 +1,6 @@
|
|
1
1
|
<?xml version="1.0" ?>
|
2
2
|
<!DOCTYPE coverage SYSTEM "http://cobertura.sourceforge.net/xml/coverage-04.dtd">
|
3
|
-
<coverage lines-valid="0" lines-covered="0" line-rate="NaN" branches-valid="0" branches-covered="0" branch-rate="NaN" timestamp="
|
3
|
+
<coverage lines-valid="0" lines-covered="0" line-rate="NaN" branches-valid="0" branches-covered="0" branch-rate="NaN" timestamp="1715703576196" complexity="0" version="0.1">
|
4
4
|
<sources>
|
5
5
|
<source>/builds/middleware/corellium-cli</source>
|
6
6
|
</sources>
|
@@ -86,7 +86,7 @@
|
|
86
86
|
<div class='footer quiet pad2 space-top1 center small'>
|
87
87
|
Code coverage generated by
|
88
88
|
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
|
89
|
-
at 2024-
|
89
|
+
at 2024-05-14T16:19:36.203Z
|
90
90
|
</div>
|
91
91
|
<script src="prettify.js"></script>
|
92
92
|
<script>
|
package/package.json
CHANGED
@@ -15,7 +15,7 @@ async function builder (yargs) {
|
|
15
15
|
alias: 'a',
|
16
16
|
type: 'string',
|
17
17
|
demandOption: true,
|
18
|
-
describe: '
|
18
|
+
describe: 'MATRIX assessment id'
|
19
19
|
})
|
20
20
|
.option('instance', {
|
21
21
|
alias: 'i',
|
@@ -46,5 +46,5 @@ module.exports = {
|
|
46
46
|
builder,
|
47
47
|
handler,
|
48
48
|
command: 'delete-assessment',
|
49
|
-
describe: 'Delete
|
49
|
+
describe: 'Delete MATRIX assessment'
|
50
50
|
}
|
@@ -14,7 +14,7 @@ async function builder (yargs) {
|
|
14
14
|
alias: 'a',
|
15
15
|
type: 'string',
|
16
16
|
demandOption: true,
|
17
|
-
describe: '
|
17
|
+
describe: 'MATRIX assessment id'
|
18
18
|
})
|
19
19
|
// NOTE: only required due to coordinator proxy needing to authenticate access to instance
|
20
20
|
.option('instance', {
|
@@ -54,5 +54,5 @@ module.exports = {
|
|
54
54
|
builder,
|
55
55
|
handler,
|
56
56
|
command: 'download-report',
|
57
|
-
describe: 'Download
|
57
|
+
describe: 'Download MATRIX assessment report'
|
58
58
|
}
|
@@ -14,7 +14,7 @@ async function builder (yargs) {
|
|
14
14
|
alias: 'a',
|
15
15
|
type: 'string',
|
16
16
|
demandOption: true,
|
17
|
-
describe: '
|
17
|
+
describe: 'MATRIX assessment id'
|
18
18
|
})
|
19
19
|
// NOTE: only required due to coordinator proxy needing to authenticate access to instance
|
20
20
|
.option('instance', {
|
@@ -47,5 +47,5 @@ module.exports = {
|
|
47
47
|
builder,
|
48
48
|
handler,
|
49
49
|
command: 'get-assessment',
|
50
|
-
describe: 'Get
|
50
|
+
describe: 'Get MATRIX assessment'
|
51
51
|
}
|
@@ -14,6 +14,6 @@ let _yargs
|
|
14
14
|
module.exports = {
|
15
15
|
builder: yargs => (_yargs = yargs) && yargs.command(subcommands).scriptName(''),
|
16
16
|
handler: argv => !argv[1] && _yargs.showHelp(),
|
17
|
-
command: '
|
18
|
-
describe: 'Mobile Application Security Testing (
|
17
|
+
command: 'matrix',
|
18
|
+
describe: 'Mobile Application Security Testing (MATRIX) related commands'
|
19
19
|
}
|
@@ -14,7 +14,7 @@ async function builder (yargs) {
|
|
14
14
|
.option('assessment', {
|
15
15
|
alias: 'a',
|
16
16
|
type: 'string',
|
17
|
-
describe: '
|
17
|
+
describe: 'MATRIX assessment id',
|
18
18
|
demandOption: true
|
19
19
|
})
|
20
20
|
// NOTE: only required due to coordinator proxy needing to authenticate access to instance
|
@@ -14,7 +14,7 @@ async function builder (yargs) {
|
|
14
14
|
.option('assessment', {
|
15
15
|
alias: 'a',
|
16
16
|
type: 'string',
|
17
|
-
describe: '
|
17
|
+
describe: 'MATRIX assessment id',
|
18
18
|
demandOption: true
|
19
19
|
})
|
20
20
|
// NOTE: only required due to coordinator proxy needing to authenticate access to instance
|
@@ -13,7 +13,7 @@ async function builder (yargs) {
|
|
13
13
|
.option('assessment', {
|
14
14
|
alias: 'a',
|
15
15
|
type: 'string',
|
16
|
-
describe: '
|
16
|
+
describe: 'MATRIX assessment id',
|
17
17
|
demandOption: true
|
18
18
|
})
|
19
19
|
// NOTE: only required due to coordinator proxy needing to authenticate access to instance
|
@@ -58,5 +58,5 @@ module.exports = {
|
|
58
58
|
builder,
|
59
59
|
handler,
|
60
60
|
command: 'test',
|
61
|
-
describe: 'Execute
|
61
|
+
describe: 'Execute MATRIX checks for assessment'
|
62
62
|
}
|