-
Notifications
You must be signed in to change notification settings - Fork 6
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
publish docs for New Asset Sim filter api for spot security #712
base: master
Are you sure you want to change the base?
publish docs for New Asset Sim filter api for spot security #712
Conversation
@@ -0,0 +1,34 @@ | |||
description: "The number of neighboring assets affected by the finding.\n <br>\n | |||
\ Enter either a number or prefix it with one of the following operators.\n |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
as we discussed the last time, all the following operators. >> these operators:.
this needs to be done for all instances of this text in all files.
@@ -0,0 +1,34 @@ | |||
description: "The number of neighboring assets affected by the finding.\n <br>\n |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
what's neighboring?
\ Enter either a number or prefix it with one of the following operators.\n | ||
\ <table>\n <tr>\n <th>Operator</th>\n <th>Notation</th>\n | ||
\ <th>Example</th>\n </tr>\n <tr>\n <td>Equals</td>\n | ||
\ <td>No prefix or optionally \\~eq\\~</td>\n <td>10 or \\~eq\\~10</td>\n |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
for all instances of optionally in all files, change it to:
No prefix or \eq\
\ </tr>\n <tr>\n <td>Less than</td>\n <td>\\~lt\\~</td>\n | ||
\ <td>\\~lt\\~10</td>\n </tr>\n <tr>\n <td>Less than | ||
equals</td>\n <td>\\~lte\\~</td>\n <td>\\~lte\\~10</td>\n </tr>\n | ||
\ <tr>\n <td>Between two ranges</td>\n <td>\\~bt\\~</td>\n <td>\\~bt\\~10,20</td>\n |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
in all instances in all files, change: Between two ranges >> Between two numbers
@@ -0,0 +1,34 @@ | |||
description: "Sum of vulnerabilities, misconfigurations, threats and anomalies\n <br>\n |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sum of all vulnerabilities, misconfigurations, threats, and anomalies.
add:
, before and
all
period at end of sentence
Jira Ticket
Include a link to your Jira Ticket
DOC-2682
Demo
Screen.Recording.2025-01-03.at.1.01.52.PM.mov
Checklist: