1- # formatter
1+ # Formatter
22
3- > Auto-generated documentation for [ simplesecurity.formatter] ( ../../simplesecurity/formatter.py ) module.
3+ > Auto-generated documentation for [ simplesecurity.formatter] ( ../../../ simplesecurity/formatter.py ) module.
44
55Take our findings dictionary and give things a pretty format.
66
7- - [ Simplesecurity] ( ../README.md#simplesecurity-index ) / [ Modules] ( ../README .md#simplesecurity-modules ) / [ simplesecurity ] ( index.md#simplesecurity ) / formatter
7+ - [ Simplesecurity] ( ../README.md#simplesecurity-index ) / [ Modules] ( ../MODULES .md#simplesecurity-modules ) / [ Simplesecurity ] ( index.md#simplesecurity ) / Formatter
88 - [ ansi] ( #ansi )
99 - [ csv] ( #csv )
1010 - [ formatEvidence] ( #formatevidence )
@@ -36,7 +36,7 @@ Formats
3636
3737## ansi
3838
39- [[ find in source code]] ( ../../simplesecurity/formatter.py#L162 )
39+ [[ find in source code]] ( ../../../ simplesecurity/formatter.py#L162 )
4040
4141``` python
4242def ansi (
@@ -59,9 +59,13 @@ Format to ansi.
5959
6060- ` str ` - String to write to a file of stdout
6161
62+ #### See also
63+
64+ - [ Finding] ( types.md#finding )
65+
6266## csv
6367
64- [[ find in source code]] ( ../../simplesecurity/formatter.py#L120 )
68+ [[ find in source code]] ( ../../../ simplesecurity/formatter.py#L120 )
6569
6670``` python
6771def csv (
@@ -84,9 +88,13 @@ Format to CSV.
8488
8589- ` str ` - String to write to a file of stdout
8690
91+ #### See also
92+
93+ - [ Finding] ( types.md#finding )
94+
8795## formatEvidence
8896
89- [[ find in source code]] ( ../../simplesecurity/formatter.py#L35 )
97+ [[ find in source code]] ( ../../../ simplesecurity/formatter.py#L35 )
9098
9199``` python
92100def formatEvidence (evidence : list[Line], newlineChar : bool = True ) -> str :
@@ -103,9 +111,13 @@ Format evidence to plaintext.
103111
104112- ` str ` - string representation of this
105113
114+ #### See also
115+
116+ - [ Line] ( types.md#line )
117+
106118## json
107119
108- [[ find in source code]] ( ../../simplesecurity/formatter.py#L97 )
120+ [[ find in source code]] ( ../../../ simplesecurity/formatter.py#L97 )
109121
110122``` python
111123def json (
@@ -128,9 +140,13 @@ Format to Json.
128140
129141- ` str ` - String to write to a file of stdout
130142
143+ #### See also
144+
145+ - [ Finding] ( types.md#finding )
146+
131147## markdown
132148
133- [[ find in source code]] ( ../../simplesecurity/formatter.py#L51 )
149+ [[ find in source code]] ( ../../../ simplesecurity/formatter.py#L51 )
134150
135151``` python
136152def markdown (
@@ -153,9 +169,13 @@ Format to Markdown.
153169
154170- ` str ` - String to write to a file of stdout
155171
172+ #### See also
173+
174+ - [ Finding] ( types.md#finding )
175+
156176## sarif
157177
158- [[ find in source code]] ( ../../simplesecurity/formatter.py#L253 )
178+ [[ find in source code]] ( ../../../ simplesecurity/formatter.py#L253 )
159179
160180``` python
161181def sarif (
@@ -177,3 +197,7 @@ Format to sarif https://sarifweb.azurewebsites.net/.
177197#### Returns
178198
179199- ` str ` - String to write to a file of stdout
200+
201+ #### See also
202+
203+ - [ Finding] ( types.md#finding )
0 commit comments