Skip to content
This repository was archived by the owner on May 23, 2023. It is now read-only.
This repository was archived by the owner on May 23, 2023. It is now read-only.

[Feature]: Scan policy template management #247

@Bidaya0

Description

@Bidaya0

Preflight Checklist

  • I agree to follow the Code of Conduct that this project adheres to.
  • I have searched the issue tracker for an issue that matches the one I want to file, without success.

Problem Description

Existing scan policy templates can only be created and queried, but cannot be modified or deleted.

Proposed Solution

Specific work:

  • Add a single strategy acquisition interface
  • The existing list interface adds functions such as search and sorting
  • Configure the corresponding permission policy
  • Increase deletion, consider whether to adopt false deletion
  • Add modify interface

Points to consider:

  • Existing queries and additions are available to each user, and policy changes may require changes to existing business logic
  • Existing new creation is also available for all users
  • Need to consider existing interactions after new permission settings
  • When the scanning strategy is deleted, how to deal with the items that select the strategy

Alternatives Considered

No response

Additional Information

No response

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions