File: remove-js-mentions.patch

package info (click to toggle)
wapiti 3.0.4%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 3,008 kB
  • sloc: python: 14,252; makefile: 20
file content (22 lines) | stat: -rw-r--r-- 932 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Description: Remove js mention in report.html
 We removed the files *.min.js form the source because source code is
 missing. Remove the mention of the file in the report.html to avoid
 errors.
Author: Sophie Brun <sophie@offensive-security.com>
Last-Update: 2018-10-04
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
Index: wapiti/wapitiCore/report_template/report.html
===================================================================
--- wapiti.orig/wapitiCore/report_template/report.html
+++ wapiti/wapitiCore/report_template/report.html
@@ -177,7 +177,6 @@
         </div>
         <footer class="small" id="footer"><a href="https://wapiti.sourceforge.io/" id="wapiti_link">${wapiti_version}</a> &copy; Nicolas SURRIBAS 2006-2021</footer>
 	</div>
-    <script type="text/javascript" src="js/kube.min.js"></script>
     <script>$K.init();</script>
 </body>
-</html>
\ No newline at end of file
+</html>