@j-schreiber/sf-cli-security-audit 0.12.0 → 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/LICENSE ADDED
@@ -0,0 +1,117 @@
1
+ # Preamble
2
+
3
+ This license covers the **COMMUNITY EDITION** of the SAE. If
4
+ you are interested in a commercial-use license, please reach
5
+ out to business@jannis-schreiber.me.
6
+
7
+ ## Acceptance
8
+
9
+ In order to get any license under these terms, you must agree
10
+ to them as both strict obligations and conditions to all
11
+ your licenses.
12
+
13
+ ## Copyright License
14
+
15
+ The licensor grants you a copyright license for the software
16
+ to do everything you might do with the software that would
17
+ otherwise infringe the licensor's copyright in it for any
18
+ permitted purpose. However, you may only make changes or
19
+ new works based on the software according to [Changes and New
20
+ Works License](#changes-and-new-works-license), and you may
21
+ not distribute the software.
22
+
23
+ ## Changes and New Works License
24
+
25
+ The licensor grants you an additional copyright license to
26
+ make changes and new works based on the software for any
27
+ permitted purpose.
28
+
29
+ ## Patent License
30
+
31
+ The licensor grants you a patent license for the software that
32
+ covers patent claims the licensor can license, or becomes able
33
+ to license, that you would infringe by using the software.
34
+
35
+ ## Allowed Use
36
+
37
+ The licensor grants you the rights to use this software for
38
+ the following permitted purposes.
39
+
40
+ ### Internal Business Use
41
+
42
+ Use of the software for the internal business operations of
43
+ you and your company is use for a permitted purpose. Internal
44
+ business operations must be non-commercial, which means not
45
+ primarily intended for or directed towards commercial advantage
46
+ or monetary compensation.
47
+
48
+ ### Personal Uses
49
+
50
+ Personal use for research, experiment, and testing for
51
+ the benefit of public knowledge, personal study, private
52
+ entertainment, hobby projects, amateur pursuits, or religious
53
+ observance, without any anticipated commercial application,
54
+ is use for a permitted purpose.
55
+
56
+ ## Fair Use
57
+
58
+ You may have "fair use" rights for the software under the
59
+ law. These terms do not limit them.
60
+
61
+ ## No Other Rights
62
+
63
+ These terms do not allow you to sublicense or transfer any of
64
+ your licenses to anyone else, or prevent the licensor from
65
+ granting licenses to anyone else. These terms do not imply
66
+ any other licenses.
67
+
68
+ ## Patent Defense
69
+
70
+ If you make any written claim that the software infringes or
71
+ contributes to infringement of any patent, your patent license
72
+ for the software granted under these terms ends immediately. If
73
+ your company makes such a claim, your patent license ends
74
+ immediately for work on behalf of your company.
75
+
76
+ ## Violations
77
+
78
+ The first time you are notified in writing that you have
79
+ violated any of these terms, or done anything with the software
80
+ not covered by your licenses, your licenses can nonetheless
81
+ continue if you come into full compliance with these terms,
82
+ and take practical steps to correct past violations, within
83
+ 32 days of receiving notice. Otherwise, all your licenses
84
+ end immediately.
85
+
86
+ ## No Liability
87
+
88
+ **_As far as the law allows, the software comes as is, without
89
+ any warranty or condition, and the licensor will not be liable
90
+ to you for any damages arising out of these terms or the use
91
+ or nature of the software, under any kind of legal claim._**
92
+
93
+ ## Definitions
94
+
95
+ The **licensor** is the individual or entity offering these
96
+ terms, and the **software** is the software the licensor makes
97
+ available under these terms.
98
+
99
+ **You** refers to the individual or entity agreeing to these
100
+ terms.
101
+
102
+ **Your company** is any legal entity, sole proprietorship,
103
+ or other kind of organization that you work for, plus all
104
+ organizations that have control over, are under the control of,
105
+ or are under common control with that organization. **Control**
106
+ means ownership of substantially all the assets of an entity,
107
+ or the power to direct its management and policies by vote,
108
+ contract, or otherwise. Control can be direct or indirect.
109
+
110
+ **Your licenses** are all the licenses granted to you for the
111
+ software under these terms.
112
+
113
+ **Use** means anything you do with the software requiring one
114
+ of your licenses.
115
+
116
+ Copyright (c) 2026, Jannis Schreiber.
117
+ All rights reserved.
package/README.md CHANGED
@@ -1,8 +1,14 @@
1
1
  # @j-schreiber/sf-cli-security-audit
2
2
 
3
- > This plugin is still in beta and under active development. Command signatures and directory structures can change.
3
+ <p align="center">
4
+ <a href="https://www.npmjs.com/package/@j-schreiber/sf-cli-security-audit"><img src="https://img.shields.io/npm/v/@j-schreiber/sf-cli-security-audit.svg?logo=npm" alt="NPM version"/></a>
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
+ </p>
4
7
 
5
- To go beyond command signatures and learn about the concepts, design decisions, and a variety of use cases [see the official docs](https://securityauditengine.org/docs).
8
+ > [!IMPORTANT]\
9
+ > The SAE is still in beta and under active development. Command signatures, results report format, and directory structures can change.
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).
6
12
 
7
13
  # Installation
8
14
 
@@ -79,7 +85,7 @@ FLAG DESCRIPTIONS
79
85
  essentially control, if a permission is allowed in a certain profile / permission set.
80
86
  ```
81
87
 
82
- _See code: [src/commands/org/audit/init.ts](https://github.com/j-schreiber/js-sf-cli-security-audit/blob/v0.12.0/src/commands/org/audit/init.ts)_
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)_
83
89
 
84
90
  ## `sf org audit run`
85
91
 
@@ -124,7 +130,7 @@ FLAG DESCRIPTIONS
124
130
  never truncated.
125
131
  ```
126
132
 
127
- _See code: [src/commands/org/audit/run.ts](https://github.com/j-schreiber/js-sf-cli-security-audit/blob/v0.12.0/src/commands/org/audit/run.ts)_
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)_
128
134
 
129
135
  ## `sf org scan user-perms`
130
136
 
@@ -163,7 +169,7 @@ FLAG DESCRIPTIONS
163
169
  retun 0 results).
164
170
  ```
165
171
 
166
- _See code: [src/commands/org/scan/user-perms.ts](https://github.com/j-schreiber/js-sf-cli-security-audit/blob/v0.12.0/src/commands/org/scan/user-perms.ts)_
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)_
167
173
 
168
174
  <!-- commandsstop -->
169
175
 
@@ -259,5 +259,5 @@
259
259
  ]
260
260
  }
261
261
  },
262
- "version": "0.12.0"
262
+ "version": "0.12.2"
263
263
  }
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.0",
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",