diff options
Diffstat (limited to 'OpenSim/Region')
-rw-r--r-- | OpenSim/Region/ScriptEngine/Shared/Api/Implementation/OSSL_Api.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Region/ScriptEngine/Shared/Api/Implementation/OSSL_Api.cs b/OpenSim/Region/ScriptEngine/Shared/Api/Implementation/OSSL_Api.cs index fd4ba71..1dd4b19 100644 --- a/OpenSim/Region/ScriptEngine/Shared/Api/Implementation/OSSL_Api.cs +++ b/OpenSim/Region/ScriptEngine/Shared/Api/Implementation/OSSL_Api.cs | |||
@@ -88,6 +88,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api | |||
88 | // cause crashes with potential data loss, or can be used to | 88 | // cause crashes with potential data loss, or can be used to |
89 | // trick experienced and cautious users into unwanted situations, | 89 | // trick experienced and cautious users into unwanted situations, |
90 | // or changes global data permanently and without undo ability | 90 | // or changes global data permanently and without undo ability |
91 | // Malicious scripting can allow theft of content | ||
91 | // | 92 | // |
92 | // VeryHigh - Even normal use may, depending on the number of instances, | 93 | // VeryHigh - Even normal use may, depending on the number of instances, |
93 | // or frequency of use, result in severe service impairment | 94 | // or frequency of use, result in severe service impairment |