pyth0n1c
|
0141d689a6
|
Fixed the tag name again.:
|
2021-08-17 09:28:21 -07:00 |
|
pyth0n1c
|
aae755c578
|
New syntax to fix tag name for build sources step when running on non-tagged release.
|
2021-08-17 09:25:48 -07:00 |
|
pyth0n1c
|
5b47f3bff9
|
Fixed getting branch name/tag name for build-sources.
|
2021-08-16 16:55:27 -07:00 |
|
pyth0n1c
|
be6bffca01
|
Including the proper python interpreter and installing any requirements for it.
|
2021-08-16 16:34:57 -07:00 |
|
pyth0n1c
|
7d5edec822
|
Added calling of the create_baseline_folder.py script.
|
2021-08-16 16:22:35 -07:00 |
|
pyth0n1c
|
87e1ef6dca
|
Changed all of the python versions from 3.9.5 to 3.9. We want the latest patch. If we just include the MAJOR.MINOR, the latest patch will always be used.
|
2021-08-16 13:06:13 -07:00 |
|
research bot
|
2b7298b3fc
|
updating docs and package bits [ci skip]
|
2021-08-13 19:31:39 +00:00 |
|
research bot
|
f5b55df95a
|
updating docs and package bits [ci skip]
|
2021-08-13 19:14:16 +00:00 |
|
pyth0n1c
|
b7212b6781
|
Finally fixed the tag name - was forgetitng to include id:vars
|
2021-08-13 12:03:30 -07:00 |
|
pyth0n1c
|
11179c57a1
|
Now we fixed the tag i think
|
2021-08-13 11:57:29 -07:00 |
|
pyth0n1c
|
e1e3a3a91b
|
Fixing tag value again
|
2021-08-13 11:49:26 -07:00 |
|
pyth0n1c
|
f93fb88b47
|
other tag get syntax
|
2021-08-13 11:44:04 -07:00 |
|
pyth0n1c
|
57d21063df
|
Printing out the whole github ref.
|
2021-08-13 11:37:05 -07:00 |
|
research bot
|
da0f66af49
|
updating docs and package bits [ci skip]
|
2021-08-13 18:21:57 +00:00 |
|
pyth0n1c
|
40bd17d958
|
Merge branch 'develop' of https://github.com/pyth0n1c/security_content into develop
|
2021-08-13 10:54:22 -07:00 |
|
pyth0n1c
|
4528e9a6fd
|
Was getting the tag the wrong way and it was coming up empty. Fixed. Running again.
|
2021-08-13 10:54:18 -07:00 |
|
research bot
|
c5a3cc35a5
|
updating docs and package bits [ci skip]
|
2021-08-13 17:37:57 +00:00 |
|
pyth0n1c
|
3ec453f768
|
Merge branch 'develop' of https://github.com/pyth0n1c/security_content into develop
|
2021-08-13 10:08:01 -07:00 |
|
pyth0n1c
|
94f0b4b329
|
Fixed the naming of the release artifacts with the proper GitHub Actions Variable.
|
2021-08-13 10:07:52 -07:00 |
|
research bot
|
2ae9056412
|
updating docs and package bits [ci skip]
|
2021-08-13 16:39:00 +00:00 |
|
pyth0n1c
|
e6388bd1e5
|
Merge branch 'develop' of https://github.com/pyth0n1c/security_content into develop
|
2021-08-13 09:08:47 -07:00 |
|
pyth0n1c
|
ff9ee4c7c9
|
Fixed appinspect report.tar.gz path.
|
2021-08-13 09:08:02 -07:00 |
|
research bot
|
02e8b46f11
|
updating docs and package bits [ci skip]
|
2021-08-13 00:24:55 +00:00 |
|
pyth0n1c
|
13e6f885d6
|
Fixing the path for the appinspect report one last time.
|
2021-08-12 16:54:23 -07:00 |
|
pyth0n1c
|
6c427d9f7c
|
Wrong path for report.tar.gz
|
2021-08-12 16:27:43 -07:00 |
|
pyth0n1c
|
9fb490a816
|
Intentionally ignore one of the pieces of feedback from semgrep (not validating TLS Certificate) because it is a service running locally.
|
2021-08-12 15:57:02 -07:00 |
|
pyth0n1c
|
7ba36644bf
|
As suggested by semgrep: Replaced a call to os.system with a call to subprocess.call. Fixed csv quoting to QUOTE_ALL in one of the files that was missed.
|
2021-08-12 15:31:36 -07:00 |
|
pyth0n1c
|
c0107fde5e
|
Fixed other semgrep recommendations - for certain uses of urllib (getting content from a dynamic URI/URL), use the python requests library instead.
|
2021-08-12 15:07:27 -07:00 |
|
pyth0n1c
|
54bde203c3
|
Changed QUOTE_MINIMAL to QUOTE_ALL in Python CSV Writer calls in response to semgrep recommendations.
|
2021-08-12 14:04:26 -07:00 |
|
pyth0n1c
|
6f938863e7
|
validate caught a syntax error in one of the python files.
|
2021-08-12 13:48:32 -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
|
88b2a47a4c
|
Converted humvee md5 check to sha256 check for increased integrity in response to semgrep recommendation.
|
2021-08-12 13:35:18 -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 |
|
pyth0n1c
|
9d32f23bbc
|
Removed a large block of commented out code.
|
2021-08-12 13:04:16 -07:00 |
|
pyth0n1c
|
6d100dbcc9
|
Uploading additional release artifacts. Moved away from ghr and to an action designed for attaching github release artifacts. This will only run for tagged releases.
|
2021-08-12 13:03:15 -07:00 |
|
pyth0n1c
|
1cf0f63d8f
|
Merge branch 'develop' of https://github.com/pyth0n1c/security_content into develop
|
2021-08-12 12:20:08 -07:00 |
|
pyth0n1c
|
a875e38d08
|
Renamed a store_artifacts step
|
2021-08-12 12:20:02 -07:00 |
|
pyth0n1c
|
4a94db95c2
|
Turned off file output from semgrep - current bug prevents anything from being written. it is okay when it is writted to stdout.
|
2021-08-12 10:18:22 -07:00 |
|
pyth0n1c
|
3f23ca062b
|
Merge branch 'splunk:develop' into develop
|
2021-08-12 09:31:19 -07:00 |
|
tccontre
|
c8d21347b1
|
Merge pull request #1549 from splunk/icedid
icedid
|
2021-08-12 10:59:31 +02:00 |
|
tccontre
|
dcfab01e14
|
icedid
|
2021-08-12 09:25:43 +02:00 |
|
github-actions[bot]
|
f078e35f81
|
Branch was auto-updated.
|
2021-08-11 19:35:37 +00:00 |
|
Michael Haag
|
c84a3b3b25
|
Merge pull request #1555 from splunk/blackbolt_1
duplicate
|
2021-08-11 13:35:12 -06:00 |
|
patel-bhavin
|
9f71b88e6c
|
duplicate
|
2021-08-11 11:24:14 -07:00 |
|
pyth0n1c
|
779c45abc5
|
Merge branch 'develop' of https://github.com/pyth0n1c/security_content into develop
|
2021-08-10 12:59:05 -07:00 |
|
research bot
|
932f368332
|
updating docs and package bits [ci skip]
|
2021-08-10 19:06:43 +00:00 |
|
pyth0n1c
|
f2fa2bf079
|
Apparently, unless specified otherwise, exit returns most recent return code. Explicitly have it return 0 on success.
|
2021-08-10 11:56:02 -07:00 |
|
pyth0n1c
|
e8b49a3228
|
Better, more verbose tag checking for all the yml
|
2021-08-10 11:53:38 -07:00 |
|
pyth0n1c
|
67c4c1fdb2
|
More verbose tag checking.
|
2021-08-10 11:51:30 -07:00 |
|
pyth0n1c
|
9c22253318
|
Adding the tag check to the semgrep.yml. Printing our the GITHUB_REF before checking it, because we seem to be failing for some reason on regular pushes.
|
2021-08-10 11:45:57 -07:00 |
|