Skip to content

Commit 27c826b

Browse files
committed
Released 1.4.0!
1 parent efde162 commit 27c826b

File tree

5 files changed

+40
-37
lines changed

5 files changed

+40
-37
lines changed

.idea/workspace.xml

Lines changed: 37 additions & 35 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
95.5 KB
Binary file not shown.

lib/XSpear.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -649,6 +649,7 @@ def run
649649
elsif @output == 'html'
650650
f = File.open 'report.html', 'w+'
651651
f.write @report.to_html
652+
log('s', "generate html report file. please open ./report.html file")
652653
else
653654
@report.to_cli
654655
end

lib/XSpear/XSpearRepoter.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -359,7 +359,7 @@ def to_html
359359
background-color: sienna;
360360
}
361361
.HIGH {
362-
background-color: darkred;
362+
background-color: firebrick;
363363
}
364364
.VULN {
365365
background-color: maroon;

lib/XSpear/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module XSpear
2-
VERSION = "1.3.3"
2+
VERSION = "1.4.0"
33
end

0 commit comments

Comments
 (0)