Skip to content

Commit

Permalink
deploy: 57e7c49
Browse files Browse the repository at this point in the history
  • Loading branch information
dorpvom committed Jan 22, 2025
1 parent 5644029 commit f645871
Show file tree
Hide file tree
Showing 9 changed files with 24 additions and 46 deletions.
8 changes: 4 additions & 4 deletions genindex.html
Original file line number Diff line number Diff line change
Expand Up @@ -528,7 +528,7 @@ <h2 id="G">G</h2>
</li>
<li><a href="modules/objects.file.html#objects.file.FileObject.get_virtual_paths_for_all_uids">get_virtual_paths_for_all_uids() (objects.file.FileObject method)</a>
</li>
<li><a href="modules/helperFunctions.yara_binary_search.html#helperFunctions.yara_binary_search.get_yara_error">get_yara_error() (in module helperFunctions.yara_binary_search)</a>
<li><a href="modules/test.unit.conftest.html#test.unit.conftest.CommonIntercomMock.get_yara_error">get_yara_error() (test.unit.conftest.CommonIntercomMock method)</a>
</li>
<li><a href="modules/helperFunctions.tag.html#helperFunctions.tag.TagColor.GRAY">GRAY (helperFunctions.tag.TagColor attribute)</a>
</li>
Expand Down Expand Up @@ -716,10 +716,12 @@ <h2 id="I">I</h2>
<li><a href="modules/plugins.installer.html#plugins.installer.AbstractPluginInstaller.install_pip_packages">(plugins.installer.AbstractPluginInstaller method)</a>
</li>
</ul></li>
<li><a href="modules/plugins.installer.html#plugins.installer.AbstractPluginInstaller.install_system_packages">install_system_packages() (plugins.installer.AbstractPluginInstaller method)</a>
<li><a href="modules/helperFunctions.install.html#helperFunctions.install.install_single_pip_package">install_single_pip_package() (in module helperFunctions.install)</a>
</li>
</ul></td>
<td style="width: 33%; vertical-align: top;"><ul>
<li><a href="modules/plugins.installer.html#plugins.installer.AbstractPluginInstaller.install_system_packages">install_system_packages() (plugins.installer.AbstractPluginInstaller method)</a>
</li>
<li><a href="modules/helperFunctions.install.html#helperFunctions.install.InstallationError">InstallationError</a>
</li>
<li><a href="modules/test.unit.conftest.html#test.unit.conftest.WebInterfaceUnitTestConfig.intercom_mock_class">intercom_mock_class (test.unit.conftest.WebInterfaceUnitTestConfig attribute)</a>
Expand All @@ -731,8 +733,6 @@ <h2 id="I">I</h2>
<li><a href="modules/helperFunctions.uid.html#helperFunctions.uid.is_list_of_uids">is_list_of_uids() (in module helperFunctions.uid)</a>
</li>
<li><a href="modules/helperFunctions.uid.html#helperFunctions.uid.is_uid">is_uid() (in module helperFunctions.uid)</a>
</li>
<li><a href="modules/helperFunctions.yara_binary_search.html#helperFunctions.yara_binary_search.is_valid_yara_rule_file">is_valid_yara_rule_file() (in module helperFunctions.yara_binary_search)</a>
</li>
<li><a href="modules/helperFunctions.install.html#helperFunctions.install.is_virtualenv">is_virtualenv() (in module helperFunctions.install)</a>
</li>
Expand Down
3 changes: 1 addition & 2 deletions modules/helperFunctions.html
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,7 @@ <h1>helperFunctions<a class="headerlink" href="#helperfunctions" title="Permalin
<li class="toctree-l2"><a class="reference internal" href="helperFunctions.install.html#helperFunctions.install.dnf_update_sources"><code class="docutils literal notranslate"><span class="pre">dnf_update_sources()</span></code></a></li>
<li class="toctree-l2"><a class="reference internal" href="helperFunctions.install.html#helperFunctions.install.install_github_project"><code class="docutils literal notranslate"><span class="pre">install_github_project()</span></code></a></li>
<li class="toctree-l2"><a class="reference internal" href="helperFunctions.install.html#helperFunctions.install.install_pip_packages"><code class="docutils literal notranslate"><span class="pre">install_pip_packages()</span></code></a></li>
<li class="toctree-l2"><a class="reference internal" href="helperFunctions.install.html#helperFunctions.install.install_single_pip_package"><code class="docutils literal notranslate"><span class="pre">install_single_pip_package()</span></code></a></li>
<li class="toctree-l2"><a class="reference internal" href="helperFunctions.install.html#helperFunctions.install.is_virtualenv"><code class="docutils literal notranslate"><span class="pre">is_virtualenv()</span></code></a></li>
<li class="toctree-l2"><a class="reference internal" href="helperFunctions.install.html#helperFunctions.install.log_current_packages"><code class="docutils literal notranslate"><span class="pre">log_current_packages()</span></code></a></li>
<li class="toctree-l2"><a class="reference internal" href="helperFunctions.install.html#helperFunctions.install.read_package_list_from_file"><code class="docutils literal notranslate"><span class="pre">read_package_list_from_file()</span></code></a></li>
Expand Down Expand Up @@ -292,8 +293,6 @@ <h1>helperFunctions<a class="headerlink" href="#helperfunctions" title="Permalin
<li class="toctree-l3"><a class="reference internal" href="helperFunctions.yara_binary_search.html#helperFunctions.yara_binary_search.YaraBinarySearchScanner.get_binary_search_result"><code class="docutils literal notranslate"><span class="pre">YaraBinarySearchScanner.get_binary_search_result()</span></code></a></li>
</ul>
</li>
<li class="toctree-l2"><a class="reference internal" href="helperFunctions.yara_binary_search.html#helperFunctions.yara_binary_search.get_yara_error"><code class="docutils literal notranslate"><span class="pre">get_yara_error()</span></code></a></li>
<li class="toctree-l2"><a class="reference internal" href="helperFunctions.yara_binary_search.html#helperFunctions.yara_binary_search.is_valid_yara_rule_file"><code class="docutils literal notranslate"><span class="pre">is_valid_yara_rule_file()</span></code></a></li>
</ul>
</li>
</ul>
Expand Down
11 changes: 11 additions & 0 deletions modules/helperFunctions.install.html
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@
<li class="toctree-l3"><a class="reference internal" href="#helperFunctions.install.dnf_update_sources"><code class="docutils literal notranslate"><span class="pre">dnf_update_sources()</span></code></a></li>
<li class="toctree-l3"><a class="reference internal" href="#helperFunctions.install.install_github_project"><code class="docutils literal notranslate"><span class="pre">install_github_project()</span></code></a></li>
<li class="toctree-l3"><a class="reference internal" href="#helperFunctions.install.install_pip_packages"><code class="docutils literal notranslate"><span class="pre">install_pip_packages()</span></code></a></li>
<li class="toctree-l3"><a class="reference internal" href="#helperFunctions.install.install_single_pip_package"><code class="docutils literal notranslate"><span class="pre">install_single_pip_package()</span></code></a></li>
<li class="toctree-l3"><a class="reference internal" href="#helperFunctions.install.is_virtualenv"><code class="docutils literal notranslate"><span class="pre">is_virtualenv()</span></code></a></li>
<li class="toctree-l3"><a class="reference internal" href="#helperFunctions.install.log_current_packages"><code class="docutils literal notranslate"><span class="pre">log_current_packages()</span></code></a></li>
<li class="toctree-l3"><a class="reference internal" href="#helperFunctions.install.read_package_list_from_file"><code class="docutils literal notranslate"><span class="pre">read_package_list_from_file()</span></code></a></li>
Expand Down Expand Up @@ -276,6 +277,16 @@
</dl>
</dd></dl>

