Logo etsi

ETSI's Bug Tracker

Notice: information submitted on the ETSI issue Tracker may be incorporated in ETSI publication(s) and therefore subject to the ETSI IPR policy.

View Issue Details Jump to Notes ] Issue History ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0008138SOL001 - TOSCA-based NFV descriptors spec[NFV Specifications] Bugpublic11-11-2022 05:5407-05-2024 07:30
ReporterSujeet Banerjee 
Assigned Tolishi 
Prioritynormal 
StatusresolvedResolutionduplicate 
Product Version4.2.1 
Target VersionFixed in Version 
Summary0008138: [4.3.1] [Section 6.8.1.2] Incorrect ABNF Grammar Specified for "Vnfm_info"
DescriptionThis is incorrect in the specified Grammar:
-----------
value = any_etsi_nfv_compliant_product| product_specific

any_etsi_nfv_compliant_product = "etsivnfm" SEP "version"

version = "v" version_identifier

version_identifier = 1*2DIGIT DOT 1*2DIGIT DOT 1*2DIGIT
; the version identifier is encoded as a sequence of items of 1 or 2 digits separated by dots
representing the 3 fields (major, technical and editorial) of the version of an ETSI deliverable.

product_specific = enterprise_number SEP product_specific_string

enterprise_number = 1*DIGIT

product_specific_string = *(ALPHA / DIGIT / "-" / ".")

SEP = ":"

DOT = "."
-----------

THE INCORRECT RULE SPECIFIED, THAT DOES NOT MATCH THE EXAMPLE:

any_etsi_nfv_compliant_product = "etsivnfm" SEP "version"

THE LITERAL "version" SPECIFIED IS INCORRECT. IN FACT, IT'S NOT A LITERAL, RATHER IT'S NON-TERMINAL <version>
Additional InformationTHE CORRECT RULE WOULD BE:

any_etsi_nfv_compliant_product = "etsivnfm" SEP version

(i.e. version WITHOUT THE QUOTES)

TagsNo tags attached.
Attached Files

- Relationships
duplicate of 0008137resolvedlishi [4.3.1] [Section 6.8.1.2] Incorrect ABNF Grammar Specified for "Vnfm_info" 

-  Notes
(0016304)
Sujeet Banerjee (reporter)
11-11-2022 06:07

Somehow duplicates of this Bug has been created - The portal thew SQL Injection Errors. So multiple entries were created.

I am unable to close the duplicates. Please close the duplicate ones.
(0016344)
lishi (developer)
06-12-2022 09:59

Duplicated, please see 0008137

- Issue History
Date Modified Username Field Change
11-11-2022 05:54 Sujeet Banerjee New Issue
11-11-2022 06:07 Sujeet Banerjee Note Added: 0016304
06-12-2022 09:59 lishi Note Added: 0016344
06-12-2022 09:59 lishi Assigned To => lishi
06-12-2022 09:59 lishi Status new => confirmed
06-12-2022 09:59 lishi Resolution open => duplicate
15-12-2022 09:18 Sujeet Banerjee Issue cloned: 0008162
07-05-2024 07:30 Yuya Kuno Relationship added duplicate of 0008137
07-05-2024 07:30 Yuya Kuno Status confirmed => resolved


MantisBT 1.2.14 [^]
Copyright © 2000 - 2024 MantisBT Team
Powered by Mantis Bugtracker