Skip to content

Add hasUnmodestImage and isPotentiallyDangerous parameters#10

Merged
kdroidFilter merged 3 commits intomasterfrom
dev
May 19, 2025
Merged

Add hasUnmodestImage and isPotentiallyDangerous parameters#10
kdroidFilter merged 3 commits intomasterfrom
dev

Conversation

@kdroidFilter
Copy link
Copy Markdown
Owner

Description

This pull request introduces two new properties to the AppPolicy interface and its implementations: hasUnmodestImage and isPotentiallyDangerous. These properties enhance app filtering and classification by enabling the marking of policies with specific content or risk warnings.

Key updates include:

  • hasUnmodestImage: A property to handle image-related policies, defaulting to false.
  • isPotentiallyDangerous: A property to classify potentially risky app policies.

Both properties are implemented across ModeBasedPolicy, MultiModePolicy, and FixedPolicy. Examples demonstrating appropriate usage are also included.

Introduce a new `hasUnmodestImage` property in the `AppPolicy` interface and implement it across all policy types (`ModeBasedPolicy`, `MultiModePolicy`, `FixedPolicy`). This property defaults to `false` and enhances the flexibility of handling image-related policies.
This update introduces a new `isPotentiallyDangerous` property to the `AppPolicy` interface and its implementations (`ModeBasedPolicy`, `MultiModePolicy`, and `FixedPolicy`). It allows for marking policies that may pose potential risks, enhancing classification capabilities.
Introduce `hasUnmodestImage` and `isPotentiallyDangerous` flags to enhance app filtering and user awareness. These flags restrict app access by default unless users acknowledge and accept the associated risks. Included examples demonstrate proper usage scenarios.
@kdroidFilter kdroidFilter changed the title Add Add hasUnmodestImage and isPotentiallyDangerous parameters May 19, 2025
@kdroidFilter kdroidFilter merged commit 95f6e58 into master May 19, 2025
1 check passed
@kdroidFilter kdroidFilter deleted the dev branch May 23, 2025 08:28
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

Successfully merging this pull request may close these issues.

1 participant