Skip to content

Commit

Permalink
Generate site
Browse files Browse the repository at this point in the history
  • Loading branch information
tnballo committed Aug 2, 2023
1 parent 9982012 commit 471c12c
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion docs/chp2/dynamic_assurance_1.html
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@ <h2 id="setting-up-our-modular-project"><a class="header" href="#setting-up-our-
Let's keep <code>cargo</code> in the loop by creating a new <code>Cargo.toml</code> file in the <code>crypto_tool</code> directory:</p>
<pre><code class="language-ignore">touch Cargo.toml
</code></pre>
<p>Open this newly-created file, in your editor or choice, and enter the following to inform <code>cargo</code> that <code>rc4</code> and <code>rcli</code> are part of the same workspace:</p>
<p>Open this newly-created file, in your editor of choice, and enter the following to inform <code>cargo</code> that <code>rc4</code> and <code>rcli</code> are part of the same workspace:</p>
<pre><code class="language-ignore">[workspace]
members = [
&quot;rc4&quot;,
Expand Down
2 changes: 1 addition & 1 deletion docs/chp2/operational_assurance_1.html
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ <h2 id="the-bigger-picture"><a class="header" href="#the-bigger-picture">The Big
<p><strong>Always enable Multi-Factor Authentication (MFA) and review logs in addition to using random, unique passwords?</strong></p>
<ul>
<li>
<p>That's <strong>good operational assurance</strong>. You've strengthened authentication, regularly perform historical audit, and protect confidentiality.</p>
<p>That's <strong>good operational assurance</strong>. You strengthen authentication, perform historical audits regularly, and protect confidentiality.</p>
</li>
<li>
<p>If you notice login attempts from an IP in an odd geo-location appear in historical data, it could indicate a breach attempt.</p>
Expand Down
4 changes: 2 additions & 2 deletions docs/chp2/operational_assurance_2.html
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ <h2 id="building-a-free-standing-binary"><a class="header" href="#building-a-fre
<p>With <strong>dynamic linking</strong>, multiple processes use the same copy of a shared dependency (e.g. shared library).
The shared functions are &quot;resolved&quot; (address to call into is determined) at runtime.
Typically that means on the first call a process makes to a shared function, but it can also be when the process is first &quot;loaded&quot; (e.g. the program is started)<sup class="footnote-reference"><a href="#BindNow">2</a></sup>.
It's common, but not required, for shared libraries to make systems calls - requests to the OS kernel to interact with hardware.
It's common, but not required, for shared libraries to make system calls - requests to the OS kernel to interact with hardware.
Reading or writing a file requires a system call.</p>
<br>
<p align="center">
Expand All @@ -217,7 +217,7 @@ <h2 id="building-a-free-standing-binary"><a class="header" href="#building-a-fre
<p align="center">
<img width="80%" src="link_static.svg">
<figure>
<figcaption><center>A statically-linked process and dynamically-linked processes.</center></figcaption><br>
<figcaption><center>A statically-linked process and a dynamically-linked process.</center></figcaption><br>
</figure>
</p>
<blockquote>
Expand Down
8 changes: 4 additions & 4 deletions docs/print.html
Original file line number Diff line number Diff line change
Expand Up @@ -2539,7 +2539,7 @@ <h2 id="setting-up-our-modular-project"><a class="header" href="#setting-up-our-
Let's keep <code>cargo</code> in the loop by creating a new <code>Cargo.toml</code> file in the <code>crypto_tool</code> directory:</p>
<pre><code class="language-ignore">touch Cargo.toml
</code></pre>
<p>Open this newly-created file, in your editor or choice, and enter the following to inform <code>cargo</code> that <code>rc4</code> and <code>rcli</code> are part of the same workspace:</p>
<p>Open this newly-created file, in your editor of choice, and enter the following to inform <code>cargo</code> that <code>rc4</code> and <code>rcli</code> are part of the same workspace:</p>
<pre><code class="language-ignore">[workspace]
members = [
&quot;rc4&quot;,
Expand Down Expand Up @@ -3990,7 +3990,7 @@ <h2 id="the-bigger-picture"><a class="header" href="#the-bigger-picture">The Big
<p><strong>Always enable Multi-Factor Authentication (MFA) and review logs in addition to using random, unique passwords?</strong></p>
<ul>
<li>
<p>That's <strong>good operational assurance</strong>. You've strengthened authentication, regularly perform historical audit, and protect confidentiality.</p>
<p>That's <strong>good operational assurance</strong>. You strengthen authentication, perform historical audits regularly, and protect confidentiality.</p>
</li>
<li>
<p>If you notice login attempts from an IP in an odd geo-location appear in historical data, it could indicate a breach attempt.</p>
Expand Down Expand Up @@ -4093,7 +4093,7 @@ <h2 id="building-a-free-standing-binary"><a class="header" href="#building-a-fre
<p>With <strong>dynamic linking</strong>, multiple processes use the same copy of a shared dependency (e.g. shared library).
The shared functions are &quot;resolved&quot; (address to call into is determined) at runtime.
Typically that means on the first call a process makes to a shared function, but it can also be when the process is first &quot;loaded&quot; (e.g. the program is started)<sup class="footnote-reference"><a href="#BindNow">2</a></sup>.
It's common, but not required, for shared libraries to make systems calls - requests to the OS kernel to interact with hardware.
It's common, but not required, for shared libraries to make system calls - requests to the OS kernel to interact with hardware.
Reading or writing a file requires a system call.</p>
<br>
<p align="center">
Expand All @@ -4110,7 +4110,7 @@ <h2 id="building-a-free-standing-binary"><a class="header" href="#building-a-fre
<p align="center">
<img width="80%" src="chp2/link_static.svg">
<figure>
<figcaption><center>A statically-linked process and dynamically-linked processes.</center></figcaption><br>
<figcaption><center>A statically-linked process and a dynamically-linked process.</center></figcaption><br>
</figure>
</p>
<blockquote>
Expand Down
2 changes: 1 addition & 1 deletion docs/searchindex.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/searchindex.json

Large diffs are not rendered by default.

0 comments on commit 471c12c

Please sign in to comment.