Skip to content

Commit 909654e

Browse files
author
Owen Jones
committed
Add some command line options to security analyser
This is needed for --java-max-input-tree-depth for the EVS test
1 parent 651841f commit 909654e

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/driver/sec_driver_parse_options.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -450,6 +450,7 @@ void sec_driver_parse_optionst::help()
450450
"Java Bytecode frontend options:\n"
451451
" --classpath dir/jar set the classpath\n"
452452
" --main-class class-name set the name of the main class\n"
453+
JAVA_BYTECODE_LANGUAGE_OPTIONS_HELP
453454
"\n"
454455
"Program representations:\n"
455456
" --show-parse-tree show parse tree\n"

src/driver/sec_driver_parse_options.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ class optionst;
4040
"(local-value-set-analysis)(show-value-sets)(lvsa-function):" \
4141
"(security-scanner):" \
4242
"(rebuild-taint-cache)" \
43-
"(lazy-methods)" \
4443
UI_MESSAGE_OPTIONS \
44+
JAVA_BYTECODE_LANGUAGE_OPTIONS \
4545
// End of options
4646

4747

0 commit comments

Comments
 (0)