Questions tagged [standards-compliance]
400 questions
0
votes
0 answers
Suppress or delete findings & violations (security hub/config) for default created resources by control tower?
I deployed control tower in the ca-central-1 region and enabled security hub and aws config through a dedicated admin account (audit account provided by default via control tower).
I then enabled the following security standards:
PCI DSS v3.2.1
CIS…

kryogenic1
- 166
- 1
- 2
- 15
0
votes
1 answer
Do unsupported standard features affect conformance?
Context: C compilers deliberately do not support some features while being conforming implementations. Is it ok?
Some examples. All of the compilers down below are conforming implementations (__STDC__ is defined to 1). However:
gcc does not support…

pmor
- 5,392
- 4
- 17
- 36
0
votes
1 answer
Is there any C compiler able to detect the violation of a "strictly conforming program"?
Is there any C compiler able to detect* the violation of a "strictly conforming program"?
* under some option, for example, --accept-only-strictly-conforming-program
If no, then which tools to use to detect the violation of a "strictly conforming…

pmor
- 5,392
- 4
- 17
- 36
0
votes
1 answer
Accesibility Compliance Error on keyboard access
I'm trying to solve all the issues related to the 508 complianca and I'm struggling with on of them.
Verify the
element with "menu" role has keyboard access
How can I add keyboard access to don't see anymore that error ? I've been searching…

Avedis Maroukian
- 1,378
- 3
- 15
- 26
0
votes
1 answer
Is there any C compiler which defines both __STDC__ and __STDC_IEC_559__ to 1?
Is there any C compiler(s) which defines both __STDC__ and __STDC_IEC_559__ to 1?
If so, then which one(s)?
Reason of the question: as far as I can test (April 2021), none of the latest versions of popular C compilers (gcc, clang, msvc) define both…

pmor
- 5,392
- 4
- 17
- 36
0
votes
4 answers
Are there any compilers that IGNORE C++ standard about default inline functions?
C++ ISO standard says: "A function defined within a class definition is an inline function." *
Do you know about any compilers that IGNORE this rule?
Do you know about any compilers that WILL NOT put that 'inline suggestion' there?
(please do not…

id.psycho
- 21
- 3
0
votes
1 answer
If __STDC_IEC_559__ is not defined, then how to determine that FP (at least partially) conforms to IEEE 754?
If __STDC_IEC_559__ is not defined, then how to determine at compile time that FP implementation of a (unknown in advance) C compiler (at least partially) conforms to IEEE 754 and not to other FP standard / document?

pmor
- 5,392
- 4
- 17
- 36
0
votes
1 answer
Clarification regarding SOC-2 compliance in multiple locations
I am not sure if this is the right forum to ask this question.
We are a startup having customers in 4 different locations. Our customers are being served from cloud - hosted in 4 different data centers in different locations. We have a requirement…

Rakesh Goyal
- 3,117
- 8
- 39
- 69
0
votes
2 answers
Can I verify drivers, services and environment variables with Chef Infra on a Windows 10 platform?
I'm trying to verify Windows 10 consoles that MUST be exactly the same from a software standpoint. I plan to use Chef to facilitate this. Every aspect of the console must match its counterparts down to driver versions.

Brían Køch
- 1
- 1
0
votes
1 answer
Is there any Static Code Analysis Tool to verify API REST guidelines?
Thanks in advance for sharing your ideas and inputs.
We know there are many REST guidelines for API published these days. I use the below for internal code review.
https://github.com/Microsoft/api-guidelines/blob/master/Guidelines.md
Is there any…

Neel Sarvaiya
- 15
- 1
- 6
0
votes
1 answer
Does Amazon Web Services (AWS) support GDPR?
Which AWS services are GDPR ready? Can I build and run GDPR compliant applications on AWS?

Dennis Traub
- 50,557
- 7
- 93
- 108
0
votes
1 answer
How to run Cloud DLP (Data Loss Prevention) in all Big Query tables in my project?
As per the DLP docs, when you create an Inspect Job, you need to specify the table reference:
{
"inspectJob":{
"storageConfig":{
"bigQueryOptions":{
"tableReference":{
"projectId":"bigquery-public-data",
…

mesmacosta
- 466
- 3
- 10
0
votes
3 answers
JavaScript querySelectorAll escaping periods standards reference
In Blink bug 1045868 I reference that querySelectorAll isn't working with periods. The response I received was:
This is per spec. Selectors containing dots in identifiers need to be escaped, otherwise they are considered starts of class…

John
- 1
- 13
- 98
- 177
0
votes
2 answers
html5 conformance checker replaces my doctype
When I validate my web page, sometimes the conformance checker will validate the following random code instead of my web page.