Page MenuHomeVyOS Platform

Cannot post bug report
Closed, WontfixPublicBUG

Description

Hello,

Sorry if this is in the wrong place - I'm not sure where else to post this.

When I attempt to post a bug report containing CLI syntax examples, I get blocked. I guess CloudFlare thinks I'm attempting to submit a SQL injection attack.

The CloudFlare Ray ID it generated is 943dd2f72888accf

In the meantime, is there a separate e-mail address I can send the text to so the task can be manually created here?

vyos-dev-blocked.png (980×1 px, 74 KB)

Details

Version
Issue Tracker
Is it a breaking change?
Unspecified (possibly destroys the router)
Issue type
Bug (incorrect behavior)

Event Timeline

If it helps - I was ultimately able to post my bug task after removing a long block of CLI output from nft as well as an external URL.

mykolaba triaged this task as High priority.Jun 4 2025, 9:30 AM

@mykolaba unfortunately, it's impossible because, according to our current Cloudflare plan, events are only available within the last 72 hours.

@evgbondarenko

If it helps with the investigation, the bug report in question is T7482. I had to trim the text down quite a bit for the Task Tracker to allow me to create it.

The original version I was trying to submit contained longer CLI output from commands like conntrack -E and sudo nft list table vyos_conntrack

I don't know exactly what triggered it, but I think the conntrack -E output might be the culprit because it contains words like NEW and UPDATE in square brackets. And I'm guessing CloudFlare mistakenly interpreted those as a malicious attempt to inject a SQL statement.

Trimming down the firewall output from nft list helped too. Instead of including the entire output, I only included the relevant section containing the firewall chains with updated counters.

You might try creating demo bug reports with CLI outputs from those commands I mentioned.

Hope this helps.