DigitalTrustCenter / sectxt

security.txt parser and validator
European Union Public License 1.2
17 stars 6 forks source link

Add error message byte order mark #62

Closed SanderKools-Ordina closed 11 months ago

SanderKools-Ordina commented 11 months ago

For issue #57 an error message has been added. If the byte order mark is present in the file it will continue to process the file without the BOM, but it will add an error to highlight that the file has the BOM present. For issue #60 we fixed the issue that it would override the line_no. Now it will never override the line number in the add_error function.