File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed
lib/nipper_parser/parsers Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -35,6 +35,7 @@ gem install nipper_parser
35
35
36
36
##### Report information
37
37
``` ruby
38
+ require ' nipper_parser'
38
39
nipper_parser = NipperParser ::Config .open (' network-devices.xml' )
39
40
puts nipper_parser.information.title
40
41
puts nipper_parser.information.author
@@ -79,6 +80,7 @@ pp security_audit.mitigation_classification.statistics.class
79
80
pp security_audit.mitigation_classification.statistics.findings
80
81
pp security_audit.mitigation_classification.statistics.report
81
82
```
83
+ Fore more comprehensive usage, please refer to [ Parsers ReadMe] ( lib/nipper_parser/parsers/README.md )
82
84
83
85
Download a dummy XML report to test the library from [ ** here** ] ( https://gist.github.com/KINGSABRI/3dfcb821ea29f918f74c8e1979c5a71f ) .
84
86
You can’t perform that action at this time.
0 commit comments