Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update fork #5

Merged
merged 1,114 commits into from Jan 12, 2017
Merged

Update fork #5

merged 1,114 commits into from Jan 12, 2017

Conversation

Harinus
Copy link
Owner

@Harinus Harinus commented Jan 12, 2017

No description provided.

thc202 and others added 30 commits September 23, 2016 12:36
Change ExtensionScript to provide more details why a script was not
successfully loaded (e.g. missing script type, invalid character
sequence, other unexpected causes).
Latest files from Crowdin
Show the cause why a script was not loaded
Tidy up JavaDoc of some classes/methods
Change SearchResultTableEntry to replace the white space characters in
the string found with visible equivalent characters so that the matches
in the Search panel are like:
 Content-Length:·453¤¶Connection:·close¤¶Content-Type:

instead of:
 Content-Length: 453Connection: closeContent-Type:

which does not reflect the actual match.
Show white space chars of matches in Search panel
Address JavaDoc issues in some classes, tidy up class JavaDoc, add
missing docs on methods and parameters, replace closing HTML tags with
starting tags and remove empty docs of overridden methods.
Extract the calculation of offsets for view to header and header to view
into a class (HttpTextViewUtils) and changed the text views to use it,
reduces code duplication and uses the correct calculations in all cases
(some calculations were already correct).
Add tests to assert the expected behaviour of HttpTextViewUtils.

Fix #2793 - Wrong highlight in combined view with last part of request
header
Correct offset calculation in text header views
Change descriptions of core API endpoints sendRequest and sendHarRequest
from "now allowed" to "not allowed" (to send the requests in Safe mode).
Use dev version of API and support -w wiki_report
Upgrade to use ubuntu:16.04
Change the regular expressions for HTML comments, in SpiderHtmlParser,
and for text, in SpiderTextParser, to exclude brackets (which are not
expected to be (decoded) in the URLs). Also, change the regular
expression of SpiderTextParser to be case insensitive.
Add tests to assert the expected behaviour of SpiderTextParser.
Update test of SpiderHtmlParser.

Fix #2898 - Tweak spider parser to ignore/strip matched parenthesis
around URLs
Change HttpTextViewUtils to return invalid position, instead of throwing
an exception, if the start or end positions are greater than the length
of the view/header/body, otherwise it would result in an exception when
the combined view is showing a custom message in the body (when body is
too large to display per configurations), moreover it is more resilient
to future changes in the content shown.
Update the tests to assert the new behaviour.
Fix typos in API endpoint descriptions
Ignore incorrect start/end positions on highlight
Exclude brackets in URLs in spider parsers
Remove "debug" code accidentally committed in a previous change.
Add missing parameter descriptions and add docs for the constructors and
some methods.
Tweak JavaDoc in StandardFieldsDialog
Remove "debug" code in SpiderTextParser
Fix typo, add descriptions to parameters of documented methods and other
minor tweaks.
Tweak JavaDocs in class TabbedPanel2
Latest files from Crowdin
zapbot and others added 28 commits December 31, 2016 00:02
Latest files from Crowdin
Deprecate unused Spider menu items (replaced by the Spider dialogue menu
item).
Latest files from Crowdin
Swap the contents of two i18n messages, the title was being used as
message and the message as title of the dialogue.
include subjectAlternativeName extension in generated certificates
Do not require status/version in add-on file name
Add descriptions to some of the Spider API endpoints and correct one
that was wrong (it was for the action not view).
Change ExtensionFactory to log (as info) the IDs and version of the
add-ons that are in installed state (all dependencies/requirements are
fulfilled).
Add description to some core and ascan API endpoints.
Deprecate unused Spider menu items
Correct location of i18n messages
Add description to some Spider API endpoints
Latest files from Crowdin
Add description to some core/ascan API endpoints
Log during start up the add-ons that are installed
Added security annotations for forms that dont need anti CSRF tokens
Latest files from Crowdin
Add description to the active scan ZAP API option "Inject plugin ID in
header for all active scan requests".

Related to #3133 - how disable send X-ZAP-Scan-ID header
Add description to active scan ZAP API option
Latest files from Crowdin
Fix #2080: Access to HTTPSessions for Site via Script
@Harinus Harinus merged commit c4c6399 into Harinus:develop Jan 12, 2017
@Harinus Harinus mentioned this pull request Jan 12, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet