Commit Graph

11 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 0b3569d714 Massive merge from upstream. Should be good now. 2021-08-17 11:31:24 -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
P4T12ICK 686b0b5ca4 converted response_task to investigations 2021-07-26 13:39:17 +02:00
P4T12ICK 618e2fbf21 test circleci 2021-07-21 15:32:25 +02:00
divious1 7cc3e82403 fixing a bug in how data is reported also added some additonal print statements 2021-06-24 14:44:11 -04:00
divious1 f6aa338124 adding doc_gen and reportin to the updated tools 2021-05-19 11:00:41 -04:00
P4T12ICK ebffd874e8 fix the 101% detection coverage 2021-04-23 14:11:58 +02:00
P4T12ICK c189c7b341 Add custom Detection Count Banner 2021-02-16 10:10:20 +01:00
P4T12ICK 893cb37eb8 add custom badge for detection coverage 2021-01-20 15:27:05 +01:00