diff --git a/README.md b/README.md
index 54ad9fe6..1ec53968 100644
--- a/README.md
+++ b/README.md
@@ -186,11 +186,14 @@ see [vulsdoc](https://vuls.io/docs/en/how-to-contribute.html)
----
-## Stargazers over time
+## Sponsors
-[](https://starcharts.herokuapp.com/future-architect/vuls)
+| | |
+| ------------- | ------------- |
+|
| Tines is no-code automation for security teams. Build powerful, reliable workflows without a development team. |
+|
| |
------;
+----
## License
diff --git a/detector/detector.go b/detector/detector.go
index 8178560e..10cf319d 100644
--- a/detector/detector.go
+++ b/detector/detector.go
@@ -150,12 +150,12 @@ func Detect(rs []models.ScanResult, dir string) ([]models.ScanResult, error) {
if 0 < config.Conf.CvssScoreOver {
r.ScannedCves, nFiltered = r.ScannedCves.FilterByCvssOver(config.Conf.CvssScoreOver)
- logging.Log.Infof("%s: %d CVEs filtered by --cvss-over=%d", r.FormatServerName(), nFiltered, config.Conf.CvssScoreOver)
+ logging.Log.Infof("%s: %d CVEs filtered by --cvss-over=%g", r.FormatServerName(), nFiltered, config.Conf.CvssScoreOver)
}
if config.Conf.IgnoreUnfixed {
r.ScannedCves, nFiltered = r.ScannedCves.FilterUnfixed(config.Conf.IgnoreUnfixed)
- logging.Log.Infof("%s: %d CVEs filtered by --ignore-unfixed=%d", r.FormatServerName(), nFiltered)
+ logging.Log.Infof("%s: %d CVEs filtered by --ignore-unfixed", r.FormatServerName(), nFiltered)
}
if 0 < config.Conf.ConfidenceScoreOver {
@@ -190,7 +190,7 @@ func Detect(rs []models.ScanResult, dir string) ([]models.ScanResult, error) {
// IgnoreUnscored
if config.Conf.IgnoreUnscoredCves {
r.ScannedCves, nFiltered = r.ScannedCves.FindScoredVulns()
- logging.Log.Infof("%s: %d CVEs filtered by --ignore-unscored-cves=%s", r.FormatServerName(), nFiltered, config.Conf.IgnoreUnscoredCves)
+ logging.Log.Infof("%s: %d CVEs filtered by --ignore-unscored-cves", r.FormatServerName(), nFiltered, config.Conf.IgnoreUnscoredCves)
}
r.FilterInactiveWordPressLibs(config.Conf.WpScan.DetectInactive)
diff --git a/img/sponsor/tines.png b/img/sponsor/tines.png
new file mode 100644
index 00000000..2bc686a6
Binary files /dev/null and b/img/sponsor/tines.png differ