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

Add confidentiality property to WebSource #518

Closed
charphi opened this issue Jul 26, 2023 · 2 comments
Closed

Add confidentiality property to WebSource #518

charphi opened this issue Jul 26, 2023 · 2 comments
Labels
API enhancement New feature or request
Milestone

Comments

@charphi
Copy link
Member

charphi commented Jul 26, 2023

Some source might be processed differently if condidential.
For example:

  • it should not try to get a favicon because this could leak URLs to external services.
  • the cache could be disabled for very confidential data
  • the UI could give a visual clue about the confidentiality
  • the UI could prevent/warn some operations
@charphi charphi added enhancement New feature or request API labels Jul 26, 2023
@charphi
Copy link
Member Author

charphi commented Sep 10, 2024

Example:

enum Confidentiality { 
  PUBLIC,       // none, gray 
  UNRESTRICTED, // low, blue
  RESTRICTED,   // medium, yellow
  CONFIDENTIAL, // high, orange
  SECRET        // very high, red
}

@charphi charphi changed the title Add confidential property to SdmxWebSource Add confidentiality property to SdmxWebSource Sep 10, 2024
@charphi charphi added this to the 3.0.0-beta.14 milestone Sep 10, 2024
@charphi charphi changed the title Add confidentiality property to SdmxWebSource Add confidentiality property to WebSource Sep 10, 2024
@charphi
Copy link
Member Author

charphi commented Sep 11, 2024

Done in 1abd182

@charphi charphi closed this as completed Sep 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
API enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant