kibana/packages/kbn-securitysolution-exception-list-components/index.ts
Kibana Machine 8139c7bafe
[8.x] [Security Solution][Event Filters] Warning callout for incomplete code signature entries (#193749) (#195184)
# Backport

This will backport the following commits from `main` to `8.x`:
- [[Security Solution][Event Filters] Warning callout for incomplete
code signature entries
(#193749)](https://github.com/elastic/kibana/pull/193749)

<!--- Backport version: 9.4.3 -->

### Questions ?
Please refer to the [Backport tool
documentation](https://github.com/sqren/backport)

<!--BACKPORT [{"author":{"name":"Candace
Park","email":"56409205+parkiino@users.noreply.github.com"},"sourceCommit":{"committedDate":"2024-10-04T06:26:39Z","message":"[Security
Solution][Event Filters] Warning callout for incomplete code signature
entries (#193749)\n\n## Summary\r\nNavigate to Security Solution >
Manage > Event Filters > Add Event\r\nFilter\r\n\r\n- [x] Warning
callout shown when code signature field is incomplete\r\n(i.e.
`process.code_signature.subject_name`
w/o\r\n`process.code_signature.trusted` or vice versa)\r\n- [x] For mac
operating systems, `process.code_signature.team_id` is\r\nalso accepted
as an equivalent to `subject_name`\r\n- [x] Warning callout is also
shown for nested entries for this code\r\nsignature field:
`process.Ext.code_signature`\r\n- [x] Unit Tests\r\n\r\n#
Screenshots\r\n\r\n![image](1392d7b2-0b63-40b8-95be-8a5bfa2e0af1)\r\n\r\nFollowup
prs: need to address user being allowed to choose the nested\r\nfield:
`process.Ext.code_signature` for a non-nested entry, need to\r\naddress
what happens when a user chooses `false` instead of true for
the\r\n`trusted` field option\r\n\r\n---------\r\n\r\nCo-authored-by:
kibanamachine
<42973632+kibanamachine@users.noreply.github.com>","sha":"61c9137a1eeb1548e1878110194abc173fe64724","branchLabelMapping":{"^v9.0.0$":"main","^v8.16.0$":"8.x","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","v9.0.0","Team:Defend
Workflows","backport:prev-minor","v8.16.0"],"title":"[Security
Solution][Event Filters] Warning callout for incomplete code signature
entries","number":193749,"url":"https://github.com/elastic/kibana/pull/193749","mergeCommit":{"message":"[Security
Solution][Event Filters] Warning callout for incomplete code signature
entries (#193749)\n\n## Summary\r\nNavigate to Security Solution >
Manage > Event Filters > Add Event\r\nFilter\r\n\r\n- [x] Warning
callout shown when code signature field is incomplete\r\n(i.e.
`process.code_signature.subject_name`
w/o\r\n`process.code_signature.trusted` or vice versa)\r\n- [x] For mac
operating systems, `process.code_signature.team_id` is\r\nalso accepted
as an equivalent to `subject_name`\r\n- [x] Warning callout is also
shown for nested entries for this code\r\nsignature field:
`process.Ext.code_signature`\r\n- [x] Unit Tests\r\n\r\n#
Screenshots\r\n\r\n![image](1392d7b2-0b63-40b8-95be-8a5bfa2e0af1)\r\n\r\nFollowup
prs: need to address user being allowed to choose the nested\r\nfield:
`process.Ext.code_signature` for a non-nested entry, need to\r\naddress
what happens when a user chooses `false` instead of true for
the\r\n`trusted` field option\r\n\r\n---------\r\n\r\nCo-authored-by:
kibanamachine
<42973632+kibanamachine@users.noreply.github.com>","sha":"61c9137a1eeb1548e1878110194abc173fe64724"}},"sourceBranch":"main","suggestedTargetBranches":["8.x"],"targetPullRequestStates":[{"branch":"main","label":"v9.0.0","branchLabelMappingKey":"^v9.0.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/193749","number":193749,"mergeCommit":{"message":"[Security
Solution][Event Filters] Warning callout for incomplete code signature
entries (#193749)\n\n## Summary\r\nNavigate to Security Solution >
Manage > Event Filters > Add Event\r\nFilter\r\n\r\n- [x] Warning
callout shown when code signature field is incomplete\r\n(i.e.
`process.code_signature.subject_name`
w/o\r\n`process.code_signature.trusted` or vice versa)\r\n- [x] For mac
operating systems, `process.code_signature.team_id` is\r\nalso accepted
as an equivalent to `subject_name`\r\n- [x] Warning callout is also
shown for nested entries for this code\r\nsignature field:
`process.Ext.code_signature`\r\n- [x] Unit Tests\r\n\r\n#
Screenshots\r\n\r\n![image](1392d7b2-0b63-40b8-95be-8a5bfa2e0af1)\r\n\r\nFollowup
prs: need to address user being allowed to choose the nested\r\nfield:
`process.Ext.code_signature` for a non-nested entry, need to\r\naddress
what happens when a user chooses `false` instead of true for
the\r\n`trusted` field option\r\n\r\n---------\r\n\r\nCo-authored-by:
kibanamachine
<42973632+kibanamachine@users.noreply.github.com>","sha":"61c9137a1eeb1548e1878110194abc173fe64724"}},{"branch":"8.x","label":"v8.16.0","branchLabelMappingKey":"^v8.16.0$","isSourceBranch":false,"state":"NOT_CREATED"}]}]
BACKPORT-->

Co-authored-by: Candace Park <56409205+parkiino@users.noreply.github.com>
2024-10-07 05:12:26 -05:00

22 lines
1 KiB
TypeScript

/*
* Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one
* or more contributor license agreements. Licensed under the "Elastic License
* 2.0", the "GNU Affero General Public License v3.0 only", and the "Server Side
* Public License v 1"; you may not use this file except in compliance with, at
* your election, the "Elastic License 2.0", the "GNU Affero General Public
* License v3.0 only", or the "Server Side Public License, v 1".
*/
export * from './src/search_bar';
export * from './src/empty_viewer_state';
export * from './src/pagination/pagination';
// export * from './src/exceptions_utility/exceptions_utility';
export * from './src/exception_items';
export * from './src/exception_item_card';
export * from './src/value_with_space_warning';
export * from './src/types';
export * from './src/list_header';
export * from './src/header_menu';
export * from './src/generate_linked_rules_menu_item';
export * from './src/wildcard_with_wrong_operator_callout';
export * from './src/partial_code_signature_callout';