File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed
Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ This is a demo application which provides a real world representation of a REST
1111
1212## Run
1313 ``` sh
14- $ java -jar target/hello-shiftleft-0.0.1.jar --jasypt.encryptor.password=shiftbyte5
14+ $ java -jar target/hello-shiftleft-0.0.1.jar
1515```
1616
1717## Exercise Vulnerabilites and Exposures
Original file line number Diff line number Diff line change @@ -83,8 +83,8 @@ private boolean connectToMySQL() {
8383 @ Override
8484 public void run (String ... arg0 ) throws Exception {
8585
86- SimpleCommandLinePropertySource ps = new SimpleCommandLinePropertySource (arg0 );
87- String encryptor = (String ) ps .getProperty ("jasypt.encryptor.password" );
86+ SimpleCommandLinePropertySource ps = new SimpleCommandLinePropertySource (arg0 );
87+ String encryptor = (String ) ps .getProperty ("jasypt.encryptor.password" );
8888 log .info ("JASP Master Creds is {}" , encryptor );
8989
9090 connectToMySQL ();
Original file line number Diff line number Diff line change 1+ jasypt.encryptor.password =shiftbyte5
12server.port =8081
You can’t perform that action at this time.
0 commit comments