personnummer 0.0.7

1 security vulnerability found in version 0.0.7

Validation bypass vulnerability

low severity GHSA-vp9c-fpxx-744v
low severity GHSA-vp9c-fpxx-744v
Patched versions: >= 1.3.1

Impact

This vulnerability impacts users who rely on the last four digits of personnummer to be a real personnummer.

Workaround

The issue arises from the regular expression allowing the first three digits in the last four digits of the personnummer to be 000, which is invalid. To mitigate this without upgrading, a check on the last four digits can be made to make sure it's not 000x.

No officially reported memory leakage issues detected.


This gem version does not have any officially reported memory leaked issues.

Author did not declare license for this gem in the gemspec.


This gem version has a MIT license in the source code, however it was not declared in the gemspec file.

This gem version is available.


This gem version has not been yanked and is still available for usage.