DDS-Security 1.0 FTF Avatar
  1. OMG Issue

DDSSEC_ — Wrong reference to check_create_datareader in §9.4.1.2.5.4

  • Key: DDSSEC_-109
  • Status: closed  
  • Source: Real-Time Innovations ( Dr. Gerardo Pardo-Castellote, Ph.D.)
  • Summary:

    In §9.4.1.2.5.4 it says:

    If the value of “enable_write_access_control” element is TRUE, the operation
    check_create_datareader shall return a value according to what is specified in the Permissions document, see 9.4.1.3.

    This is incorrect, the write-access control setting should impact the creation of a DataWriter, not a DataReader.


    Corrective action:
    In §9.4.1.2.5.4 change the aforementioned sentence as shown below

    If the value of “enable_write_access_control” element is TRUE, the operation
    check_create_datawriter check_create_datareader shall return a value according to what is specified in the Permissions document, see 9.4.1.3.

  • Reported: DDS-Security 1.0b1 — Wed, 2 Dec 2015 05:39 GMT
  • Disposition: Resolved — DDS-Security 1.0
  • Disposition Summary:

    Fix reference to check_create_datareader in §9.4.1.2.5.4

    Analysis in issue description is correct. Apply suggested changes.

  • Updated: Tue, 12 Jul 2016 14:45 GMT