Commit Graph

24 Commits

Author SHA1 Message Date
pyth0n1c b869caefe4 Removed autoescape=True from jinja2 environment calls which caused errors in generating outputs from templates. Semgrep error does not apply to us since we are not generating html. Added #nosemgrep to each call to prevent semgrep from giving an error. 2021-08-27 11:05:04 -07:00
pyth0n1c c1d144e0d5 auto_escape fix with either not picked up by semgrep because it was changing a global jinja2 configuration or because it didn't actually fix what we thought it would. Setting the global default is probably the best idea since if another function call doesn't explicitly set it, then it won't be set. However, we leave it like this for now. 2021-08-12 13:43:54 -07:00
pyth0n1c b6b5f9317f Using the proper commandline to generate sha256 checksum of files. Added autoescaping to the Jinja2 templates in response to semgrep results. 2021-08-12 13:26:29 -07:00
divious1 3acbb20716 Merge branch 'fixing_doc_gen_ci_issue' into fixing_reporting_bugs 2021-06-24 23:31:36 -04:00
divious1 76107973ac changing ci logic and doc_gen logic to not use pyattck any longer, lib has issues 2021-06-24 23:28:08 -04:00
divious1 df8ff867bb updating circleci image since there is a breaking change 2021-06-24 15:08:40 -04:00
divious1 f6aa338124 adding doc_gen and reportin to the updated tools 2021-05-19 11:00:41 -04:00
github-actions[bot] 4e3ab213ba Branch was auto-updated. 2021-03-25 17:34:23 +00:00
divious1 8592f7aae9 fixed date generation 2021-03-24 21:54:08 -04:00
divious1 f224e3865e removing unecessary import 2021-03-22 18:02:35 -04:00
divious1 978e67817f updating to remove type and also updated circleci 2021-03-18 22:39:08 -04:00
divious1 a21476d8e3 cleaned up code a bit made it simpler 2021-03-18 14:53:40 -04:00
divious1 b2c6c6542f addiing spec generation 2021-03-17 22:44:46 -04:00
divious1 d685e444f9 working story 2021-03-04 10:47:27 -05:00
divious1 dd80dae944 adding splunk docs wiki 2021-03-03 20:44:55 -05:00
divious1 4cf0e04e43 working stories with enrichment 2021-03-03 15:45:09 -05:00
divious1 113512d8fd working stories 2021-03-03 14:12:43 -05:00
divious1 329a1ef562 started stories 2021-03-03 11:40:39 -05:00
divious1 239745b2d6 added organized by kind for detections 2021-03-01 21:36:26 -05:00
divious1 75c24a9f34 added markup 2021-03-01 13:49:16 -05:00
divious1 10c6f54604 fixed up a few items with markdown 2021-02-25 18:53:26 -05:00
divious1 9f3045df33 minor updates to jinja template 2021-02-25 01:17:31 -05:00
divious1 d8d90111a0 markdown_detections 2021-02-25 01:10:17 -05:00
divious1 e41c1bdc43 skeleton 2021-02-23 22:41:48 -05:00