-
Notifications
You must be signed in to change notification settings - Fork 175
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Create anssi-guide-hygiene-detail.xlsx Add procedure category update doc-pol update convert_library
- Loading branch information
1 parent
fa206e5
commit 4473dea
Showing
23 changed files
with
4,408 additions
and
52 deletions.
There are no files selected for viewing
46 changes: 46 additions & 0 deletions
46
backend/core/migrations/0045_alter_appliedcontrol_category_and_more.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,46 @@ | ||
# Generated by Django 5.1.1 on 2024-12-07 22:10 | ||
|
||
from django.db import migrations, models | ||
|
||
|
||
class Migration(migrations.Migration): | ||
dependencies = [ | ||
("core", "0044_qualification"), | ||
] | ||
|
||
operations = [ | ||
migrations.AlterField( | ||
model_name="appliedcontrol", | ||
name="category", | ||
field=models.CharField( | ||
blank=True, | ||
choices=[ | ||
("policy", "Policy"), | ||
("process", "Process"), | ||
("technical", "Technical"), | ||
("physical", "Physical"), | ||
("procedure", "Procedure"), | ||
], | ||
max_length=20, | ||
null=True, | ||
verbose_name="Category", | ||
), | ||
), | ||
migrations.AlterField( | ||
model_name="referencecontrol", | ||
name="category", | ||
field=models.CharField( | ||
blank=True, | ||
choices=[ | ||
("policy", "Policy"), | ||
("process", "Process"), | ||
("technical", "Technical"), | ||
("physical", "Physical"), | ||
("procedure", "Procedure"), | ||
], | ||
max_length=20, | ||
null=True, | ||
verbose_name="Category", | ||
), | ||
), | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3,209 changes: 3,209 additions & 0 deletions
3,209
backend/library/libraries/anssi-guide-hygiene-detail.yaml
Large diffs are not rendered by default.
Oops, something went wrong.
Oops, something went wrong.