Skip to content

Commit

Permalink
Deploy the generated website via GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Mar 13, 2024
1 parent 455d579 commit dbad387
Show file tree
Hide file tree
Showing 7 changed files with 102 additions and 102 deletions.
2 changes: 1 addition & 1 deletion News.xml

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Website last update: 2024-03-11 at 09:58:07.
Website last update: 2024-03-13 at 11:55:28.
Binary file modified bundle.zip
Binary file not shown.
4 changes: 2 additions & 2 deletions cheatsheets/XML_Security_Cheat_Sheet.html
Original file line number Diff line number Diff line change
Expand Up @@ -3209,8 +3209,8 @@ <h1 id="xml-security-cheat-sheet">XML Security Cheat Sheet<a class="headerlink"
<h2 id="introduction">Introduction<a class="headerlink" href="#introduction" title="Permanent link">&para;</a></h2>
<p>While the specifications for XML and XML schemas provide you with the tools needed to protect XML applications, they also include multiple security flaws. They can be exploited to perform multiple types of attacks, including file retrieval, server side request forgery, port scanning, and brute forcing. This cheat sheet will make you aware of how attackers can exploit the different possibilities in XML used in libraries and software using two possible attack surfaces:</p>
<ul>
<li><strong>Malformed XML Documents</strong>: Exploiting vulnerablities that occur when applications encounte XML documents that are not well-formed.</li>
<li><strong>Invalid XML Documents</strong>: Exploiting vulnerabilities that occur when documents that do not have the expected structure.</li>
<li><strong>Malformed XML Documents</strong>: Exploiting vulnerabilities that occur when applications encounter XML documents that are not well-formed.</li>
<li><strong>Invalid XML Documents</strong>: Exploiting vulnerabilities that occur when documents that do not have the expected structure.</li>
</ul>
<h2 id="dealing-with-malformed-xml-documents">Dealing with malformed XML documents<a class="headerlink" href="#dealing-with-malformed-xml-documents" title="Permanent link">&para;</a></h2>
<h3 id="definition-of-a-malformed-xml-document">Definition of a malformed XML document<a class="headerlink" href="#definition-of-a-malformed-xml-document" title="Permanent link">&para;</a></h3>
Expand Down
2 changes: 1 addition & 1 deletion search/search_index.json

Large diffs are not rendered by default.

Loading

0 comments on commit dbad387

Please sign in to comment.