Interpreting the output report
 |
| |
| This document contains:
|
interpreting the
scandetail output report
 |
| |
| When you run scandetail, you can specify whether to: |
- create an html report by using the default -o
html option, or
- create a text report by using the -o text
option.
For information about the file scanner options, see scandetail(1) or Customizing Your Scan.
scandetail html format
When you run scandetail with the default -o
html option, the tool generates a URL for the output
report, which you can access with your Web browser. The format of
the output report is:
Filename1:Lineno1: <IdentifierIcon> Synopsis1 (SynopsisID1)
Filename2:Lineno2: <IdentifierIcon> Synopsis2 (SynopsisID2)
Filename3:Lineno3: <IdentifierIcon> Synopsis3 (SynopsisID3)
Each line of the output contains three links:
- filename: starts an editor positioned at the line
number where the impact occurs (provided you are using a Web
server and have set the environment variable
STK_EDITOR as described in Configuring the HP-UX STK Tools).
- identifier icon: links to information about the
identifier type that the file scanner used to recognize the
impact.
- synopsis: displays a page describing the impact and
the solution.
scandetail text format
When you run scandetail with -o text,
the text output option, the format of the output report is:
Filename1:Lineno1: (IdentifierType)Synopsis1 (SynopsisID1)
URL_Impactdoc1
Filename2:Lineno2: (IdentifierType)Synopsis2 (SynopsisID2)
URL_Impactdoc2
Filename3:Lineno3: (IdentifierType)Synopsis3 (SynopsisID3)
URL_Impactdoc3
You can enter each URL in a Web browser to see a detailed
impact page describing the impact and the solution.
interpreting the
scansummary output report
 |
| |
| When you run scansummary, you can specify whether to: |
- create an html report by using the default -o
html option, or
- create a text report by using the -o text
option.
For information about the file scanner options, see scandetail(1) or Customizing Your Scan.
scansummary html format
When you run scansummary with the default -o
html option, the tool generates one URL for the output
report, which you can access using your Web browser. The format
of the output report is as follows:
#Instances: <IdentifierIcon> Synopsis1 (SynopsisID1)
#Instances: <IdentifierIcon> Synopsis2 (SynopsisID2)
#Instances: <IdentifierIcon> Synopsis3 (SynopsisID3)
Each line of the output contains two links:
- identifier icon: links to information about the
identifier type that the file scanner used to recognize the
impact.
- synopsis: displays a page describing the impact and
the solution.
scansummary text format
When you run scansummary with -o text,
the text output option, the format of the output report is:
#Instances: (IdentifierType)Synopsis1 (SynopsisID1)
URL_Impactdoc1
#Instances: (IdentifierType)Synopsis2 (SynopsisID2)
URL_Impactdoc2
#Instances: (IdentifierType)Synopsis3 (SynopsisID3)
URL_Impactdoc3
You can enter each URL in a Web browser to see a detailed
impact page describing the impact and the solution.
see also
|