diff --git a/SPECS/grafana.spec b/SPECS/grafana.spec
index c0c362d..1becb51 100644
--- a/SPECS/grafana.spec
+++ b/SPECS/grafana.spec
@@ -24,7 +24,7 @@ end}
 
 Name:             grafana
 Version:          6.7.4
-Release:          2%{?dist}
+Release:          3%{?dist}
 Summary:          Metrics dashboard and graph editor
 License:          ASL 2.0
 URL:              https://grafana.org
@@ -386,6 +386,8 @@ The Grafana stackdriver datasource.
 %patch9 -p1
 %endif
 
+%patch10 -p1
+
 # Set up build subdirs and links
 mkdir -p %{_builddir}/src/github.com/grafana
 ln -sf %{_builddir}/%{name}-%{version} \
@@ -632,6 +634,9 @@ export GO111MODULE=off
 
 
 %changelog
+* Thu Aug 20 2020 Andreas Gerstmayr <agerstmayr@redhat.com> 6.7.4-3
+- apply patch for CVE-2020-13430 also to sources, not only to compiled webpack
+
 * Wed Aug 19 2020 Andreas Gerstmayr <agerstmayr@redhat.com> 6.7.4-2
 - security fix for CVE-2020-13430