File tree Expand file tree Collapse file tree 1 file changed +4
-6
lines changed
csaf_2_1/recommendedTests Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -46,12 +46,10 @@ const inputSchema = /** @type {const} */ ({
4646const validateSchema = ajv . compile ( inputSchema )
4747
4848/**
49- * If the document language is specified but not English, and the license_expression contains license
50- * identifiers or exceptions that are not listed in the SPDX license list or Aboutcode's "ScanCode LicenseDB",
51- * it MUST be tested that exactly one item in document notes exists that has the language specific translation
52- * of the term License as title. The category of this item MUST be legal_disclaimer.
53- * If no language-specific translation has been recorded, the test MUST be skipped
54- * and output information to the user that no such translation is known.
49+ * If the document language is specified but not English, it MUST be tested that exactly one item in document
50+ * notes exists that has the language specific translation of the term Reasoning for Withdrawal as title.
51+ * The category of this item MUST be description. If no language-specific translation has been recorded,
52+ * the test MUST be skipped and output an information to the user that no such translation is known.
5553 *
5654 * @param {unknown } doc
5755 */
You can’t perform that action at this time.
0 commit comments