appswcpp / repository

MIT License
10 stars 2 forks source link

[cPP CHANGE] FPT_AEX_EXT.1.1 selection instead of assignment? #107

Closed woodbe closed 2 years ago

woodbe commented 2 years ago

What is the change request for the cPP? Please describe. The SFR is written such that it assumes there will be exceptions and they are assigned. In many cases there will be no exceptions for this, but the way the SFR is written almost points to having to list something. While "no exceptions" would certainly be valid, this could be made more clear if it was changed to a selection.

Describe the solution you'd like Change the assignment to:

[selection: no exceptions, [assignment: list of explicit exceptions]]

It may be useful to slightly modify the SFR text to make the sentence work, but just providing the selection with an explicit "no exceptions" should make it clear to any vendor that this is acceptable.

bharveyTX commented 2 years ago

Change implemented.