Wstg: OWASP Testing Guide v4 Table of Contents (Single Page) - v4 Migration Cleanup

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

  • [ ] "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 help wanted migration revise

Most helpful comment

After merging #97 I can put the PR.

All 4 comments

I have done with almost all "wikilinks" URL corrections. But, It will conflict many links as PR #97 is in progress.

Apologies for the conflict! The PR should be merged soon enough. If you happen to not have time, link us to your PR and we'll see how we might be able to integrate it with the project!

After merging #97 I can put the PR.

FYI @rejahrehim #97 has been merged :zap:

Was this page helpful?
0 / 5 - 0 ratings

Related issues

ThunderSon picture ThunderSon  路  7Comments

ThunderSon picture ThunderSon  路  7Comments

rbsec picture rbsec  路  8Comments

Abhi-M picture Abhi-M  路  8Comments

ThunderSon picture ThunderSon  路  5Comments