-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
False positive on media types #54
Comments
Having locally built the tool (using the |
I'm also seeing this against other registries. |
For what it's worth, we're also seeing this as well -- it looks like the MediaTypes dataset is using the "name" attribute of each media type, pulling from the dataset located at https://www.iana.org/assignments/media-types/media-types.xml. For a standard HTML mime type, it looks like that "name" value is "html" instead of the valid MIME type "text/html" |
These false positives may be ignored using the config file in the v1.0.6 release . |
I don't think this is entirely the case, or to be more specific, I don't think it includes all error codes. I'm receiving the error code -12309, or to be more thorough:
even with the new configuration, which makes sense because -12309 isn't ignored. |
Thanks. We'll try to add this to this list. |
When running the tool against Aliyun, I am getting false positives for links with media types of "text/html" and "application/rdap+json".
The text was updated successfully, but these errors were encountered: