mirror of
https://github.com/splunk/security_content
synced 2026-06-08 17:32:49 +00:00
17 lines
368 B
TOML
17 lines
368 B
TOML
[tool.poetry]
|
|
name = "lolbas_enrichment"
|
|
version = "0.1.0"
|
|
description = "regens splunk detection with latest lolbas list"
|
|
authors = ["d1vious <josehelps@gmail.com>"]
|
|
|
|
[tool.poetry.dependencies]
|
|
python = "^3.10"
|
|
PyYAML = "^6.0"
|
|
tdqm = "^0.0.1"
|
|
|
|
[tool.poetry.dev-dependencies]
|
|
|
|
[build-system]
|
|
requires = ["poetry-core>=1.0.0"]
|
|
build-backend = "poetry.core.masonry.api"
|