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

[Issue]: Reuse vulnerability ID when new vuln is added then deleted but not edited #186

Open
Alvin-JohnPagente opened this issue Sep 5, 2023 · 1 comment
Labels
improvement New feature or request low Low priority

Comments

@Alvin-JohnPagente
Copy link
Contributor

Issue Description

When creating a new vulnerability a sequential ID is automatically generated. If the vuln is deleted even without anything edited, the next new vulnerability ID will be 1+ the deleted ID. In this case, it could be better if the same ID was reused so it does not appear like a vuln was deleted (as implied by incrementing the ID)

Duplicate Steps

  1. Open ISRA
  2. Go to Vulnerabilities tab
  3. Click on Add, a new row will be added to the table
  4. Click the checkbox corresponding to the new row
  5. Click Delete, the row is removed
  6. Click Add, note the vuln ID is 1+ the last ID

Expected Results

this is not a bug but an improvement

Version Detected

1.1.0 (Default)

Attachments

No response

@CarlatThales CarlatThales added improvement New feature or request low Low priority labels Sep 5, 2023
@CarlatThales
Copy link
Contributor

Maybe difficult to implement. Postponed for now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
improvement New feature or request low Low priority
Projects
None yet
Development

No branches or pull requests

2 participants