<dl class="py function">
<dt class="sig sig-object py" id="helperFunctions.install.install_single_pip_package">
<span class="sig-prename descclassname"><span class="pre">helperFunctions.install.</span></span><span class="sig-name descname"><span class="pre">install_single_pip_package</span></span><span class="sig-paren">(</span><em class="sig-param"><span class="n"><span class="pre">package</span></span></em><span class="sig-paren">)</span><a class="headerlink" href="#helperFunctions.install.install_single_pip_package" title="Permalink to this definition"></a></dt>
<dd><dl class="field-list simple">
<dt class="field-odd">Parameters<span class="colon">:</span></dt>
<dd class="field-odd"><p><strong>package</strong> (<em>str</em>) – </p>
</dd>
</dl>
</dd></dl>

<dl class="py function">
<dt class="sig sig-object py" id="helperFunctions.install.is_virtualenv">
<span class="sig-prename descclassname"><span class="pre">helperFunctions.install.</span></span><span class="sig-name descname"><span class="pre">is_virtualenv</span></span><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#helperFunctions.install.is_virtualenv" title="Permalink to this definition"></a></dt>
Expand Down
39 changes: 0 additions & 39 deletions modules/helperFunctions.yara_binary_search.html
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,6 @@
<li class="toctree-l4"><a class="reference internal" href="#helperFunctions.yara_binary_search.YaraBinarySearchScanner.get_binary_search_result"><code class="docutils literal notranslate"><span class="pre">YaraBinarySearchScanner.get_binary_search_result()</span></code></a></li>
</ul>
</li>
<li class="toctree-l3"><a class="reference internal" href="#helperFunctions.yara_binary_search.get_yara_error"><code class="docutils literal notranslate"><span class="pre">get_yara_error()</span></code></a></li>
<li class="toctree-l3"><a class="reference internal" href="#helperFunctions.yara_binary_search.is_valid_yara_rule_file"><code class="docutils literal notranslate"><span class="pre">is_valid_yara_rule_file()</span></code></a></li>
</ul>
</li>
</ul>
Expand Down Expand Up @@ -157,43 +155,6 @@

</dd></dl>

<dl class="py function">
<dt class="sig sig-object py" id="helperFunctions.yara_binary_search.get_yara_error">
<span class="sig-prename descclassname"><span class="pre">helperFunctions.yara_binary_search.</span></span><span class="sig-name descname"><span class="pre">get_yara_error</span></span><span class="sig-paren">(</span><em class="sig-param"><span class="n"><span class="pre">rules_file</span></span></em><span class="sig-paren">)</span><a class="headerlink" href="#helperFunctions.yara_binary_search.get_yara_error" title="Permalink to this definition"></a></dt>
<dd><p>Get the exception that is caused by trying to compile <code class="docutils literal notranslate"><span class="pre">rules_file</span></code> with yara or <code class="docutils literal notranslate"><span class="pre">None</span></code> if there is none.</p>
<dl class="field-list simple">
<dt class="field-odd">Parameters<span class="colon">:</span></dt>
<dd class="field-odd"><p><strong>rules_file</strong> (<em>str</em><em> | </em><em>bytes</em>) – A string containing yara rules.</p>
</dd>
<dt class="field-even">Result<span class="colon">:</span></dt>
<dd class="field-even"><p>The exception if compiling the rules causes an exception or <code class="docutils literal notranslate"><span class="pre">None</span></code> otherwise.</p>
</dd>
<dt class="field-odd">Return type<span class="colon">:</span></dt>
<dd class="field-odd"><p>Exception | None</p>
</dd>
</dl>
</dd></dl>

<dl class="py function">
<dt class="sig sig-object py" id="helperFunctions.yara_binary_search.is_valid_yara_rule_file">
<span class="sig-prename descclassname"><span class="pre">helperFunctions.yara_binary_search.</span></span><span class="sig-name descname"><span class="pre">is_valid_yara_rule_file</span></span><span class="sig-paren">(</span><em class="sig-param"><span class="n"><span class="pre">yara_rules</span></span></em><span class="sig-paren">)</span><a class="headerlink" href="#helperFunctions.yara_binary_search.is_valid_yara_rule_file" title="Permalink to this definition"></a></dt>
<dd><p>Check if <code class="docutils literal notranslate"><span class="pre">yara_rules</span></code> is a valid set of yara rules.</p>
<dl class="field-list simple">
<dt class="field-odd">Param<span class="colon">:</span></dt>
<dd class="field-odd"><p>A string containing yara rules.</p>
</dd>
<dt class="field-even">Returns<span class="colon">:</span></dt>
<dd class="field-even"><p><code class="docutils literal notranslate"><span class="pre">True</span></code> if the rules are valid and <code class="docutils literal notranslate"><span class="pre">False</span></code> otherwise.</p>
</dd>
<dt class="field-odd">Parameters<span class="colon">:</span></dt>
<dd class="field-odd"><p><strong>yara_rules</strong> (<em>str</em><em> | </em><em>bytes</em>) – </p>
</dd>
<dt class="field-even">Return type<span class="colon">:</span></dt>
<dd class="field-even"><p>bool</p>
</dd>
</dl>
</dd></dl>

</section>


