Skip to main content
AI Assist is now on Stack Overflow. Start a chat to get instant answers from across the network. Sign up to save and share your chats.
0 votes
0 answers
52 views

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 ...
Brandon Signorino's user avatar
1 vote
0 answers
134 views

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 ...
iRon's user avatar
  • 24.4k
2 votes
3 answers
97 views

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 ...
William's user avatar
  • 412
2 votes
4 answers
130 views

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 ...
William's user avatar
  • 412
1 vote
1 answer
142 views

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:...
Gita Android Learner's user avatar
3 votes
0 answers
632 views

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 ...
Adam K's user avatar
  • 31
2 votes
1 answer
642 views

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, ...
chuvz's user avatar
  • 31
1 vote
1 answer
178 views

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 ...
s_bklyn's user avatar
  • 87
1 vote
1 answer
148 views

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 ...
Ivan Ivlev's user avatar
7 votes
0 answers
611 views

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 ...
Soufiane Touil's user avatar
0 votes
1 answer
600 views

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::...
Lukas's user avatar
  • 3
0 votes
1 answer
3k views

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 ...
Aaron535's user avatar
8 votes
5 answers
27k views

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 ...
Johnny Alpha's user avatar
0 votes
1 answer
40 views

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 ...
Ben D's user avatar
  • 1
0 votes
0 answers
143 views

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[...
onflante's user avatar

15 30 50 per page
1
2 3 4 5