Skip to content

daveho/StaticJavaSandbox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

Statically examine a Java class for suspicious features. For example, find attempts to do I/O, dynamic class loading, start threads, etc. The intended application is programming exercise judges, where the system will be executing untrusted code. Credit: Nick Parlante mentioned that CodingBat does this, so I am stealing the idea for CloudCoder.

I am just starting to work on this, so it doesn't do anything useful yet.

License is the MIT license.

Comments to mailto:david.hovemeyer@gmail.com.

About

Statically check a Java class to make sure it's not going to do something suspicious

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages