Skip to main content
Version: 2608.1

workMessage.json


Description

A file that collects work messages recording cautions or warnings related to the analysis that you should review.

File

[ {
"analysisId" : "ANALYSIS_ID",
"localized" : [ {
"lang" : "ko",
"title" : "WORKMESSAGE_TITLE_KO",
"content" : "WORKMESSAGE_CONTENT_KO",
"tags" : [ "TAG1", "TAG2", "TAG3" ]
}, {
"lang" : "en",
"title" : "WORKMESSAGE_TITLE_EN",
"content" : "WORKMESSAGE_CONTENT_EN",
"tags" : [ "TAG1", "TAG2", "TAG3" ]
} ],
"level" : "CAUTION",
"createdTime" : "YYYY-MM-DDThh:mm:ss.sss±hh:mm",
"productType" : "TYPE"
} ]

  • analysisId Analysis ID
    An ID generated uniquely for the analysis. You can use it later to look up information about the analysis. For details, see Analysis inquiry.
  • localized Multilingual support
    The title and content of the work message are supported in multiple languages.
    • lang Language
      Indicates the language in which the title and content of the work message are shown.
    • title Title
      The title of the work message.
    • content Content
      The content of the work message.
    • tags Tags
      Tags used to categorize the work message.
  • level Work message level
    Indicates the level of the work message. It takes one of the following values.
    • CAUTION: caution
    • WARNING: warning
  • createdTime Work message creation timestamp
    Shows the date and time the work message was created in the following format.(YYYY-MM-DDThh:mm:ss.sss±hh:mm)
  • productType Analysis type
    The type of the requested analysis (TYPE). It takes one of the following values.
    • SAST: source code analysis
    • SCA: open source analysis
    • DAST: web vulnerability analysis