Wstg: 4.8 Input Validation Testing - v4 Migration Cleanup

Created on 19 Jul 2019  路  4Comments  路  Source: OWASP/wstg

Note This section is very long, tackling this issue should be broken in to multiple pull requests to make review/merge easier on everyone. (Consider 3 PRs with 6 pages each? Maybe 4 PRs?)

  • [ ] "wikilinks" during migration the OWASP Mediawiki links were tagged "wikilink" these needs to be converted to proper absolute URLs.

    • Unless the wikilink is to content within the OTG, in which case it should be the proper new github relative URL (URL Encoded).

  • [ ] Foot notes/references should use standard in-line links. (One of the first two here: https://github.com/adam-p/markdown-here/wiki/Markdown-Cheatsheet#links)

    • If a foot note is really required use numeric reference type tags, ex: Content ref: [[1]] Footer ref: [1]: http://example.org

  • [ ] Images need to be saved to and linked relatively like images/image.ext. (Images in a folder along side the relevant content. [Even if that means duplicates in the overall project.])
  • [ ] Any spurious / terminating lines, etc. need to be removed and appropriately fixed up for markdown (it's likely a spot that requires a double line-feed prior to an image or other element).
  • [ ] In some cases (due to the source of the text) there are broken apostrophes ' they should just be restored.
  • [ ] HTML entities need to be properly handled.

    • Occurrences of \$ should become $

    • At symbols @ should become @

  • [ ] Headers should be properly formatted with leading # (hashtags) per: https://github.com/adam-p/markdown-here/wiki/Markdown-Cheatsheet#headers
good first issue migration revise

All 4 comments

Working on this issue

Closing, all sub-sections addressed.

@kingthorin This Issue not complete. Better to reopen until it is completed.

Can we close this issue?

Was this page helpful?
0 / 5 - 0 ratings

Related issues

jespunya picture jespunya  路  12Comments

ThunderSon picture ThunderSon  路  12Comments

cBiscuitSurprise picture cBiscuitSurprise  路  5Comments

ThunderSon picture ThunderSon  路  5Comments

kingthorin picture kingthorin  路  9Comments