-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix security levels for trust scripts (#439)
* Fix `accts.transactions` security level * Fix `chats.create` security level * Fix `chats.send` security level * Fix `chats.tell` security level * Fix `corps.top` security level * Fix `scripts.highsec` security level * Fix `scripts.lowsec` security level * Fix `scripts.midsec` security level * Fix `scripts.nullsec` security level * Fix `sys.breach` security level * Fix `sys.specs` security level * Fix `sys.status` security level * Fix `sys.upgrade_log` missing subscriptor * `corps.top` is actually nullsec
- Loading branch information
1 parent
8b3e6f4
commit e3572c2
Showing
13 changed files
with
19 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ description: "Returns a log of the user's transactions" | |
|
||
### Security Level | ||
|
||
FULLSEC | ||
HIGHSEC | ||
|
||
## Syntax | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ description: "Sends a message to a specified channel" | |
|
||
### Security level | ||
|
||
MIDSEC | ||
FULLSEC | ||
|
||
## Syntax | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ description: "Lists HIGHSEC sectors and scripts" | |
|
||
### Security Level | ||
|
||
HIGHSEC | ||
FULLSEC | ||
|
||
## Syntax | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ description: "Lists LOWSEC sectors and scripts" | |
|
||
### Security Level | ||
|
||
LOWSEC | ||
FULLSEC | ||
|
||
## Syntax | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ description: "Lists MIDSEC sectors and scripts" | |
|
||
### Security Level | ||
|
||
MIDSEC | ||
FULLSEC | ||
|
||
## Syntax | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ description: "Lists NULLSEC sectors and scripts" | |
|
||
### Security Level | ||
|
||
NULLSEC | ||
FULLSEC | ||
|
||
## Syntax | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,7 +20,7 @@ sys.status | |
### Script | ||
|
||
``` | ||
#fs.sys.status() | ||
#hs.sys.status() | ||
``` | ||
|
||
### Parameters | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,7 +20,7 @@ sys.upgrade_log | |
### Script | ||
|
||
``` | ||
sys.upgrade_log() | ||
#hs.sys.upgrade_log() | ||
``` | ||
|
||
### Parameters | ||
|