Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add threat signatures to admin view #2929

Merged
merged 2 commits into from
Oct 30, 2024
Merged

Add threat signatures to admin view #2929

merged 2 commits into from
Oct 30, 2024

Conversation

dholms
Copy link
Collaborator

@dholms dholms commented Oct 30, 2024

This is a relatively freeform field for attaching additional arbitrary threat signatures to a given admin view

"type": "object",
"required": ["property", "value"],
"properties": {
"property": { "type": "string" },
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The way I think of it, the threat signature has multiple properties, each of which has a name and a value. So I think of this as a name. But it's truly a bikeshed, all good either way.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yeah I see where you're coming from, but we already have stuff in entryway codebase around this naming convention and this isn't so far off that I wanna do DB migrations for it 😅

@dholms dholms merged commit 0158ab3 into main Oct 30, 2024
10 checks passed
@dholms dholms deleted the admin-view-threat-sig branch October 30, 2024 23:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants