-
Notifications
You must be signed in to change notification settings - Fork 3
/
license.htm
142 lines (115 loc) · 5.76 KB
/
license.htm
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>License - Find Security Bugs</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<link rel="shortcut icon" href="images/favicon.png">
<link href="//fonts.googleapis.com/css?family=Squada+One" rel="stylesheet" type="text/css"/>
<link href="css/bootstrap.css" rel="stylesheet" media="screen">
<link href="css/font-awesome.css" rel="stylesheet" media="screen">
<link href="css/fsb-custom-theme.css" rel="stylesheet" media="screen">
<link href="css/agency.css" rel="stylesheet" media="screen">
<link href="css/prism.css" rel="stylesheet" media="screen">
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<!--<div class="navbar navbar-default navbar-fixed-top">-->
<div class="navbar navbar-expand-sm fixed-top navbar-dark bg-primary">
<div class="container">
<a class="navbar-brand" href="/">{<i class="fa fa-bug"></i>}<span style="display:none">Find Security Bugs</span></a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarResponsive" aria-controls="navbarResponsive" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div id="navbarResponsive" class="navbar-collapse collapse">
<ul class="nav navbar-nav">
<li class=''><a class="nav-link" href="/">Home</a></li>
<li class="dropdown ">
<a href="#" class="nav-link dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false">How To <span class="caret"></span></a>
<ul class="dropdown-menu" role="menu">
<li class="dropdown-header">Use the plugin with..</li>
<li><a class="dropdown-item" href="tutorials.htm#Maven">Maven</a></li>
<li><a class="dropdown-item" href="tutorials.htm#Eclipse">Eclipse</a></li>
<li><a class="dropdown-item" href="tutorials.htm#NetBeans">NetBeans</a></li>
<li><a class="dropdown-item" href="tutorials.htm#IntelliJ">IntelliJ</a></li>
<li><a class="dropdown-item" href="tutorials.htm#Jenkins">Jenkins</a></li>
<li><a class="dropdown-item" href="tutorials.htm#Sonar">Sonar</a></li>
<li class="divider"></li>
<li class="dropdown-header">Knowledge base</li>
<li><a class="dropdown-item" href="security.htm">Getting started in security</a></li>
</ul>
</li>
<li class=''><a class="nav-link" href="bugs.htm">Bug Patterns</a></li>
<li class=''><a class="nav-link" href="download.htm">Download</a></li>
</ul>
<ul class="nav navbar-nav navbar-right ml-auto">
<li class='active'><a class="nav-link" href="license.htm">License</a></li>
</ul>
</div><!--/.nav-collapse -->
</div>
</div>
<br/><br/>
<div class="container">
<div class="jumbotron jumbotron-ad hidden-print">
<h1><i class="fa fa-copyright"></i> License</h1>
</div>
</div>
<div class="container">
<p>
This software is released under <a href="http://www.gnu.org/licenses/lgpl.html">LGPL</a>.<br/>
<br/><a href="http://www.gnu.org/licenses/lgpl.html"><img src="images/lgplv3.png" alt="LGPL"/></a>
<br/>
</p>
<h2 class="page-header">Plugin use versus transformation</h2>
<ul>
<li>You can <b>use the plugin</b> to audit any kind of project (open source and proprietary).</li>
<li>If you <b>modify the plugin</b>, you are required to publish the modifications.
If you need custom detectors for your proprietary framework, it is suggested to create a separate
plugin to avoid dependency to this plugin's code.
</li>
</ul>
<h2 class="page-header">Other derived works</h2>
<p>
For reuse of the signatures and the descriptions in another project, please contact the <a href="https://github.com/h3xstream">author</a> to get an authorisation.
</p>
</div>
<br/><br/>
<footer id="footer" class="footer hidden-print">
<div class="container text-center">
<div>
Find Security Bugs 1.12.0
<span class="hide-xs">·</span>
Created by <a target="_blank" href="https://twitter.com/h3xstream">Philippe Arteau</a>
</div>
<div>
Licensed under <a href="license.htm">LGPL</a>
</div>
</div>
</footer>
<!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
<!--<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>-->
<!-- Include all compiled plugins (below), or include individual files as needed -->
<script src="js/jquery.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/fsb-custom.js"></script>
<script src="js/prism.js"></script>
<!-- Google Analytics -->
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-34839255-2']);
_gaq.push(['_trackPageview']);
(function () {
var ga = document.createElement('script');
ga.type = 'text/javascript';
ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0];
s.parentNode.insertBefore(ga, s);
})();
</script>
</body>
</html>