nus-cs2103-AY2223S1 / pe-dev-response

0 stars 0 forks source link

Remark command does not handle Integer overflow situation #1117

Open nus-pe-bot opened 1 year ago

nus-pe-bot 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


[original: nus-cs2103-AY2223S1/pe-interim#947] [original labels: type.FunctionalityBug severity.Low]

ElginL 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

Duplicate status (if any):

--