File tree Expand file tree Collapse file tree 2 files changed +11
-5
lines changed Expand file tree Collapse file tree 2 files changed +11
-5
lines changed Original file line number Diff line number Diff line change 6
6
- main
7
7
pull_request :
8
8
9
+ permissions :
10
+ contents : read
11
+
9
12
jobs :
10
13
run-tests :
11
14
runs-on : ubuntu-latest
Original file line number Diff line number Diff line change @@ -4,12 +4,14 @@ build-backend = "hatchling.build"
4
4
5
5
[project ]
6
6
name = " txt2detection"
7
-
8
- version = " 0.0.2-rc12"
9
- authors = [
10
- { name =" DOGESEC" , email =" support@dogesec.com" },
7
+ version = " 0.0.3"
8
+ authors = [
9
+ { name = " dogesec" }
10
+ ]
11
+ maintainers = [
12
+ { name = " dogesec" }
11
13
]
12
- description = " txt2detection is a tool"
14
+ description = " A command line tool that takes a txt file containing threat intelligence and turns it into a detection rule. "
13
15
readme = " README.md"
14
16
requires-python = " >=3.11"
15
17
classifiers = [
@@ -31,6 +33,7 @@ dependencies = [
31
33
[project .urls ]
32
34
Homepage = " https://github.com/muchdogesec/txt2detection"
33
35
Issues = " https://github.com/muchdogesec/txt2detection/issues"
36
+ "dogesec HQ" = " https://dogesec.com"
34
37
35
38
[project .scripts ]
36
39
txt2detection = " txt2detection.__main__:main"
You can’t perform that action at this time.
0 commit comments