Open gflohr opened 1 year ago
Perl (more probably JavaScript::Duktape::XS) segfaults, if the JSON schema of Qgoda contains this error:
additionalProperties => "false",
Note the string "false" instead of the keyword false.
"false"
false
This is, of course, rather a bug in Duktape than in Qgoda. The issue here is merely a reminder.
Perl (more probably JavaScript::Duktape::XS) segfaults, if the JSON schema of Qgoda contains this error:
Note the string
"false"
instead of the keywordfalse
.