S
S
shaivam2015-06-12 15:18:38
Yii
shaivam, 2015-06-12 15:18:38

What are the requirements for software and network for working with state secrets?

It is necessary to take part in the design of the network and the deployment of the it-structure of a small enterprise, partially associated with state secrets. Question: what are the requirements of the FSB? Maybe someone has experience, tell me what to expect, what to plan and take into account

Answer the question

In order to leave comments, you need to log in

5 answer(s)
M
Mykola, 2018-08-29
@iSensetivity

It's hard to say for sure, but you should connect the linked table via joinWith(), and then set the columns from another table in the DataProvider. An example, I have a program table connected through joinWith().

'sort' => [
                'attributes' => [
                    'id',
                    'program_name' => [
                        'asc' => ['program.name' => SORT_ASC, 'sector.name' => SORT_ASC, ],
                        'desc' => ['program.name' => SORT_DESC, 'sector.name' => SORT_DESC,],
                        'default' => SORT_ASC,
                    ],
],
]

M
Maxim Timofeev, 2018-08-29
@webinar

You know the dates, so you create three links in the model with Keywords, by which you pull hasOne in each its own date. Yes, these are 3 requests, not 1 if hasMany, but then just work with it. You can do join, etc.
Of course, you can build 1 beautiful query using sql, but then you won’t get AR objects and you won’t be able to use gridView, etc.

A
Andrew, 2015-06-12
@OLS

The requirements you are interested in are labeled. The protection of the network and infrastructure of such an enterprise can only be carried out by licensees of the organization you named.

A
Artem, 2015-06-15
@ulkoart

Basically no magic. FSB certificates are our everything. Read mat. part.

M
Max, 2015-06-15
@MaxDukov

Well, for starters, not the FSB, but the FSTEC. The FSB is mainly responsible for cryptography.
Otherwise it is called STR-K. However, as experience shows, it would be better to involve someone with experience (butter pancake). All these wonderful documents are very far from institute manuals, you can certainly read and do it head-on, but it will cost many times more.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question