@j-schreiber/sf-cli-security-audit 0.12.1 → 0.12.2
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/README.md +6 -5
- package/oclif.manifest.json +1 -1
- package/package.json +1 -2
package/README.md
CHANGED
|
@@ -5,9 +5,10 @@
|
|
|
5
5
|
<a href="https://github.com/j-schreiber/js-sf-cli-security-audit/blob/main/LICENSE"><img src="https://img.shields.io/badge/License-blue" alt="License"></a>
|
|
6
6
|
</p>
|
|
7
7
|
|
|
8
|
-
>
|
|
8
|
+
> [!IMPORTANT]\
|
|
9
|
+
> The SAE is still in beta and under active development. Command signatures, results report format, and directory structures can change.
|
|
9
10
|
|
|
10
|
-
|
|
11
|
+
The readme only covers the auto-generated command signatures. To learn about the concepts, design decisions, and a variety of use cases [see the official docs](https://securityauditengine.org/docs).
|
|
11
12
|
|
|
12
13
|
# Installation
|
|
13
14
|
|
|
@@ -84,7 +85,7 @@ FLAG DESCRIPTIONS
|
|
|
84
85
|
essentially control, if a permission is allowed in a certain profile / permission set.
|
|
85
86
|
```
|
|
86
87
|
|
|
87
|
-
_See code: [src/commands/org/audit/init.ts](https://github.com/j-schreiber/js-sf-cli-security-audit/blob/v0.12.
|
|
88
|
+
_See code: [src/commands/org/audit/init.ts](https://github.com/j-schreiber/js-sf-cli-security-audit/blob/v0.12.2/src/commands/org/audit/init.ts)_
|
|
88
89
|
|
|
89
90
|
## `sf org audit run`
|
|
90
91
|
|
|
@@ -129,7 +130,7 @@ FLAG DESCRIPTIONS
|
|
|
129
130
|
never truncated.
|
|
130
131
|
```
|
|
131
132
|
|
|
132
|
-
_See code: [src/commands/org/audit/run.ts](https://github.com/j-schreiber/js-sf-cli-security-audit/blob/v0.12.
|
|
133
|
+
_See code: [src/commands/org/audit/run.ts](https://github.com/j-schreiber/js-sf-cli-security-audit/blob/v0.12.2/src/commands/org/audit/run.ts)_
|
|
133
134
|
|
|
134
135
|
## `sf org scan user-perms`
|
|
135
136
|
|
|
@@ -168,7 +169,7 @@ FLAG DESCRIPTIONS
|
|
|
168
169
|
retun 0 results).
|
|
169
170
|
```
|
|
170
171
|
|
|
171
|
-
_See code: [src/commands/org/scan/user-perms.ts](https://github.com/j-schreiber/js-sf-cli-security-audit/blob/v0.12.
|
|
172
|
+
_See code: [src/commands/org/scan/user-perms.ts](https://github.com/j-schreiber/js-sf-cli-security-audit/blob/v0.12.2/src/commands/org/scan/user-perms.ts)_
|
|
172
173
|
|
|
173
174
|
<!-- commandsstop -->
|
|
174
175
|
|
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@j-schreiber/sf-cli-security-audit",
|
|
3
3
|
"description": "Salesforce CLI plugin to automate highly configurable security audits",
|
|
4
|
-
"version": "0.12.
|
|
4
|
+
"version": "0.12.2",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
7
7
|
"url": "git+https://github.com/j-schreiber/js-sf-cli-security-audit"
|
|
@@ -57,7 +57,6 @@
|
|
|
57
57
|
"sfdx",
|
|
58
58
|
"sfdx-plugin"
|
|
59
59
|
],
|
|
60
|
-
"license": "BSD-3-Clause",
|
|
61
60
|
"oclif": {
|
|
62
61
|
"commands": "./lib/commands",
|
|
63
62
|
"bin": "sf",
|