Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions scripts/oracle.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1217,6 +1217,11 @@ const SURVEY_ONLY_ENTRIES = new Set([
"stdnum-js:is_.kennitala",
"stdnum-js:ie.pps",
"stdnum-js:se.personnummer",
// stdnum-js rejects birth dates after the current
// wall-clock date. Our deterministic component
// validation and python-stdnum accept every valid
// calendar date, so this is not an equivalent gate.
"stdnum-js:no.fodselsnummer",
// stdnum-js validatePerson("NL", ...) also runs the
// Onderwijsnummer validator, so it accepts values
// that are not valid BSNs.
Expand Down
Loading