patel-bhavin
932b49ccfd
fixes to validate
2023-04-17 16:06:37 -07:00
patel-bhavin
fc34672ca4
updates to ymls
2023-04-17 15:23:53 -07:00
patel-bhavin
4a9ce12739
adding risk=other to all configs
2023-04-17 15:00:26 -07:00
P4T12ICK
a7394535c6
updated detections
2023-03-30 10:30:26 +02:00
P4T12ICK
a322f0119a
updated srs detections
2023-03-27 11:04:52 +02:00
P4T12ICK
3641d0cff0
merged with develop
2023-03-16 09:45:09 +01:00
P4T12ICK
153b2d44ae
merged with develop
2023-03-16 09:44:35 +01:00
P4T12ICK
5316ece6e0
improvements ssa detections
2023-03-15 20:54:59 +01:00
P4T12ICK
517ab37092
improved sigma converter
2023-03-07 11:27:12 +01:00
P4T12ICK
684cad0ff9
update sigma ba conversion
2023-03-06 11:26:51 +01:00
P4T12ICK
2861d04434
merged with ba ocsf work
2023-03-03 13:28:14 +01:00
P4T12ICK
78909f6429
merged with develop
2023-03-03 12:40:16 +01:00
P4T12ICK
43c92975d5
Converted SSA detection to OCSF
2023-03-02 08:31:22 +01:00
P4T12ICK
d115bfd4e0
converted ssa detections to ocsf
2023-02-28 12:00:16 +01:00
P4T12ICK
768258a237
updates
2023-02-24 14:51:15 +01:00
P4T12ICK
f3841eb846
updates for testing
2023-02-24 13:54:13 +01:00
P4T12ICK
edb111c9b9
update
2023-02-17 17:53:51 +01:00
P4T12ICK
8cc5b11302
update
2023-02-17 17:29:50 +01:00
P4T12ICK
ecf25b566f
updates
2023-02-17 17:21:55 +01:00
P4T12ICK
5ced9e1a1e
update
2023-02-17 12:03:33 +01:00
patel-bhavin
b12011f0d7
remove observables from annnotations
2023-02-13 11:01:35 -08:00
P4T12ICK
58c6987122
update finding report generation
2023-01-30 14:08:14 +01:00
P4T12ICK
a1bc51a4e8
ocsf ba
2023-01-26 16:12:24 +01:00
P4T12ICK
b352a1418e
add new deployment functionality
2023-01-04 13:37:44 +01:00
P4T12ICK
5ae53c9368
Migrated all detections to v4
2023-01-03 13:42:10 +01:00
P4T12ICK
524766e532
updated detections
2022-12-22 17:18:19 +01:00
P4T12ICK
b0543d4749
updated
2022-12-01 14:49:32 +01:00
P4T12ICK
0b97fd423e
fixed bug TR-2687
2022-12-01 14:34:23 +01:00
pyth0n1c
7056578d21
Fix generate API. Also, return nonzero error
...
code when contentctl action raises an
uncaught error
2022-10-13 10:08:12 -07:00
pyth0n1c
23b140e8e6
A few more changes in the story builder to get references working properly.
2022-09-15 17:18:50 -07:00
pyth0n1c
c8a7c61b74
Changes to apss the name of the app to the story builder, since it is required for generate.
2022-09-15 16:26:34 -07:00
Lou Stella
bc331db06c
Print error instead of bailing out on enrichment failure
2022-08-16 11:04:24 -05:00
pyth0n1c
236f0ce71f
Branch was auto-updated.
2022-07-19 12:36:12 -07:00
pyth0n1c
1cdfb1916f
Fixed paths in content generation to use the input path instead of hardcoded relative paths.
2022-07-15 08:02:17 -07:00
pyth0n1c
0c41f0a2f8
Branch was auto-updated.
2022-07-07 17:08:03 -07:00
pyth0n1c
8ed9372401
On CVESearch API failure, added a
...
brief sleep to allow the API to
begin working again before trying
to resolve it again.
2022-07-07 14:40:39 -07:00
pyth0n1c
80af56d397
Fixing the rare case where enrichment fails
...
due to CVESearch API failure, causing the
entire workflow to fail. Now, we will retry
enrichment up to a total of 3 times. This should
virtually eliminate all CVE Enrichment failures.
If they do still occur, we will receive a
descriptive message indicating why there was
a failure instead of the cryptic message
that we were getting before.
2022-07-07 14:33:57 -07:00
pyth0n1c
52abbc9408
Changing enrichment failures from
...
error prints to error prints AND
failures.
2022-06-30 15:47:29 -07:00
pyth0n1c
45736b5ed7
Updated CI/CD Workflow and
...
python code in contentctl so that
progress update are not output
when running in CICD environment.
Outputting all of this data
causes thousands of lines of output
logs to be generated in CICD.
This info is only relevant when
running locally in a tty.
2022-06-30 10:52:00 -07:00
pyth0n1c
8b7f7d20eb
in-memory optimization for fetching CVE enrichment and app enrichment, even if skip_enrichment or cached_and_offline are disabled.
2022-06-29 16:53:17 -07:00
pyth0n1c
5eda0215e4
Branch was auto-updated.
2022-06-29 12:59:29 -07:00
patel-bhavin
bb3a73b0dd
array
2022-06-27 15:26:45 -07:00
patel-bhavin
5c1e44eb32
adding more technologieas
2022-06-27 13:49:44 -07:00
patel-bhavin
d5ab2bd9c8
CI
2022-06-24 14:42:57 -07:00
patel-bhavin
690021590a
add MS windows
2022-06-24 14:30:58 -07:00
patel-bhavin
e92699f315
st
2022-06-24 14:27:27 -07:00
pyth0n1c
d40ca09d61
Merged develop into content_changer_improvements to resolve merge conflict. this was making it impossible to merge the PR in the GitHub Interface.
2022-06-23 14:19:17 -07:00
pyth0n1c
a74ebee88f
Added the --skip_enrichment option to the
...
contentctl tool. This can save a huge amount
of time when generating an app. Also
added a progress meter when the documentation
is being generated. Finally, correctly initialized
the default values of some class member fields
in order to get all the contentctl steps working.
2022-06-22 13:44:17 -07:00
Danny Leung
84420a1912
PEX-76: fix the detections obj to include the J2 docs fields
2022-06-06 15:01:26 -07:00
Danny Leung
518251e8c8
PEX-76: add back the detection_names obj
2022-06-06 09:51:16 -07:00