You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-18Lines changed: 5 additions & 18 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,17 +29,19 @@ hope to demystify static and dynamic analysis techniques such as fuzzing and tai
29
29
|[Semgrep](https://appsec.guide/docs/static-analysis/semgrep/)|[Announcing the Trail of Bits Testing Handbook](https://blog.trailofbits.com/2023/07/26/announcing-the-trail-of-bits-testing-handbook/)|2023|
30
30
|[CodeQL](https://appsec.guide/docs/static-analysis/codeql/)|[Say hello to the next chapter of the Testing Handbook!](https://blog.trailofbits.com/2023/12/11/say-hello-to-the-next-chapter-of-the-testing-handbook/)|2023|
31
31
|[Fuzzing](https://appsec.guide/docs/fuzzing/)|[Master fuzzing with our new Testing Handbook chapter](https://blog.trailofbits.com/2024/02/09/master-fuzzing-with-our-new-testing-handbook-chapter/)|2024|
32
+
|[Burp](https://appsec.guide/docs/web/burp/)|[Announcing the Burp Suite Professional chapter in the Testing Handbook](https://blog.trailofbits.com/2024/06/14/announcing-the-burp-suite-professional-chapter-in-the-testing-handbook/)|2024|
33
+
|[Cryptographic testing - Wycheproof and Constant time analysis tooling](https://appsec.guide/docs/crypto/)| TBD | 2024 |
32
34
33
35
### 🎥 Webinars
34
36
35
37
| Topic | Link |
36
38
|---|---|
37
39
| Introduction to Semgrep |https://www.youtube.com/watch?v=yKQlTbVlf0Q|
38
40
| Introduction to CodeQL: Examples, Tools and CI Integration |https://www.youtube.com/watch?v=rQRlnUQPXDw|
41
+
| Mastering Web Research with Burp Suite |https://www.youtube.com/watch?v=0PV5QEQTmPg|
39
42
40
43
### 🚧 Under construction
41
44
42
-
- Burp Suite Professional
43
45
- Formal verification and Tamarin
44
46
- Rust
45
47
@@ -111,7 +113,7 @@ Your browser will be automatically refreshed with changes whenever you save a fi
111
113
112
114
- The GitHub workflow in this repository verifies the correctness of Markdown files through three checks:
113
115
1. **Markdown Link Check**: This step extracts links from Markdown files and verifies if they are valid and accessible.
114
-
It uses the [github-action-markdown-link-check](https://github.com/gaurav-nelson/github-action-markdown-link-check) action.
116
+
It uses the [lychee link checking action](https://github.com/lycheeverse/lychee-action).
115
117
2. **Markdown Linter**: This step ensures that Markdown files adhere to the desired style and formatting rules.
116
118
It uses a custom configuration file (`.github/workflows/.markdownlint.jsonc`) and the
@@ -135,22 +137,7 @@ since it is the title of a document. But if you'd like to avoid the capitalizati
135
137
136
138
### Workflow: From Google Docs
137
139
138
-
1. Make your document viewable via a link share.
139
-
2. Create a Google account or use your private one (If you use this method, your document should be considered public but unpublished).
140
-
3. Install [Docs to Markdown](https://workspace.google.com/marketplace/app/docs_to_markdown/700168918607).
141
-
This addon works better than the pandoc.
142
-
4. Open the document and make a copy.
143
-
5. Open the copy and run the Addon.
144
-
6. Export the markdown and apply fixes:
145
-
- Search for occurrences of `<code>` or `<strong>` or any other html tags
146
-
- Replace HTML tables with markdown ones (<https://jmalarcon.github.io/markdowntables/>)
147
-
- If you split your document, fix internal links.
148
-
- Add missing images.
149
-
- Fix `<`, …, “, ’
150
-
- Adjust markdown captions ## -> #
151
-
- Verify missing formatting in PRO TIPs
152
-
- . at the end of fig captions?
153
-
- Note that index bundles do not use the "slug"
140
+
You can export the document from Google Docs as Markdown. Open the document in Google Docs. Click `File` > `Download`, and then select `Markdown (.md)`.
0 commit comments