Skip to content

Commit e8ef665

Browse files
authored
Merge pull request #70 from bnc-projects/patch-java-security-hotspot-RSPEC-4823
Using command line arguments is security-sensitive
2 parents 9cb36a6 + 66bfdc9 commit e8ef665

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

service/src/main/java/com/bnc/sbjb/Application.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
public class Application {
1010

1111
public static void main(String[] args) {
12-
SpringApplication.run(Application.class, args);
12+
SpringApplication.run(Application.class);
1313
}
1414

1515
@PostConstruct

0 commit comments

Comments
 (0)