Skip to content

Commit

Permalink
Doc update
Browse files Browse the repository at this point in the history
  • Loading branch information
andreas-zeller committed Oct 24, 2023
1 parent 7a3cfc9 commit 7b2346f
Show file tree
Hide file tree
Showing 9 changed files with 48 additions and 48 deletions.
14 changes: 7 additions & 7 deletions docs/404.html
Original file line number Diff line number Diff line change
Expand Up @@ -12080,8 +12080,8 @@
<div class="input_markdown">
<div class="cell border-box-sizing text_cell rendered">
<div class="inner_cell">
<div class="text_cell_render border-box-sizing rendered_html"><p><link rel="stylesheet" href="mastodon-timeline.css" /></p>
<p><script src="mastodon-timeline.js"></script></p>
<div class="text_cell_render border-box-sizing rendered_html"><p><link rel="stylesheet" href="/html/mastodon-timeline.css" /></p>
<p><script src="/html/mastodon-timeline.js"></script></p>
<div class="mt-timeline">
<div id="mt-body" class="mt-body" role="feed">
<div class="loading-spinner"></div>
Expand Down Expand Up @@ -12153,7 +12153,7 @@

<div class="output_subarea output_stream output_stderr output_text">
<pre>Traceback (most recent call last):
File &#34;/var/folders/n2/xd9445p97rb3xh7m1dfx8_4h0006ts/T/ipykernel_75192/1830731544.py&#34;, line 4, in &lt;cell line: 3&gt;
File &#34;/var/folders/n2/xd9445p97rb3xh7m1dfx8_4h0006ts/T/ipykernel_95050/1830731544.py&#34;, line 4, in &lt;cell line: 3&gt;
raise NotFoundError
NotFoundError: &#39;404&#39; (expected)
</pre>
Expand All @@ -12167,7 +12167,7 @@
The content of this project is licensed under the
<a href="https://creativecommons.org/licenses/by-nc-sa/4.0/" target=_blank>Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License</a>.
The source code that is part of the content, as well as the source code used to format and display that content is licensed under the <a href="https://github.com/uds-se/fuzzingbook/blob/master/LICENSE.md#mit-license">MIT License</a>.
<a href="https://github.com/uds-se/fuzzingbook/commits/master/notebooks/404.ipynb" target=_blank)>Last change: 2023-10-24 15:50:47+02:00</a> &bull;
<a href="https://github.com/uds-se/fuzzingbook/commits/master/notebooks/404.ipynb" target=_blank)>Last change: 2023-10-24 16:14:37+02:00</a> &bull;
<a href="#citation" id="cite" onclick="revealCitation()">Cite</a> &bull;
<a href="https://cispa.de/en/impressum" target=_blank>Imprint</a>
</p>
Expand All @@ -12183,7 +12183,7 @@
<a name="citation"></a>
<h2>How to Cite this Work</h2>
<p>
Andreas Zeller, Rahul Gopinath, Marcel Böhme, Gordon Fraser, and Christian Holler: "<a href="https://www.fuzzingbook.org/">The Fuzzing Book</a>". Retrieved 2023-10-24 15:50:47+02:00.
Andreas Zeller, Rahul Gopinath, Marcel Böhme, Gordon Fraser, and Christian Holler: "<a href="https://www.fuzzingbook.org/">The Fuzzing Book</a>". Retrieved 2023-10-24 16:14:37+02:00.
</p>
<pre>
@book{fuzzingbook2023,
Expand All @@ -12192,9 +12192,9 @@ <h2>How to Cite this Work</h2>
year = {2023},
publisher = {CISPA Helmholtz Center for Information Security},
howpublished = {\url{https://www.fuzzingbook.org/}},
note = {Retrieved 2023-10-24 15:50:47+02:00},
note = {Retrieved 2023-10-24 16:14:37+02:00},
url = {https://www.fuzzingbook.org/},
urldate = {2023-10-24 15:50:47+02:00}
urldate = {2023-10-24 16:14:37+02:00}
}
</pre>
</div>
Expand Down
Binary file modified docs/dist/fuzzingbook-1.2.1.tar.gz
Binary file not shown.
Binary file modified docs/dist/fuzzingbook-code.zip
Binary file not shown.
Binary file modified docs/dist/fuzzingbook-notebooks.zip
Binary file not shown.
14 changes: 7 additions & 7 deletions docs/html/404.html
Original file line number Diff line number Diff line change
Expand Up @@ -12082,8 +12082,8 @@
<div class="input_markdown">
<div class="cell border-box-sizing text_cell rendered">
<div class="inner_cell">
<div class="text_cell_render border-box-sizing rendered_html"><p><link rel="stylesheet" href="mastodon-timeline.css" /></p>
<p><script src="mastodon-timeline.js"></script></p>
<div class="text_cell_render border-box-sizing rendered_html"><p><link rel="stylesheet" href="/html/mastodon-timeline.css" /></p>
<p><script src="/html/mastodon-timeline.js"></script></p>
<div class="mt-timeline">
<div id="mt-body" class="mt-body" role="feed">
<div class="loading-spinner"></div>
Expand Down Expand Up @@ -12155,7 +12155,7 @@

<div class="output_subarea output_stream output_stderr output_text">
<pre>Traceback (most recent call last):
File &#34;/var/folders/n2/xd9445p97rb3xh7m1dfx8_4h0006ts/T/ipykernel_75192/1830731544.py&#34;, line 4, in &lt;cell line: 3&gt;
File &#34;/var/folders/n2/xd9445p97rb3xh7m1dfx8_4h0006ts/T/ipykernel_95050/1830731544.py&#34;, line 4, in &lt;cell line: 3&gt;
raise NotFoundError
NotFoundError: &#39;404&#39; (expected)
</pre>
Expand All @@ -12169,7 +12169,7 @@
The content of this project is licensed under the
<a href="https://creativecommons.org/licenses/by-nc-sa/4.0/" target=_blank>Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License</a>.
The source code that is part of the content, as well as the source code used to format and display that content is licensed under the <a href="https://github.com/uds-se/fuzzingbook/blob/master/LICENSE.md#mit-license">MIT License</a>.
<a href="https://github.com/uds-se/fuzzingbook/commits/master/notebooks/404.ipynb" target=_blank)>Last change: 2023-10-24 15:50:47+02:00</a> &bull;
<a href="https://github.com/uds-se/fuzzingbook/commits/master/notebooks/404.ipynb" target=_blank)>Last change: 2023-10-24 16:14:37+02:00</a> &bull;
<a href="#citation" id="cite" onclick="revealCitation()">Cite</a> &bull;
<a href="https://cispa.de/en/impressum" target=_blank>Imprint</a>
</p>
Expand All @@ -12185,7 +12185,7 @@
<a name="citation"></a>
<h2>How to Cite this Work</h2>
<p>
Andreas Zeller, Rahul Gopinath, Marcel Böhme, Gordon Fraser, and Christian Holler: "<a href="https://www.fuzzingbook.org/html/404.html">Oh no! We are not ready yet!</a>". In Andreas Zeller, Rahul Gopinath, Marcel Böhme, Gordon Fraser, and Christian Holler, "<a href="https://www.fuzzingbook.org/">The Fuzzing Book</a>", <a href="https://www.fuzzingbook.org/html/404.html">https://www.fuzzingbook.org/html/404.html</a>. Retrieved 2023-10-24 15:50:47+02:00.
Andreas Zeller, Rahul Gopinath, Marcel Böhme, Gordon Fraser, and Christian Holler: "<a href="https://www.fuzzingbook.org/html/404.html">Oh no! We are not ready yet!</a>". In Andreas Zeller, Rahul Gopinath, Marcel Böhme, Gordon Fraser, and Christian Holler, "<a href="https://www.fuzzingbook.org/">The Fuzzing Book</a>", <a href="https://www.fuzzingbook.org/html/404.html">https://www.fuzzingbook.org/html/404.html</a>. Retrieved 2023-10-24 16:14:37+02:00.
</p>
<pre>
@incollection{fuzzingbook2023:404,
Expand All @@ -12195,9 +12195,9 @@ <h2>How to Cite this Work</h2>
year = {2023},
publisher = {CISPA Helmholtz Center for Information Security},
howpublished = {\url{https://www.fuzzingbook.org/html/404.html}},
note = {Retrieved 2023-10-24 15:50:47+02:00},
note = {Retrieved 2023-10-24 16:14:37+02:00},
url = {https://www.fuzzingbook.org/html/404.html},
urldate = {2023-10-24 15:50:47+02:00}
urldate = {2023-10-24 16:14:37+02:00}
}
</pre>
</div>
Expand Down
12 changes: 6 additions & 6 deletions docs/html/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -12074,8 +12074,8 @@
<div class="input_markdown">
<div class="cell border-box-sizing text_cell rendered">
<div class="inner_cell">
<div class="text_cell_render border-box-sizing rendered_html"><p><link rel="stylesheet" href="mastodon-timeline.css" /></p>
<p><script src="mastodon-timeline.js"></script></p>
<div class="text_cell_render border-box-sizing rendered_html"><p><link rel="stylesheet" href="/html/mastodon-timeline.css" /></p>
<p><script src="/html/mastodon-timeline.js"></script></p>
<div class="mt-timeline">
<div id="mt-body" class="mt-body" role="feed">
<div class="loading-spinner"></div>
Expand Down Expand Up @@ -12366,7 +12366,7 @@
The content of this project is licensed under the
<a href="https://creativecommons.org/licenses/by-nc-sa/4.0/" target=_blank>Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License</a>.
The source code that is part of the content, as well as the source code used to format and display that content is licensed under the <a href="https://github.com/uds-se/fuzzingbook/blob/master/LICENSE.md#mit-license">MIT License</a>.
<a href="https://github.com/uds-se/fuzzingbook/commits/master/notebooks/index.ipynb" target=_blank)>Last change: 2023-10-24 15:45:09+02:00</a> &bull;
<a href="https://github.com/uds-se/fuzzingbook/commits/master/notebooks/index.ipynb" target=_blank)>Last change: 2023-10-24 16:14:59+02:00</a> &bull;
<a href="#citation" id="cite" onclick="revealCitation()">Cite</a> &bull;
<a href="https://cispa.de/en/impressum" target=_blank>Imprint</a>
</p>
Expand All @@ -12382,7 +12382,7 @@
<a name="citation"></a>
<h2>How to Cite this Work</h2>
<p>
Andreas Zeller, Rahul Gopinath, Marcel Böhme, Gordon Fraser, and Christian Holler: "<a href="https://www.fuzzingbook.org/html/index.html">About this Book</a>". In Andreas Zeller, Rahul Gopinath, Marcel Böhme, Gordon Fraser, and Christian Holler, "<a href="https://www.fuzzingbook.org/">The Fuzzing Book</a>", <a href="https://www.fuzzingbook.org/html/index.html">https://www.fuzzingbook.org/html/index.html</a>. Retrieved 2023-10-24 15:45:09+02:00.
Andreas Zeller, Rahul Gopinath, Marcel Böhme, Gordon Fraser, and Christian Holler: "<a href="https://www.fuzzingbook.org/html/index.html">About this Book</a>". In Andreas Zeller, Rahul Gopinath, Marcel Böhme, Gordon Fraser, and Christian Holler, "<a href="https://www.fuzzingbook.org/">The Fuzzing Book</a>", <a href="https://www.fuzzingbook.org/html/index.html">https://www.fuzzingbook.org/html/index.html</a>. Retrieved 2023-10-24 16:14:59+02:00.
</p>
<pre>
@incollection{fuzzingbook2023:index,
Expand All @@ -12392,9 +12392,9 @@ <h2>How to Cite this Work</h2>
year = {2023},
publisher = {CISPA Helmholtz Center for Information Security},
howpublished = {\url{https://www.fuzzingbook.org/html/index.html}},
note = {Retrieved 2023-10-24 15:45:09+02:00},
note = {Retrieved 2023-10-24 16:14:59+02:00},
url = {https://www.fuzzingbook.org/html/index.html},
urldate = {2023-10-24 15:45:09+02:00}
urldate = {2023-10-24 16:14:59+02:00}
}
</pre>
</div>
Expand Down
12 changes: 6 additions & 6 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -12069,8 +12069,8 @@
<div class="input_markdown">
<div class="cell border-box-sizing text_cell rendered">
<div class="inner_cell">
<div class="text_cell_render border-box-sizing rendered_html"><p><link rel="stylesheet" href="mastodon-timeline.css" /></p>
<p><script src="mastodon-timeline.js"></script></p>
<div class="text_cell_render border-box-sizing rendered_html"><p><link rel="stylesheet" href="/html/mastodon-timeline.css" /></p>
<p><script src="/html/mastodon-timeline.js"></script></p>
<div class="mt-timeline">
<div id="mt-body" class="mt-body" role="feed">
<div class="loading-spinner"></div>
Expand Down Expand Up @@ -12361,7 +12361,7 @@
The content of this project is licensed under the
<a href="https://creativecommons.org/licenses/by-nc-sa/4.0/" target=_blank>Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License</a>.
The source code that is part of the content, as well as the source code used to format and display that content is licensed under the <a href="https://github.com/uds-se/fuzzingbook/blob/master/LICENSE.md#mit-license">MIT License</a>.
<a href="https://github.com/uds-se/fuzzingbook/commits/master/notebooks/index.ipynb" target=_blank)>Last change: 2023-10-24 15:45:09+02:00</a> &bull;
<a href="https://github.com/uds-se/fuzzingbook/commits/master/notebooks/index.ipynb" target=_blank)>Last change: 2023-10-24 16:14:59+02:00</a> &bull;
<a href="#citation" id="cite" onclick="revealCitation()">Cite</a> &bull;
<a href="https://cispa.de/en/impressum" target=_blank>Imprint</a>
</p>
Expand All @@ -12377,7 +12377,7 @@
<a name="citation"></a>
<h2>How to Cite this Work</h2>
<p>
Andreas Zeller, Rahul Gopinath, Marcel Böhme, Gordon Fraser, and Christian Holler: "<a href="https://www.fuzzingbook.org/">The Fuzzing Book</a>". Retrieved 2023-10-24 15:45:09+02:00.
Andreas Zeller, Rahul Gopinath, Marcel Böhme, Gordon Fraser, and Christian Holler: "<a href="https://www.fuzzingbook.org/">The Fuzzing Book</a>". Retrieved 2023-10-24 16:14:59+02:00.
</p>
<pre>
@book{fuzzingbook2023,
Expand All @@ -12386,9 +12386,9 @@ <h2>How to Cite this Work</h2>
year = {2023},
publisher = {CISPA Helmholtz Center for Information Security},
howpublished = {\url{https://www.fuzzingbook.org/}},
note = {Retrieved 2023-10-24 15:45:09+02:00},
note = {Retrieved 2023-10-24 16:14:59+02:00},
url = {https://www.fuzzingbook.org/},
urldate = {2023-10-24 15:45:09+02:00}
urldate = {2023-10-24 16:14:59+02:00}
}
</pre>
</div>
Expand Down
30 changes: 15 additions & 15 deletions docs/notebooks/404.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,8 @@
}
},
"source": [
"<link rel=\"stylesheet\" href=\"mastodon-timeline.css\" />\n",
"<script src=\"mastodon-timeline.js\"></script>\n",
"<link rel=\"stylesheet\" href=\"/html/mastodon-timeline.css\" />\n",
"<script src=\"/html/mastodon-timeline.js\"></script>\n",
"<div class=\"mt-timeline\">\n",
" <div id=\"mt-body\" class=\"mt-body\" role=\"feed\">\n",
" <div class=\"loading-spinner\"></div>\n",
Expand All @@ -111,10 +111,10 @@
"execution_count": 1,
"metadata": {
"execution": {
"iopub.execute_input": "2023-10-24T13:50:56.111114Z",
"iopub.status.busy": "2023-10-24T13:50:56.110843Z",
"iopub.status.idle": "2023-10-24T13:50:56.149518Z",
"shell.execute_reply": "2023-10-24T13:50:56.149226Z"
"iopub.execute_input": "2023-10-24T14:14:40.338866Z",
"iopub.status.busy": "2023-10-24T14:14:40.338250Z",
"iopub.status.idle": "2023-10-24T14:14:40.405745Z",
"shell.execute_reply": "2023-10-24T14:14:40.405304Z"
},
"slideshow": {
"slide_type": "skip"
Expand All @@ -130,10 +130,10 @@
"execution_count": 2,
"metadata": {
"execution": {
"iopub.execute_input": "2023-10-24T13:50:56.151313Z",
"iopub.status.busy": "2023-10-24T13:50:56.151203Z",
"iopub.status.idle": "2023-10-24T13:50:56.153193Z",
"shell.execute_reply": "2023-10-24T13:50:56.152952Z"
"iopub.execute_input": "2023-10-24T14:14:40.407840Z",
"iopub.status.busy": "2023-10-24T14:14:40.407659Z",
"iopub.status.idle": "2023-10-24T14:14:40.410051Z",
"shell.execute_reply": "2023-10-24T14:14:40.409722Z"
},
"slideshow": {
"slide_type": "fragment"
Expand All @@ -154,10 +154,10 @@
"execution_count": 3,
"metadata": {
"execution": {
"iopub.execute_input": "2023-10-24T13:50:56.154720Z",
"iopub.status.busy": "2023-10-24T13:50:56.154616Z",
"iopub.status.idle": "2023-10-24T13:50:56.183447Z",
"shell.execute_reply": "2023-10-24T13:50:56.183145Z"
"iopub.execute_input": "2023-10-24T14:14:40.411745Z",
"iopub.status.busy": "2023-10-24T14:14:40.411607Z",
"iopub.status.idle": "2023-10-24T14:14:40.443150Z",
"shell.execute_reply": "2023-10-24T14:14:40.442875Z"
},
"slideshow": {
"slide_type": "skip"
Expand All @@ -169,7 +169,7 @@
"output_type": "stream",
"text": [
"Traceback (most recent call last):\n",
" File \"/var/folders/n2/xd9445p97rb3xh7m1dfx8_4h0006ts/T/ipykernel_75192/1830731544.py\", line 4, in <cell line: 3>\n",
" File \"/var/folders/n2/xd9445p97rb3xh7m1dfx8_4h0006ts/T/ipykernel_95050/1830731544.py\", line 4, in <cell line: 3>\n",
" raise NotFoundError\n",
"NotFoundError: '404' (expected)\n"
]
Expand Down
14 changes: 7 additions & 7 deletions docs/notebooks/index.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@
"execution_count": 1,
"metadata": {
"execution": {
"iopub.execute_input": "2023-10-24T13:50:50.321081Z",
"iopub.status.busy": "2023-10-24T13:50:50.320467Z",
"iopub.status.idle": "2023-10-24T13:50:50.397678Z",
"shell.execute_reply": "2023-10-24T13:50:50.397245Z"
"iopub.execute_input": "2023-10-24T14:15:02.365453Z",
"iopub.status.busy": "2023-10-24T14:15:02.365149Z",
"iopub.status.idle": "2023-10-24T14:15:02.405922Z",
"shell.execute_reply": "2023-10-24T14:15:02.405647Z"
},
"slideshow": {
"slide_type": "skip"
Expand All @@ -44,7 +44,7 @@
" "
],
"text/plain": [
"<IPython.lib.display.IFrame at 0x112df7730>"
"<IPython.lib.display.IFrame at 0x1039f5420>"
]
},
"execution_count": 1,
Expand Down Expand Up @@ -116,8 +116,8 @@
}
},
"source": [
"<link rel=\"stylesheet\" href=\"mastodon-timeline.css\" />\n",
"<script src=\"mastodon-timeline.js\"></script>\n",
"<link rel=\"stylesheet\" href=\"/html/mastodon-timeline.css\" />\n",
"<script src=\"/html/mastodon-timeline.js\"></script>\n",
"<div class=\"mt-timeline\">\n",
" <div id=\"mt-body\" class=\"mt-body\" role=\"feed\">\n",
" <div class=\"loading-spinner\"></div>\n",
Expand Down

0 comments on commit 7b2346f

Please sign in to comment.