Skip to content
Open
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
224 changes: 12 additions & 212 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -354,156 +354,18 @@
"icon": "$(search)",
"enablement": "ast-results.isValidCredentials"
},
{
"command": "ast-results.filterNotExploitableActive",
"category": "ast-results",
"title": "✓ Filter: Not Exploitable",
"enablement": "ast-results.isValidCredentials && view == astResults"
},
{
"command": "ast-results.filterUrgentActive",
"category": "ast-results",
"title": "✓ Filter: Urgent",
"enablement": "ast-results.isValidCredentials && view == astResults"
},
{
"command": "ast-results.filterProposedActive",
"category": "ast-results",
"title": "✓ Filter: Proposed Not Exploitable",
"enablement": "ast-results.isValidCredentials && view == astResults"
},
{
"command": "ast-results.filterConfirmedActive",
"category": "ast-results",
"title": "✓ Filter: Confirmed",
"enablement": "ast-results.isValidCredentials && view == astResults"
},
{
"command": "ast-results.filterToConfirmActive",
"category": "ast-results",
"title": "✓ Filter: To Vonfirm",
"enablement": "ast-results.isValidCredentials && view == astResults"
},
{
"command": "ast-results.filterToVerifyActive",
"category": "ast-results",
"title": "✓ Filter: To Verify",
"enablement": "ast-results.isValidCredentials && view == astResults"
},
{
"command": "ast-results.filterNotIgnoredActive",
"category": "ast-results",
"title": "✓ Filter: Not Ignored",
"enablement": "ast-results.isValidCredentials && view == astResults"
},
{
"command": "ast-results.filterIgnoredActive",
"category": "ast-results",
"title": "✓ Filter: Ignored",
"enablement": "ast-results.isValidCredentials && view == astResults"
},
{
"command": "ast-results.filterNotExploitable",
"category": "ast-results",
"title": "­­­ ­­ ­ ­ ­Filter: Not Exploitable",
"enablement": "ast-results.isValidCredentials && view == astResults"
},
{
"command": "ast-results.filterUrgent",
"category": "ast-results",
"title": "­­­ ­­ ­ ­ ­Filter: Urgent",
"enablement": "ast-results.isValidCredentials && view == astResults"
},
{
"command": "ast-results.filterProposed",
"category": "ast-results",
"title": "­­­ ­­ ­ ­ ­Filter: Proposed Not Exploitable",
"enablement": "ast-results.isValidCredentials && view == astResults"
},
{
"command": "ast-results.filterConfirmed",
"category": "ast-results",
"title": "­­­ ­­ ­ ­ ­Filter: Confirmed",
"enablement": "ast-results.isValidCredentials && view == astResults"
},
{
"command": "ast-results.filterToConfirm",
"category": "ast-results",
"title": "­­­ ­­ ­ ­ ­Filter: To Confirm",
"enablement": "ast-results.isValidCredentials && view == astResults"
},
{
"command": "ast-results.filterToVerify",
"category": "ast-results",
"title": "­­­ ­­ ­ ­ ­Filter: To Verify",
"enablement": "ast-results.isValidCredentials && view == astResults"
},
{
"command": "ast-results.filterNotIgnored",
"category": "ast-results",
"title": "­­­ ­­ ­ ­ ­Filter: Not Ignored",
"enablement": "ast-results.isValidCredentials && view == astResults"
},
{
"command": "ast-results.filterIgnored",
"category": "ast-results",
"title": "­­­ ­­ ­ ­ ­Filter: Ignored",
"enablement": "ast-results.isValidCredentials && view == astResults"
},
{
"command": "ast-results.filterNotExploitables",
"category": "ast-results",
"title": "Filter: Not Exploitable",
"enablement": "ast-results.isValidCredentials"
},
{
"command": "ast-results.filterUrgents",
"category": "ast-results",
"title": "Filter: Urgent",
"enablement": "ast-results.isValidCredentials"
},
{
"command": "ast-results.filterProposeds",
"category": "ast-results",
"title": "Filter: Proposed Not Exploitable",
"enablement": "ast-results.isValidCredentials"
},
{
"command": "ast-results.filterConfirmeds",
"category": "ast-results",
"title": "Filter: Confirmed",
"enablement": "ast-results.isValidCredentials"
},
{
"command": "ast-results.filterToConfirms",
"category": "ast-results",
"title": "Filter: To Confirm",
"enablement": "ast-results.isValidCredentials"
},
{
"command": "ast-results.filterToVerifies",
"category": "ast-results",
"title": "Filter: To Verify",
"enablement": "ast-results.isValidCredentials"
},
{
"command": "ast-results.filterIgnoreds",
"category": "ast-results",
"title": "Filter: Ignored",
"enablement": "ast-results.isValidCredentials"
},
{
"command": "ast-results.filterNotIgnoreds",
"category": "ast-results",
"title": "Filter: Not Ignored",
"enablement": "ast-results.isValidCredentials"
},
{
"command": "ast-results.createSCAScan",
"category": "ast-results",
"title": "Run SCA Realtime Scan",
"icon": "$(notebook-execute)",
"enablement": "ast-results.isSCAScanEnabled"
},
{
"command": "ast-results.filterDynamic",
"title": "Filter",
"category": "ast-results",
"enablement": "ast-results.isValidCredentials && view == astResults"
}
],
"submenus": [
Expand All @@ -512,79 +374,17 @@
"label": "Filter",
"icon": "$(filter)",
"enablement": "ast-results.isValidCredentials"
},
{
"id": "ast-results.filterBy.items",
"label": "Filter Options"
}
],
"menus": {
"ast-results.filterBy": [
{
"command": "ast-results.filterNotExploitableActive",
"group": "navigation@3",
"when": "ast-results-NotExploitable"
},
{
"command": "ast-results.filterProposedActive",
"group": "navigation@5",
"when": "ast-results-Proposed"
},
{
"command": "ast-results.filterConfirmedActive",
"group": "navigation@1",
"when": "ast-results-Confirmed"
},
{
"command": "ast-results.filterToVerifyActive",
"group": "navigation@6",
"when": "ast-results-ToVerify"
},
{
"command": "ast-results.filterUrgentActive",
"group": "navigation@7",
"when": "ast-results-Urgent"
},
{
"command": "ast-results.filterNotIgnoredActive",
"group": "navigation@4",
"when": "ast-results-NotIgnored"
},
{
"command": "ast-results.filterIgnoredActive",
"group": "navigation@2",
"when": "ast-results-Ignored"
},
{
"command": "ast-results.filterNotExploitable",
"group": "navigation@3",
"when": "!ast-results-NotExploitable"
},
{
"command": "ast-results.filterProposed",
"group": "navigation@5",
"when": "!ast-results-Proposed"
},
{
"command": "ast-results.filterConfirmed",
"group": "navigation@1",
"when": "!ast-results-Confirmed"
},
{
"command": "ast-results.filterToVerify",
"group": "navigation@6",
"when": "!ast-results-ToVerify"
},
{
"command": "ast-results.filterUrgent",
"group": "navigation@7",
"when": "!ast-results-Urgent"
},
{
"command": "ast-results.filterNotIgnored",
"group": "navigation@4",
"when": "!ast-results-NotIgnored"
},
{
"command": "ast-results.filterIgnored",
"group": "navigation@2",
"when": "!ast-results-Ignored"
"command": "ast-results.filterDynamic",
"when": "ast-results.hasFilter"
}
],
"view/item/context": [
Expand Down
Loading
Loading