Skip to main content
The 2024 Developer Survey results are live! See the results

Questions tagged [standards-compliance]

The tag has no usage guidance.

standards-compliance
0 votes
1 answer
58 views

Cleaning up inactive service principles in Azure Entra

I'm trying to (as the title suggests) clean up unused service principles in Azure entra as per the compliance, azure defender and advisor recommendations. This is a pre-cursor to me applying for ISO ...
War's user avatar
  • 8,604
0 votes
0 answers
29 views

Got PDFUAConformanceException while converting HTML to PDF using java Itext 8.0.4

PdfDocument pdfDoc = new PdfUADocument(new PdfWriter(dest), new PdfUAConfig(PdfUAConformanceLevel.PDFUA_1, "PDF", "en-US")); Got: com.itextpdf.pdfua.exceptions....
Lucky's user avatar
  • 7
0 votes
1 answer
55 views

Got font not embedded error while converting HTML to PDF with Conformance PDFUA using java iText 8.0.4

I am converting HTML to PDF with itext version 8.0.4, but I get the following exception: com.itextpdf.pdfua.exceptions.PDFUAConformanceException: Following font(s) are not embedded : Times-Roman I ...
Lucky's user avatar
  • 7
0 votes
0 answers
33 views

Is OSCAL suitable for automating compliance for private tenants in Public Clouds?

I am currently looking for a way to map controls automatically and also to be able to define variants of existing controls myself so that we can also map our own framework with NIST SP 800.53 and CIS ...
rsfeed's user avatar
  • 9
0 votes
0 answers
10 views

How do you manage non-automatable compliance and tasks in code reviews?

We all appreciate the utility of automated checks during code reviews, such as linting, type checking, or security scans. However, there are certain compliance requirements or tasks that can't easily ...
michaelecolley's user avatar
0 votes
1 answer
338 views

GCP Console error: System has not been booted with systemd as init system (PID 1). Can't operate. Failed to connect to bus: Host is down

I tired to run the command on GCP Shell " systemctl status cis-level1" to check the complaince status of my GCP enviornment with CIS benchmark and got the error in screenshot ![System has ...
Jaswant Jain's user avatar
0 votes
2 answers
489 views

CMake conformance mode for MSVC

I develop in Linux and I am trying to test the project with MSVC. Currently, I realize that MSVC is trying to compile the C++ project using the MSVC dialect of C++, and apparently, I have to force ...
alfC's user avatar
  • 15.6k
0 votes
1 answer
75 views

What is the jargon or area of study for this type of code (non-compliant, non-conforming)? [closed]

What is the technical jargon for a module/library that's considered bad because it strays from or changes standard behavior (especially implicitly)? For example, if I have module.js with the following ...
Joe Boris's user avatar
  • 507
0 votes
0 answers
77 views

Under which FPCR configuration ARM FP instructions conform to IEEE 754-2008 in AArch64 state?

A simple question: under which FPCR configuration ARM FP instructions conform to IEEE 754-2008? I suppose that IEEE 754-2008-conformirng FPCR configuration is: - AHP (Alternative half-precision ...
pmor's user avatar
  • 5,951
0 votes
2 answers
45 views

Newlines in HTTP

The HTTP 1.1 standard says that newlines are CRLF. However wget, lynx, and firefox, all accepts a response in UNIX format. Is it acceptable for a HTTP parser to simply skip all carriage returns in the ...
user877329's user avatar
  • 6,543
4 votes
2 answers
128 views

Is it possible to write a strictly conforming C program that outputs to the display?

According to ISO/IEC 9899:2017: A strictly conforming program shall use only those features of the language and library specified in this document. It shall not produce output dependent on any ...
Tux1's user avatar
  • 41
1 vote
1 answer
313 views

Azure Policy DeployIfNotExists fails to change values

I'm currently creating an Azure Policy that (is supposed to) deploys Microsoft Defender for Servers with Plan P1 if the current plan is different. Many subscriptions that I have currently have ...
Leonardo Tavares's user avatar
1 vote
0 answers
309 views

For NSCoding, which "Export Compliance Information" option I should select?

Upload new version of app on App store or for TestFlight. Will need to add "Missing Compliance" warning details. My app uses NSCoding, Which option I need to select from Apple "Export ...
RohitK's user avatar
  • 1,494
4 votes
0 answers
266 views

Which encryption algorithms does AWS Amplify use for iOs apps?

I am publishing my mobile app to the app store, it asks what type of encryption algorithm does my application uses and the options are: Encryption algorithms that are proprietary or not accepted as ...
JackLappa's user avatar
4 votes
0 answers
177 views

c16rtomb()/c32rtomb() locale-independent conversion?

C++11 introduced the c16rtomb()/c32rtomb() conversion functions, along with the inverse (mbrtoc16()/mbrtoc32()). c16rtomb() clearly states in the reference documentation here: The multibyte encoding ...
owacoder's user avatar
  • 4,873

15 30 50 per page
1
2 3 4 5
27