Skip to content

Commit

Permalink
Deployed bec8b26 with MkDocs
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Jul 28, 2024
1 parent 518fb70 commit 0ab9be6
Show file tree
Hide file tree
Showing 27 changed files with 987 additions and 708 deletions.
65 changes: 41 additions & 24 deletions 1.0/assets/images/converter-ecs.graphviz.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 9 additions & 2 deletions 1.0/assets/images/converter-ecs.html.gv
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,12 @@ digraph {
"Bartlett\\Sarif\\Converter\\Normalizer\\EcsNormalizer" [shape="none" label=<
<table cellspacing="0" border="0" cellborder="1">
<tr><td bgcolor="#eeeeee"><b><br/>EcsNormalizer</b></td></tr>
<tr><td></td></tr>
<tr><td></td></tr>
</table>>]
"Bartlett\\Sarif\\Converter\\Normalizer\\AbstractNormalizer" [shape="none" label=<
<table cellspacing="0" border="0" cellborder="1">
<tr><td bgcolor="#eeeeee"><b>«abstract»<br/>AbstractNormalizer</b></td></tr>
<tr><td><table border="0" cellspacing="0" cellpadding="2">
<tr><td align="left">+ «static» FORMAT_SARIF : string = "sarif" {readOnly}</td></tr>
<tr><td align="left">+ «static» FORMAT_JSON : string = "json" {readOnly}</td></tr>
Expand All @@ -162,13 +168,14 @@ digraph {
<tr><td><table border="0" cellspacing="0" cellpadding="2">
<tr><td align="left">+ getSupportedFormats() : array</td></tr>
<tr><td align="left">+ normalize(data, format : string, context : array) : ?ArrayObject</td></tr>
<tr><td align="left"> fromInternal(data : mixed, mapping : array) : array</td></tr>
<tr><td align="left"># fromInternal(data : mixed, context : array, mapping : array = []) : array</td></tr>
</table></td></tr>
</table>>]
}
"Bartlett\\Sarif\\Converter\\AbstractConverter" -> "Bartlett\\Sarif\\Contract\\ConverterInterface" [arrowhead="empty" style="dashed"]
"Bartlett\\Sarif\\Converter\\EcsConverter" -> "Bartlett\\Sarif\\Converter\\AbstractConverter" [arrowhead="empty" style="filled"]
"Bartlett\\Sarif\\Converter\\Source\\AbstractSource" -> "Bartlett\\Sarif\\Contract\\SourceInterface" [arrowhead="empty" style="dashed"]
"Bartlett\\Sarif\\Converter\\Source\\EcsSource" -> "Bartlett\\Sarif\\Converter\\Source\\AbstractSource" [arrowhead="empty" style="filled"]
"Bartlett\\Sarif\\Converter\\Normalizer\\EcsNormalizer" -> "Bartlett\\Sarif\\Contract\\NormalizerInterface" [arrowhead="empty" style="dashed"]
"Bartlett\\Sarif\\Converter\\Normalizer\\AbstractNormalizer" -> "Bartlett\\Sarif\\Contract\\NormalizerInterface" [arrowhead="empty" style="dashed"]
"Bartlett\\Sarif\\Converter\\Normalizer\\EcsNormalizer" -> "Bartlett\\Sarif\\Converter\\Normalizer\\AbstractNormalizer" [arrowhead="empty" style="filled"]
}
Loading

0 comments on commit 0ab9be6

Please sign in to comment.