RustScan has an accessible mode, rustscan --accessible which should promise not to have any weird ASCII text in it.
Write CI that runs RustScan with --accessiblea few times, with different flags / options and check the terminal output to see if it contains one of these:
[!]
[~]
[>]
| {}
If any of these characters appear in any of the tests, fail the CI. Else, pass the CI.
This is a hacktoberfest issue if you want it 💖 and we're available in Discord or over GitHub to talk 😄
The text was updated successfully, but these errors were encountered:
Issue-Label Bot is automatically applying the label feature_request to this issue, with a confidence of 0.83. Please mark this comment with 👍 or 👎 to give our bot feedback!
Would this be better to make as a test that would fail if one of these outputs is found, thus causing the cargo test invocation in the CI action to fail?
RustScan has an accessible mode,
rustscan --accessible
which should promise not to have any weird ASCII text in it.Write CI that runs RustScan with
--accessible
a few times, with different flags / options and check the terminal output to see if it contains one of these:[!]
[~]
[>]
| {}
If any of these characters appear in any of the tests, fail the CI. Else, pass the CI.
This is a hacktoberfest issue if you want it💖 and we're available in Discord or over GitHub to talk 😄
The text was updated successfully, but these errors were encountered: