We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51ff85a commit e400630Copy full SHA for e400630
scripts/parse.readme.py
@@ -15,7 +15,7 @@
15
total = 0
16
17
18
-for file in glob.glob("./nuclei-templates/**/*.yaml"):
+for file in glob.glob("./nuclei-templates/**/*.yaml", recursive=True):
19
total += 1
20
with open(file) as f:
21
content = f.read()
0 commit comments