Marius
Marius
It seems, that the images are already available in the repositories of the us-west-2 region but not in all regions, e.g. eu-central-1.
How about AWS::Route53::RecordSet resoures?
> @lme-nca There's some work happening around this part of DefectDojo e.g. #10011 which may address this issue. That work is of a broader scope than this PR. Let that...
hi @DenysMoskalenko , whats the reason for the `total_reimport_count` sub-query in the products select query (https://github.com/DefectDojo/django-DefectDojo/pull/12603#issuecomment-2973238685)? From the comparison this wasn't needed in this query before the optimization. Due to...
since [django-tagulous v1.3.3](https://github.com/radiac/django-tagulous/commit/5ff54993cf0bae94bb3423a4c72d7213dd4c5e5e) there is no limit for the appended number on non-unique slugs. in the [settings.py](https://github.com/radiac/django-tagulous/blob/v1.3.3/tagulous/settings.py#L9-L19) it looks like this is configurable, e.g. truncate n more characters. but i...
Hi @Maffooch , we've temporarly added a local_settings.py containing `TAGULOUS_SLUG_TRUNCATE_UNIQUE=7` in our container to overwrite the setting as we weren't able to reimport some findings anymore. I'll test this again...