Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v1
with:
python-version: '3.x'
python-version: '3.11'
- name: Install tox
run: |
pip install tox==3.17.1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/style.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v1
with:
python-version: '3.x'
python-version: '3.11'
- name: Install tox
run: |
pip install tox==3.17.1
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
The intended audience of this file is for py42 consumers -- as such, changes that don't affect
how a consumer would use the library (e.g. adding unit tests, updating documentation, etc) are not captured here.

## Unreleased

### Deprecated

- All Incydr functionality is deprecated in Code42CLI. Use the Incydr SDK instead: https://developer.code42.com/

## 1.18.1 - 2025-01-08

## Changed
Expand Down
2 changes: 2 additions & 0 deletions docs/commands/alertrules.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
.. warning:: Incydr functionality is **deprecated**. Use the Incydr CLI instead.

.. click:: code42cli.cmds.alert_rules:alert_rules
:prog: alert-rules
:nested: full
2 changes: 2 additions & 0 deletions docs/commands/alerts.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
.. warning:: Incydr functionality is **deprecated**. Use the Incydr CLI instead.

.. click:: code42cli.cmds.alerts:alerts
:prog: alerts
:nested: full
2 changes: 2 additions & 0 deletions docs/commands/auditlogs.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
.. warning:: Incydr functionality is **deprecated**. Use the Incydr CLI instead.

.. click:: code42cli.cmds.auditlogs:audit_logs
:prog: audit-logs
:nested: full
2 changes: 2 additions & 0 deletions docs/commands/cases.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
.. warning:: Incydr functionality is **deprecated**. Use the Incydr CLI instead.

.. click:: code42cli.cmds.cases:cases
:prog: cases
:nested: full
4 changes: 1 addition & 3 deletions docs/commands/securitydata.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@
Security Data
*************

.. warning:: V1 file events, saved searches, and queries are **deprecated**.

See more information in the `Enable V2 File Events User Guide <../userguides/v2apis.html>`_.
.. warning:: Incydr functionality is **deprecated**. Use the Incydr CLI instead.

.. click:: code42cli.cmds.securitydata:security_data
:prog: security-data
Expand Down
2 changes: 2 additions & 0 deletions docs/commands/trustedactivities.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
.. warning:: Incydr functionality is **deprecated**. Use the Incydr CLI instead.

.. click:: code42cli.cmds.trustedactivities:trusted_activities
:prog: trusted-activities
:nested: full
2 changes: 2 additions & 0 deletions docs/commands/watchlists.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
.. warning:: Incydr functionality is **deprecated**. Use the Incydr CLI instead.

.. click:: code42cli.cmds.watchlists:watchlists
:prog: watchlists
:nested: full
12 changes: 0 additions & 12 deletions docs/guides.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,29 +8,17 @@

Get started with the Code42 command-line interface (CLI) <userguides/gettingstarted.md>
Configure a profile <userguides/profile.md>
Enable V2 File Events <userguides/v2apis.md>
Ingest data into a SIEM <userguides/siemexample.md>
Manage legal hold users <userguides/legalhold.md>
Clean up your environment by deactivating devices <userguides/deactivatedevices.md>
Write custom extension scripts using the Code42 CLI and Py42 <userguides/extensions.md>
Manage users <userguides/users.md>
Configure trusted activities <userguides/trustedactivities.md>
Configure alert rules <userguides/alertrules.md>
Add and manage cases <userguides/cases.md>
Perform bulk actions <userguides/bulkcommands.md>
Manage watchlist members <userguides/watchlists.md>
```

* [Get started with the Code42 command-line interface (CLI)](userguides/gettingstarted.md)
* [Configure a profile](userguides/profile.md)
* [Enable V2 File Events](userguides/v2apis.md)
* [Ingest data into a SIEM](userguides/siemexample.md)
* [Manage legal hold users](userguides/legalhold.md)
* [Clean up your environment by deactivating devices](userguides/deactivatedevices.md)
* [Write custom extension scripts using the Code42 CLI and Py42](userguides/extensions.md)
* [Manage users](userguides/users.md)
* [Configure trusted activities](userguides/trustedactivities.md)
* [Configure alert rules](userguides/alertrules.md)
* [Add and manage cases](userguides/cases.md)
* [Perform bulk actions](userguides/bulkcommands.md)
* [Manage watchlist members](userguides/watchlists.md)
110 changes: 0 additions & 110 deletions docs/userguides/alertrules.md

This file was deleted.

96 changes: 0 additions & 96 deletions docs/userguides/cases.md

This file was deleted.

Loading
Loading