72 questions
0 votes
0 answers
52 views
Elegantly suppressing aggregated data points in a clustered column chart representing fewer than a given 'n' of records
I have a fairly large (long) dataset that looks something like this... one record per individual response to each part of each question: ID breakdown_1 breakdown_2 question question_A_or_B value 1001 ...
1 vote
0 answers
134 views
Avoid PSScriptAnalyzer (self) suppression
Use case: We are running GitLab Code Quality reports in our pipeline based on the PSScriptAnalyzer results by translating the PSScriptAnalyzer severity results to a Code Quality severity. But it ...
2 votes
3 answers
97 views
R: Conditional suppression of values across multiple rows
This question is similar to this question, but the difference in this case is to suppress data row-wise. The suppression is done in each row by replacing any value less than 6 in each row with -1 ...
2 votes
4 answers
130 views
R: Conditional suppression of values across multiple columns
I have a huge data. I like to suppress data across multiple columns by replacing any value less than 6 in each column with -1 such that if in a column, there is only one suppressed value, I want to ...
1 vote
1 answer
142 views
Writing exclude configs for dependancy check
I am using https://github.com/dependency-check/dependency-check-gradle in my Android project. Where I want to exclude these dependencies ant-1.10.9.jar (pkg:maven/org.apache.ant/[email protected], cpe:2.3:a:...
3 votes
0 answers
632 views
OWASP Dependency check suppress doesn't work
I am trying to use owasp dependency check in gitlab-ci job using latest owasp docker image. Dependency check works well, but when I tried to add suppress xml file, it doesn't work - it doesn't ...
2 votes
1 answer
642 views
Valgrind: still reachable memory leaks found in dl-init.c. Are these real memory leaks?
Leak Summary I'm still new to valgrind and I don't have enough knowledge to evaluate this result. I was able to fix memory leaks in the past but the location of the leaks in my code were indicated, ...
1 vote
1 answer
178 views
Python - Complementary suppression of 2nd/lowest value row-wise
I'm working on a data suppression script in python where I need to 1) suppress small values (between 1 and 5) and 2) make sure that there are at least 2 values suppressed at the smallest level of ...
1 vote
1 answer
148 views
Valgrind relative paths in suppression file
Valgrind can generate suppression file, but it contains absolute paths to libraries by default. But I want to share this suppression file between multiple computers, my project may be stored on ...
7 votes
0 answers
611 views
Is it possible to add an entire domain to suppression list in SES?
I want to block users in my app from interacting with specific domains, so I added emails belonging to those domain to my AWS SES suppression lists, but my users keep create contacts of different ...
0 votes
1 answer
600 views
Supress misra warning with function instead of macro
I want to ask if there is a way to suppress misra warnings using a custom function without having to write \\ Misra Warning Suppression (always the same derivation) everywhere. I often use throw std::...
0 votes
1 answer
3k views
Please help me with this particular suppression error
I am trying to suppress certain vulnerabilities via a suppression.xml file. I am following the instructions of the assignment prompt by adding in the complete xml documentation to copy and paste into ...
8 votes
5 answers
27k views
OWASP Dependency check, how to use suppressions
I have a build in CI failing on a the OWASP dependency check. For example [HIGH] CVE-2021-37136 - io.netty:netty-codec-4.1.66.Final I understand I can add a suppression in ...
0 votes
1 answer
40 views
Suppression tool help. Need to know how to not delete a row if it is empty
So in my code I am deleting duplicates. The problem is some of my data has no entry's. because it deletes duplicates the ones with no entrys get deleted. The problem with this is I am running millions ...
0 votes
0 answers
143 views
Nonblocking ncurses: prevent stdout
what I am trying to do and the problem I am trying to use nonblocking ncurses getch() and output data to stdout. The problem is that cnurses also writes to stdout. It writes [?1l>[?1h=[17;1H[?1049l[...