Interrogating Java source code
Posted
by VibeofBoston
on Stack Overflow
See other posts from Stack Overflow
or by VibeofBoston
Published on 2010-06-09T20:13:43Z
Indexed on
2010/06/09
20:22 UTC
Read the original article
Hit count: 207
I have a Java source code that I need to interrogate and apply security policies [for e.g. applying CWE] I have couple of ideas, for starters using AST and then travel thru the tree. Others include using regular expression. Are there any options other than AST or regex that I could use for such process.
© Stack Overflow or respective owner