Skip to content
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

Domain improperly extended during changes vs ROLIE feed checks #610

Open
JanHoefelmeyer opened this issue Jan 22, 2025 · 0 comments
Open

Comments

@JanHoefelmeyer
Copy link
Contributor

JanHoefelmeyer commented Jan 22, 2025

The same domain can often be referenced to via different strings.

These should be handled the same, but are not in regards to checking whether the files within the ROLIE feed and the changes.csv are identical.

For example, using the localhost setup created via the setup scripts, creating an accurate changes.csv, the tests using "localhost", "127.0.0.1" or the direct "localhost/.well-known/csaf/provider-metadata.json" will fail, e.g. with the error messages

(In 13: )"https://localhost:8443/.well-known/csaf/white/2021/rhsa-2021_5217.json in ROLIE, not in changes.csv"
(In 15:) "https://csaf.data.security.localhost/.well-known/csaf/white/2021/rhsa-2021_5217.json not in ROLIE, in changes.csv"

Using the domain "localhost:8443" however will pass the test as expected.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant