nknguyenhc / pe

0 stars 0 forks source link

Lack of protection for `config.json` #6

Open nknguyenhc opened 11 months ago

nknguyenhc commented 11 months ago

When the content of the config file config.json is as follows:

{
  "logLevel" : "INFO",
  "userPrefsFilePath" : null
}

The jar file refuses to launch.

image.png

This is likely due to an unhandled NullPointerException.

nus-se-script commented 11 months ago

Team's Response

There is no need for the user to touch the file, unlike the jobfestgo.json data file where the user may want to manually edit data, thus we define this as Not In Scope.

Items for the Tester to Verify

:question: Issue response

Team chose [response.NotInScope]

Reason for disagreement: [replace this with your explanation]