Questions tagged [stack-inspection]
2 questions
11
votes
1 answer
How does Stack Inspection work?
This is precursor to my other, more advanced question about Stack Inspection.
Stack Inspection is a security mechanism introduced in the JVM to deal with running code originating from locations having different levels of trust. This is question aims…
Dave Clarke
- 20,345
- 4
- 70
- 114
8
votes
2 answers
Limitations of Stack Inspection
This is a follow up to the How does Stack Inspection work? that explores the notion in more detail
Stack inspection is a mechanism for ensuring security in the context of the JVM and CLR virtual machines when externally downloaded code modules of…
Dave Clarke
- 20,345
- 4
- 70
- 114