Commit Graph

9636 Commits

Author SHA1 Message Date
patel-bhavin 7f8a3bebb6 update links and content 2021-08-31 12:45:02 -07:00
Bhavin Patel adc89161d0 Merge pull request #1613 from splunk/DoubleTestsFix
Fixed testing so that it only runs on Push and Create/Reopen PR.
2021-08-31 12:09:01 -07:00
pyth0n1c 3b08a85330 Fixed testing so that it only runs on Push and Create/Reopen PR. 2021-08-31 11:56:18 -07:00
Bhavin Patel da5f877eeb Merge pull request #1602 from splunk/fix_auto_merge
Update auto-merge.yml
2021-08-31 11:29:38 -07:00
Bhavin Patel f9696a663f Update auto-merge.yml 2021-08-31 11:20:17 -07:00
Bhavin Patel e2a6b775b6 Merge pull request #1612 from splunk/blank_risk
Blank risk scores
2021-08-31 11:15:13 -07:00
patel-bhavin d2c2cf38f7 add observable and clean up 2021-08-31 11:06:47 -07:00
patel-bhavin 3d80496f79 if victim then risk 2021-08-31 10:49:39 -07:00
Bhavin Patel 60eb53ad18 Merge pull request #1608 from zbraiterman/develop
Enhance specificity of cybersecurity terminology and references in README.md
2021-08-30 17:18:23 -07:00
Bhavin Patel 2083671135 Merge pull request #1603 from splunk/blackbolt_patch
blackbolt duplicate
2021-08-30 16:14:25 -07:00
Bhavin Patel aa446f4c30 Merge branch 'develop' into blackbolt_patch 2021-08-30 15:46:45 -07:00
Bhavin Patel 290f27b069 Merge pull request #1611 from splunk/DetectionTestingPRMapping
Detection testing pr mapping
2021-08-30 15:45:12 -07:00
patel-bhavin 23dd1e6f64 test 2021-08-30 15:13:16 -07:00
pyth0n1c bddb7a7835 Fixed correct branch and PR number for both pushes and PRs for detection testing. 2021-08-30 14:41:20 -07:00
pyth0n1c 289360bc8d Print out more env variables associated with pull request. 2021-08-30 14:35:20 -07:00
pyth0n1c 9ad3e184e2 Priting out pr number and ohter variables 2021-08-30 14:24:51 -07:00
pyth0n1c 8429e51863 Testing what is being passed to detectrion testing. 2021-08-30 14:18:46 -07:00
patel-bhavin 29c6e20ddb detection testing 2021-08-30 13:48:04 -07:00
pyth0n1c 5bb24d5fc9 Fixed variable name for pull request number. 2021-08-30 13:22:47 -07:00
pyth0n1c 851e0bd536 Removed duplicate id from detection-testing.yml 2021-08-30 13:15:28 -07:00
pyth0n1c c76f9c7c61 Fixed github actions testing behavior for Push vs PR for detection testing. Now checking out of proper source branch and running main.py on the proper source brach and PR number. 2021-08-30 13:14:15 -07:00
pyth0n1c 3d6b2e074d Fixed detection testing to run on PR and push instead of just push. We were bailing on PR 2021-08-30 12:08:51 -07:00
pyth0n1c 7500d66b32 Fixing bad github_ref substitution due to spacing. 2021-08-30 12:03:47 -07:00
pyth0n1c 196a7a07f9 Wrong escape sequence for GITHUB_REF 2021-08-30 12:00:05 -07:00
pyth0n1c 621ecc8ab2 Testing the syntax for the source branch for a pull request. 2021-08-30 11:57:40 -07:00
Bhavin Patel 05b10cecab Update create_local_admin_accounts_using_net_exe.yml 2021-08-30 11:47:43 -07:00
Bhavin Patel 74a25076aa Update create_local_admin_accounts_using_net_exe.yml 2021-08-30 11:47:19 -07:00
zbraiterman 5fdbe3eeed Enhance specificity of cybersecurity terminology and references 2021-08-29 02:02:45 -04:00
github-actions[bot] 898180ee95 Branch was auto-updated. 2021-08-27 22:52:26 +00:00
github-actions[bot] 939c9da4ea Branch was auto-updated. 2021-08-27 22:52:20 +00:00
Bhavin Patel e7fffbd0b8 Merge pull request #1607 from splunk/FixS3Paths
Fixed the S3 buckets paths to shift from testing to release buckets
2021-08-27 15:51:57 -07:00
pyth0n1c 4b26f7af13 Fixed the S3 buckets paths to shift from testing to release buckets. 2021-08-27 15:06:57 -07:00
research bot 02e58a1dfa updating docs and package bits [ci skip] 2021-08-27 21:52:55 +00:00
github-actions[bot] 4275beb142 Branch was auto-updated. 2021-08-27 21:23:22 +00:00
github-actions[bot] 180d9e5d3d Branch was auto-updated. 2021-08-27 21:23:22 +00:00
Bhavin Patel 3a968a4667 Merge pull request #1606 from splunk/TagPushFix
Fixed to use the PROTECTED_BRANCH_PUSH_TOKEN to push to repo.  Added …
v3.27.1
2021-08-27 14:23:04 -07:00
pyth0n1c b325b6cb3d Fixed to use the PROTECTED_BRANCH_PUSH_TOKEN to push to repo. Added token to repo 2021-08-27 14:13:37 -07:00
github-actions[bot] e0e2aaf5cd Branch was auto-updated. 2021-08-27 19:49:27 +00:00
github-actions[bot] 97f4c2f46d Branch was auto-updated. 2021-08-27 19:49:26 +00:00
Bhavin Patel f8b75c6c69 Merge pull request #1604 from splunk/ActionFixes
Action fixes and Autoescape Fixes
2021-08-27 12:49:06 -07:00
pyth0n1c 34f7199ac8 Removed commented-out autoescape setting and removed unused import 2021-08-27 11:26:31 -07:00
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 a4b14ffc14 Reworking test flows after fixing 'waiting on result' issue. Rework detect6ion testing so that it runs on prs and pushes with approval and never runs on tags. 2021-08-27 10:44:10 -07:00
patel-bhavin 6123e7b0ea duplicate 2021-08-27 09:48:39 -07:00
Jose Enrique Hernandez f381f02c8b Update auto-merge.yml 2021-08-27 12:23:56 -04:00
Jose Enrique Hernandez b12bca2017 Merge pull request #1594 from splunk/content_ctl_updates
Content ctl updates
2021-08-27 12:07:02 -04:00
divious1 33df34d50c remove baseline code 2021-08-27 12:05:28 -04:00
divious1 faa645fd14 added new dm for risk 2021-08-27 12:03:52 -04:00
github-actions[bot] 03285ed8aa Branch was auto-updated. 2021-08-27 14:31:08 +00:00
P4T12ICK a523168c6d Merge pull request #1601 from splunk/generate_bug_fix
fixed generate
2021-08-27 16:30:46 +02:00