Skip to content

Commit

Permalink
Update rule code restrictions
Browse files Browse the repository at this point in the history
  • Loading branch information
tyler-mairose-sp committed May 9, 2024
1 parent b3a9bda commit b88eb6a
Showing 1 changed file with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions docs/extensibility/rules/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,41 @@ public static
XMLObjectFactory
Log4j
Logger.getLogger​
System.exit
Runtime.
server
ServerSocket
ProcessBuilder
exec
exit
rm
getRuntime
shutdownOnExit
bg
cp
desktop
getBshPrompt
mv
run
pathToFile
editor
addClassPath
bind
browseClass
cat
cd
classBrowser
dir
dirname
frame
importCommands
load
makeWorkspace
pwd
reloadClasses
setClassPath
source
sourceRelative
```

Note that the earlier code fragments are not allowed within [connector-executed rules](./connector-rules/index.md#supported-connector-rules) because they are not valid at the connector level. They will, for a short time, still be allowed for pre-existing [cloud-executed rules](./cloud-rules/index.md) as a review exception. However, any new rules using these constructs will be returned to the submitter, and the submitter will be asked to rewrite the rule, using the [ISC Rule Utility](./idn_rule_utility.md) helper methods instead:
Expand Down

0 comments on commit b88eb6a

Please sign in to comment.