|
Hi,
I've made the latest changes to my plugin, but I never heard a response back. Has it been approved? Tony Zampogna On Thu, Jul 19, 2012 at 10:24 PM, Tony Zampogna <[hidden email]> wrote: > Hi, > > I would like to publish a new plugin. Based on the documentation, > here's my information. > > username: tzampogna > plugin name: xss-sanitizer > plugin source: https://github.com/tonyzampogna/XssSanitizer > > -- > Tony Zampogna -- Tony --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email |
|
Hi Tony,
Sorry this was missed. > I've made the latest changes to my plugin, but I never heard a > response back. Has it been approved? Just a few things: 1. Are you planning to add the documentation to the website wiki? 2. I think it would be a good idea to mention in the description that the plugin uses the ESAPI library. 3. The 'scm' URL in the plugin descriptor should point at GitHub if that's where the source code is hosted. Thanks, Peter -- Peter Ledbrook Grails Advocate SpringSource - A Division of VMware --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email |
|
Hi Peter,
Thanks for getting back to me. I've updated the SCM URL. I also changed the description in the GrailsPlugin.groovy file to indicate that it uses the OWASP ESAPI library. I think that will update the wiki page, but if not, I will update it there too once the wiki page is up. I plan on updating the documentation more with the next release. The next version should include more tests which cover each case from the XSS Cheat Sheet page (http://ha.ckers.org/xss.html). Also, I plan on adding some configuration options and annotations to turn on different levels of detection. Also, the ability to disable filter for some actions entirely. Tony On Fri, Aug 10, 2012 at 6:00 AM, Peter Ledbrook <[hidden email]> wrote: > Hi Tony, > > Sorry this was missed. > >> I've made the latest changes to my plugin, but I never heard a >> response back. Has it been approved? > > Just a few things: > > 1. Are you planning to add the documentation to the website wiki? > 2. I think it would be a good idea to mention in the description that > the plugin uses the ESAPI library. > 3. The 'scm' URL in the plugin descriptor should point at GitHub if > that's where the source code is hosted. > > Thanks, > > Peter > > -- > Peter Ledbrook > Grails Advocate > SpringSource - A Division of VMware > > --------------------------------------------------------------------- > To unsubscribe from this list, please visit: > > http://xircles.codehaus.org/manage_email > > -- Tony --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email |
|
In reply to this post by Tony Zampogna
> I've made the latest changes to my plugin, but I never heard a
> response back. Has it been approved? This is now approved. Thanks for the contribution! Peter -- Peter Ledbrook Developer Advocate VMware --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email |
|
Thanks. I was getting the following error:
| Error Failed to publish plugin: Repository authentication failed. Do you have an account and are your username and password correct? But, it went away once I added the following lines to my ~/.grails/settings.groovy file. grails.project.repos.grailsCentral.username = "myusername" grails.project.repos.grailsCentral.password = "mypassword" Thanks, Tony On Mon, Aug 13, 2012 at 5:11 AM, Peter Ledbrook <[hidden email]> wrote: >> I've made the latest changes to my plugin, but I never heard a >> response back. Has it been approved? > > This is now approved. Thanks for the contribution! > > Peter > > -- > Peter Ledbrook > Developer Advocate > VMware > > --------------------------------------------------------------------- > To unsubscribe from this list, please visit: > > http://xircles.codehaus.org/manage_email > > -- Tony --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email |
| Powered by Nabble | Edit this page |
