You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Requirements in policy attachments will have an optional version. The proposal is to support the syntax req_id@version. Both requirement ID and version must be flexible enough to hold any user-defined value.
Not allowing whitespaces seem to be a fair compromise: ^\S+(@\S+)?$
The text was updated successfully, but these errors were encountered:
Requirements in policy attachments will have an optional version. The proposal is to support the syntax
req_id@version
. Both requirement ID and version must be flexible enough to hold any user-defined value.Not allowing whitespaces seem to be a fair compromise:
^\S+(@\S+)?$
The text was updated successfully, but these errors were encountered: