...
Guidelines
ENV00-J. Do not sign code that performs only unprivileged operations
...
ENV04-J. Place all privileged code in a single package and seal the package
...
ENV30-J. Create a secure sandbox using a Security Manager
...
ENV35-J. Provide a trusted environment and sanitize all inputs
Risk Assessment Summary
Recommendations
Recommendation | Severity | Likelihood | Remediation Cost | Priority | Level |
|---|---|---|---|---|---|
ENV00- J | high | probable | medium | P12 | L1 |
ENV01- J | low | unlikely | medium | P2 | L3 |
ENV02- J | high | probable | medium | P12 | L1 |
ENV03- J | high | probable | low | P18 | L1 |
ENV04- J | high | probable | medium | P12 | L1 |
Rules
Rule | Severity | Likelihood | Remediation Cost | Priority | Level |
|---|---|---|---|---|---|
ENV30- J | high | probable | low | P18 | L1 |
ENV31- J | high | likely | low | P27 | L1 |
ENV32- J | high | probable | low | P18 | L1 |
ENV33- J | high | probable | low | P18 | L1 |
ENV34- J | high | likely | low | P27 | L1 |
ENV35- J | high | probable | medium | P12 | L1 |
...