suppression Questions
4
Solved
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 owaspDependencyCheckSupp...
Chili asked 1/10, 2021 at 10:54
3
Solved
I'm executing some SQL statements in batch (using the mysql command-line binary). I want one of my several SELECT statements to not print the column headers, just the selected records. Is this poss...
Gratitude asked 19/4, 2013 at 9:30
3
Does any one of you know a way I'd be able to suppress e.g. CA2000 for an entire solution?
I'm thinking of something like a GlobalSuppressions class with the following line of code:
[assembly: Su...
Bluma asked 10/4, 2018 at 23:58
1
Solved
I recently upgraded maxima from 5.41.0 to 5.43.2 and it broke my code. I could not find a solution that works in both versions the same way. Here is the simplified command line example I am executi...
Barnard asked 3/5, 2020 at 20:49
3
Solved
In the documentation at IPython Tips & Tricks, it says to put a semicolon (;) at the end of a command to suppress its output. This does not seem to work in my case as even a
print('Hello');
ou...
Inquisition asked 21/9, 2011 at 13:41
4
I have an SSRS report
where the date should be grouped by project category
the project code in the category is repeating in side the group how do I suppress the value
Please help me to get an idea...
Vergeboard asked 4/12, 2008 at 21:14
1
Solved
I have come across a troubling situation where I expect Java to complain (via an IllegalArgumentException from Throwable.addSuppressed) about throwing the same exception twice, once from within a t...
Josiejosler asked 1/9, 2014 at 2:50
4
Solved
Whenever I call my logger in a method, e.g.
_logger.Debug("Connecting to database...");
I get the warning:
CA1303 : Microsoft.Globalization:
Method 'Database.Connect()' passes a literal
strin...
Maddox asked 26/3, 2012 at 12:12
1
I know that it is possible to mock a single enum(using How to mock an enum singleton class using Mockito/Powermock?), but I have like 1000 of enum values and they can call 5 different constructors....
Ilowell asked 12/3, 2014 at 8:55
5
Solved
On simple forms with one text box pressing enter submits the form (and this is great for easy search forms)
However on a form with multiple fields, pressing Enter in an input="text" box won't do a...
Kenneth asked 4/6, 2009 at 19:10
1
Solved
I'm trying to use suppression filter but an unexpected error occurs.
Following is an error message.
"cannot initialize module
SuppressionFilter - Cannot set property 'file' in module SuppressionF...
Sheepskin asked 24/7, 2013 at 8:0
2
Solved
Lets say I am using a library that uses glibc. When I exit the program while running it through Valgrind all sorts of memory leaks are detected by Valgrind. I am 100% sure that none of the leaks ar...
Solorzano asked 14/8, 2011 at 0:30
1
Solved
I am using valgrind to detect memory leaks.
the output from valgrind is generated by command
valgrind -v --leak-check=full ../spython test.py 2>/tmp/log
in fact, my program is a highly simpli...
Surrebutter asked 30/5, 2012 at 13:32
2
Solved
I'm using Visual Studio 2010 Ultimate, and it seems that I cannot suppress warnings in the way I used in VS2008.
My project is in C#, and when I right click a warning in the "Error List" window (...
Pizarro asked 1/9, 2010 at 10:30
7
Solved
I am having an issue with the Microsoft Visual Sourcesafe command line options that I'm hoping someone has run across and can assist me with.
I have the following line in a DOS batch file.
"c:\P...
Sucrose asked 12/3, 2009 at 13:6
1
Solved
Possible Duplicate:
How to disable a particular checkstyle rule for a particular line of code?
In turning off Checkstyle for a segment of code, is there a syntax that would suppress o...
Riendeau asked 14/4, 2010 at 18:44
1
Solved
FxCop has a rule (CA1726) that checks for preferred terms. This looks for words like "Dont" and tells you to replace them with better words like "Do not". Generally this is fine, however one of the...
Anywise asked 11/2, 2009 at 11:33
3
Solved
In a project I'm working on FxCop shows me lots of (and I mean more than 400) errors on the InitializeComponent() methods generated by the Windows Forms designer. Most of those errors are just the ...
Bomb asked 30/8, 2008 at 1:29
1
© 2022 - 2024 — McMap. All rights reserved.