Skip to content

POC: PII with cds #135

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

Closed
wants to merge 1 commit into from
Closed

POC: PII with cds #135

wants to merge 1 commit into from

Conversation

mbaluda
Copy link
Contributor

@mbaluda mbaluda commented Jul 31, 2024

  • Extracts CDS files as XML from tree-sitter parse trees
  • Link CDS annotations in the existing PII query alert

- Extracts CDS files as XML from tree-sitter parse trees
- Link CDS annotations in the existing PII query alert
init() {
/* A sensitive info log sink. */

LOG.info("Received: ", Sample.name); // CAP log exposure alert

Check failure

Code scanning / CodeQL

Insertion of sensitive information into log files High test

Log entry depends on a
potentially sensitive
piece of information.
init() {
/* A sensitive info log sink. */

LOG.info("Received: ", Sample.name); // CAP log exposure alert

Check failure

Code scanning / CodeQL

Insertion of sensitive information into log files High test

Log entry depends on a potentially sensitive piece of information.
@mbaluda mbaluda self-assigned this Jul 31, 2024
@mbaluda mbaluda closed this Sep 19, 2024
@mbaluda mbaluda deleted the mbaluda/POC-pii-cds branch September 19, 2024 08:18
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