-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplugin.xml
More file actions
25 lines (25 loc) · 1.17 KB
/
plugin.xml
File metadata and controls
25 lines (25 loc) · 1.17 KB
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
<plugin name='org-dos-redirect' version='0.1' grailsVersion='2.2 > *'>
<author>Freddie Rosario</author>
<authorEmail>frosario777@gmail.com</authorEmail>
<title>DOS Redirect Plugin</title>
<description>This plugin was created in order to address a security shortcoming with Amazon Elastic Beanstalk. There is currently no way to blacklist an ip address if it is performing a denial of service on your application. This is intended to be a stop gap until Amazon decides to implement that feature. </description>
<documentation>http://github.com/frosario/DOS-Redirect</documentation>
<type>OrgDosRedirectGrailsPlugin</type>
<resources>
<resource>org.dosredirect.DosFilterFilters</resource>
<resource>org.dosredirect.DosCheckController</resource>
<resource>org.dosredirect.Requests</resource>
<resource>org.dosredirect.AntiDOSService</resource>
</resources>
<repositories>
<repository name='grailsCentral' url='http://grails.org/plugins' />
</repositories>
<dependencies />
<plugins>
<runtime>
<plugin group='org.grails.plugins' name='hibernate' version='2.2.0' />
</runtime>
</plugins>
<runtimePluginRequirements />
<behavior />
</plugin>