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

password shouldn't show up in report for application missing encryption #284

Closed
cfabianski opened this issue Dec 17, 2022 · 0 comments · Fixed by #295
Closed

password shouldn't show up in report for application missing encryption #284

cfabianski opened this issue Dec 17, 2022 · 0 comments · Fixed by #295
Assignees
Labels
bug Something isn't working

Comments

@cfabianski
Copy link
Collaborator

Description

We should filter out the data category passwords from showing up in application missing encryption policy.

Expected Behavior

Considering the table below, you should not see an alert for password missing application encryption

CREATE TABLE public.users (
  -- ...
  first_name character varying,
  password character varying,
  -- ...
)

Actual Behavior

You see an alert

@cfabianski cfabianski added the bug Something isn't working label Dec 17, 2022
@spdawson spdawson self-assigned this Dec 19, 2022
spdawson added a commit that referenced this issue Dec 19, 2022
We should not report policy violations for the "Password" data
category, for the application-level encryption missing policy.

Fixes #284
spdawson added a commit that referenced this issue Dec 20, 2022
We should not report policy violations for the "Password" data
category, for the application-level encryption missing policy.

Fixes #284
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants