-
Notifications
You must be signed in to change notification settings - Fork 317
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
RPKI endpoint returns invalid JSON on some ASNs #683
Comments
Thanks for submitting the report! It seems like the AS name is updated on RIPE DB as well as showing up on Cloudflare Radar. Could you help verify that the query returns correct ASN and names now? |
Hi, yes it got fixed a while ago, but still, I feel like the backend should never return an invalid JSON payload in any condition, that feels deeply wrong :) |
Oh and also I noticed a really strange thing, looks like the security & attack dashboard is showing bogus data, not only it is showing a seemingly random percentage of network layer attacks coming from what is essentially my home network consisting of a few android devices and a raspberry pi hosting jellyfin, it is also showing data up until January 2023, even if the AS was created on 2023-04-25. It seems like it's just showing randomly generated numbers, that doesn't seem right :) |
Hey @danog The issue is fixed now, and thanks for reporting it |
Thank you, awesome! |
I'm also running into this issue, from behind AS30690 I'm receiving the same invalid JSON response which causes an error to be displayed instead of test results: The ASN does show up correctly on Radar and of course is reflected in ARIN records. |
Hey @FrostTheFox and @danog i've pushed a fix to |
It's valid on my end now! :) |
My issue got already fixed several months ago, probably due to the propagation of some entry in some database, so I can't really check if the issue is still there without creating a new AS :) |
For example, when running
curl -6 https://valid.rpki.cloudflare.com/bc66fd0d2
from my AS198747, the following invalid JSON payload is returned:Not quite sure as to why the AS name isn't picked up from the RIPE database entry, but either way that field should contain at least
null
, notundefined
, as that's invalid JSON that causes a generic error when running the test.The text was updated successfully, but these errors were encountered: