hauchongtang / pe

0 stars 0 forks source link

Remark command does not handle Integer overflow situation #5

Open hauchongtang opened 1 year ago

hauchongtang commented 1 year ago

Steps to replicate

  1. Run your app
  2. Run command remark 99999999999999999999999999999999999999999999999999999999999999999999999999 testremark
  3. Observe that the CommandResult is not what is expected.

Expected

image.png

Actual

image.png

soc-se-bot commented 1 year ago

Team's Response

Thanks for stress testing our application. However, stated in the CS2103T website, deliberate sabotage to create problems is not counted as a bug. Stated in the second bullet point, bugs related to integer overflow should not be considered a bug. The input that you have used in the second screen shot is an integer overflow bug. Unfortunately, we have to reject it.

image.png

Items for the Tester to Verify

:question: Issue response

Team chose [response.Rejected]

Reason for disagreement: [replace this with your explanation]