Cannot pass VBD challenge due to test_policy

What happens

I get error in test_policy

What do you understand or find about that problem

I found information about the structure of the folder should match the CWE of the .feature file.

You make any workaround? What did you do?

I modify the folder names and .feature file multiple times but the error continues

Evidences

link to the pipeline:
https://gitlab.com/autonomicmind/challenges/-/pipelines/228146455

link to commit:
https://gitlab.com/autonomicmind/challenges/-/commit/c055b630f832cb8df4c4e6fcda0746f6a6407498

[ERROR] Valid solution structure not found.
Seems like your solution structure is non compliant.
Please read https://gitlab.com/autonomicmind/challenges/-/wikis/structure

We have found some problems :frowning:
You can replicate this by running:
services $ ./build.sh test_policy

I need help with

I don’t know what part of the structure I’m doing wrong.

Ok, I was searching for your problem and is easy to fix, your file has

CWE <number>

but the expected is:

CWE-<number>

You forget this - character.

If you read the template:

https://gitlab.com/autonomicmind/challenges/blob/0839e326b3bc4ea54df44e3e3bdf796cf3afc195/templates%2Fhacking-vbd.feature

You can found this:

image

Where you find that the template uses that char.

I am very grateful for the collaboration indeed the error was solved with the answer given thank you!