Skip to content

Commit 14fb7f0

Browse files
authored
Merge branch 'main' into threat_objects
2 parents 380b17e + 5abb8e0 commit 14fb7f0

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

contentctl/contentctl.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,4 +229,7 @@ def main():
229229
print(e)
230230

231231
sys.exit(1)
232-
232+
233+
234+
if __name__ == "__main__":
235+
main()

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ PyYAML = "^6.0.1"
1616
requests = "~2.32.2"
1717
pycvesearch = "^1.2"
1818
xmltodict = "^0.13.0"
19-
attackcti = "^0.3.7"
19+
attackcti = ">=0.3.7,<0.5.0"
2020
Jinja2 = "^3.1.4"
2121
questionary = "^2.0.1"
2222
docker = "^7.1.0"

0 commit comments

Comments
 (0)