Expand Down
1 change: 1 addition & 0 deletions modules/test.html
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ <h1>test<a class="headerlink" href="#test" title="Permalink to this heading">
<li class="toctree-l4"><a class="reference internal" href="test.unit.conftest.html#test.unit.conftest.CommonIntercomMock.get_binary_and_filename"><code class="docutils literal notranslate"><span class="pre">CommonIntercomMock.get_binary_and_filename()</span></code></a></li>
<li class="toctree-l4"><a class="reference internal" href="test.unit.conftest.html#test.unit.conftest.CommonIntercomMock.get_binary_search_result"><code class="docutils literal notranslate"><span class="pre">CommonIntercomMock.get_binary_search_result()</span></code></a></li>
<li class="toctree-l4"><a class="reference internal" href="test.unit.conftest.html#test.unit.conftest.CommonIntercomMock.get_repacked_binary_and_file_name"><code class="docutils literal notranslate"><span class="pre">CommonIntercomMock.get_repacked_binary_and_file_name()</span></code></a></li>
<li class="toctree-l4"><a class="reference internal" href="test.unit.conftest.html#test.unit.conftest.CommonIntercomMock.get_yara_error"><code class="docutils literal notranslate"><span class="pre">CommonIntercomMock.get_yara_error()</span></code></a></li>
<li class="toctree-l4"><a class="reference internal" href="test.unit.conftest.html#test.unit.conftest.CommonIntercomMock.peek_in_binary"><code class="docutils literal notranslate"><span class="pre">CommonIntercomMock.peek_in_binary()</span></code></a></li>
<li class="toctree-l4"><a class="reference internal" href="test.unit.conftest.html#test.unit.conftest.CommonIntercomMock.shutdown"><code class="docutils literal notranslate"><span class="pre">CommonIntercomMock.shutdown()</span></code></a></li>
<li class="toctree-l4"><a class="reference internal" href="test.unit.conftest.html#test.unit.conftest.CommonIntercomMock.task_list"><code class="docutils literal notranslate"><span class="pre">CommonIntercomMock.task_list</span></code></a></li>
Expand Down
5 changes: 5 additions & 0 deletions modules/test.unit.conftest.html
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,11 @@
<em class="property"><span class="pre">static</span><span class="w"> </span></em><span class="sig-name descname"><span class="pre">get_repacked_binary_and_file_name</span></span><span class="sig-paren">(</span><em class="sig-param"><span class="n"><span class="pre">uid</span></span></em><span class="sig-paren">)</span><a class="headerlink" href="#test.unit.conftest.CommonIntercomMock.get_repacked_binary_and_file_name" title="Permalink to this definition"></a></dt>
<dd></dd></dl>

<dl class="py method">
<dt class="sig sig-object py" id="test.unit.conftest.CommonIntercomMock.get_yara_error">
<span class="sig-name descname"><span class="pre">get_yara_error</span></span><span class="sig-paren">(</span><em class="sig-param"><span class="n"><span class="pre">rule</span></span></em><span class="sig-paren">)</span><a class="headerlink" href="#test.unit.conftest.CommonIntercomMock.get_yara_error" title="Permalink to this definition"></a></dt>
<dd></dd></dl>

<dl class="py method">
<dt class="sig sig-object py" id="test.unit.conftest.CommonIntercomMock.peek_in_binary">
<em class="property"><span class="pre">static</span><span class="w"> </span></em><span class="sig-name descname"><span class="pre">peek_in_binary</span></span><span class="sig-paren">(</span><em class="sig-param"><span class="o"><span class="pre">*</span></span><span class="n"><span class="pre">_</span></span></em><span class="sig-paren">)</span><a class="headerlink" href="#test.unit.conftest.CommonIntercomMock.peek_in_binary" title="Permalink to this definition"></a></dt>
Expand Down
1 change: 1 addition & 0 deletions modules/test.unit.html
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@ <h1>test.unit<a class="headerlink" href="#test-unit" title="Permalink to this he
<li class="toctree-l3"><a class="reference internal" href="test.unit.conftest.html#test.unit.conftest.CommonIntercomMock.get_binary_and_filename"><code class="docutils literal notranslate"><span class="pre">CommonIntercomMock.get_binary_and_filename()</span></code></a></li>
<li class="toctree-l3"><a class="reference internal" href="test.unit.conftest.html#test.unit.conftest.CommonIntercomMock.get_binary_search_result"><code class="docutils literal notranslate"><span class="pre">CommonIntercomMock.get_binary_search_result()</span></code></a></li>
<li class="toctree-l3"><a class="reference internal" href="test.unit.conftest.html#test.unit.conftest.CommonIntercomMock.get_repacked_binary_and_file_name"><code class="docutils literal notranslate"><span class="pre">CommonIntercomMock.get_repacked_binary_and_file_name()</span></code></a></li>
<li class="toctree-l3"><a class="reference internal" href="test.unit.conftest.html#test.unit.conftest.CommonIntercomMock.get_yara_error"><code class="docutils literal notranslate"><span class="pre">CommonIntercomMock.get_yara_error()</span></code></a></li>
<li class="toctree-l3"><a class="reference internal" href="test.unit.conftest.html#test.unit.conftest.CommonIntercomMock.peek_in_binary"><code class="docutils literal notranslate"><span class="pre">CommonIntercomMock.peek_in_binary()</span></code></a></li>
<li class="toctree-l3"><a class="reference internal" href="test.unit.conftest.html#test.unit.conftest.CommonIntercomMock.shutdown"><code class="docutils literal notranslate"><span class="pre">CommonIntercomMock.shutdown()</span></code></a></li>
<li class="toctree-l3"><a class="reference internal" href="test.unit.conftest.html#test.unit.conftest.CommonIntercomMock.task_list"><code class="docutils literal notranslate"><span class="pre">CommonIntercomMock.task_list</span></code></a></li>
Expand Down
Binary file modified objects.inv
Binary file not shown.
2 changes: 1 addition & 1 deletion searchindex.js

Large diffs are not rendered by default.

0 comments on commit f645871

Please sign in to comment.