-
Notifications
You must be signed in to change notification settings - Fork 3
Static website for the Find Security Bugs project
License
find-sec-bugs/find-sec-bugs.github.io
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
<!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>
About
Static website for the Find Security Bugs project
License
Security policy
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published