ashenchowthee / zaproxy

Automatically exported from code.google.com/p/zaproxy
0 stars 0 forks source link

Update status from Alpha -> Beta #1605

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Add-on/Scan rule source URL:  
https://code.google.com/p/zap-extensions/source/browse/branches/alpha/src/org/za
proxy/zap/extension/ascanrulesAlpha/BufferOverflow.java

Summary of changes:
Updated some of the license info and license location

Build instructions (if non standard):

Current status (Alpha/Beta/Release):Alpha

Requested Status (Alpha/Beta/Release):Beta

Publish to Marketplace (Y/N):Y

Anything else we should know:

Original issue reported on code.google.com by msra...@gmail.com on 19 Apr 2015 at 11:39

GoogleCodeExporter commented 9 years ago
Source Code

Original comment by msra...@gmail.com on 19 Apr 2015 at 11:40

Attachments:

GoogleCodeExporter commented 9 years ago
Following some comments (as per latest committed changes):
 - The name of the scanner as well the contents of "errorBufferOverflowMessage" should be i18'ed [1];
 - The variable "checkStringBody1" is no longer used;
 - Consider replacing the literal 500 with constant HttpStatusCode.INTERNAL_SERVER_ERROR;
 - The class variables "vuln" and "log" can be marked as final.

[1] https://github.com/zaproxy/zap-extensions/wiki/AddOnsBeta

Original comment by THC...@gmail.com on 8 May 2015 at 8:14

GoogleCodeExporter commented 9 years ago
ZAP has been migrated to github

This issue will be on github issues with the same ID: 
https://github.com/zaproxy/zaproxy/issues

Original comment by psii...@gmail.com on 5 Jun 2015 at 9:18