Tagged Questions
The compliance tag has no wiki summary.
6
votes
1answer
106 views
Can screen readers for the blind handle tabbed browsing?
I am working on a site that has a lot of content that is displayed by clicking on tabs. Does anyone know if this is Section 508 compliant (specifically for blind users with a screen reader)? My main ...
5
votes
1answer
494 views
iPhone - Export compliance when outside the U.S
We're based outside the United States and want to submit an application using:
SSL to protect data in transit
Keychain for saving username and password on the device
"Security by obscurity" which ...
3
votes
1answer
31 views
Objective C iOS - App Store Submission - Export Compliance
I was getting ready to submit an app to the itunes connect page. I clicked on ready to upload binary and noticed this export compliance page.
In my app, the persistant storage uses a method where ...
3
votes
4answers
147 views
LGPL compatible with mobile devices?
I need a JSON library for JavaME and found this one. However, they have recently changed their license from the json.org license to LPGL.
Now, LGPL specifies that you must make it possible for your ...
3
votes
2answers
57 views
Is there an open source tool that searches your codebase for improperly used open source code?
Seems like there should be an Open Source tool that helps companies enforce OpenSource licensing compliance? The only open source tool we've been able to find only scans headers, it does not check ...
3
votes
3answers
1k views
Web site HIPAA compliance [closed]
Ok I got the concept of HIPAA. Thanks to all those who participated. But anybody has real experience on how to setup the website and programming. I am trying to implement this with .NET.
Is SSL ...
2
votes
1answer
97 views
jQuery XHTML Compliance
I am a little confused. I switched my content-type over to application/xhtml+xml on my server because I am using XHTML + some extra attributes (set with <!ATTLIST>). Since I did this, all hell ...
2
votes
2answers
41 views
Is it necessary to include both html and xml?
I am trying to be as compliant and Search engine satisfying as possible in my practices. Is it necessary to include both html and xml versions of your sitemap? An addition, Im familiar with styling ...
2
votes
1answer
279 views
Requirements to Comply with GPLv3 Licensed JavaScript Library
If I develop a website and use a JavaScript library with a GPLv3 license. I host the javascript library on our server and link to it in HTML. I will not modify the original javascript library source ...
1
vote
1answer
35 views
Protecting Sql Server Logs
We have recently undergone a security audit by a financial services client of ours and I now have a short list of a few additional security measures that they want put in place in our environment. We ...
1
vote
2answers
2k views
Set Java Compliance Level in CXF wsdl2java
I’m brand new to CXF and am trying to create a client from WSDL. I have used Metro and Axis in the past. I downloaded apache-cxf-2.3.3 and used wsdl2java to generate the client stubs. I use Maven ...
1
vote
1answer
379 views
Does RADIUS’s use of the MD5 algorithm make it not FIPS compliant for an application that allows RADIUS authentication?
The issue is if you enforce FIPS compliance in the Windows security policy settings, an exception will be thrown because RADIUS protocol uses the MD5 algorithm to hash the request authenticator. There ...
1
vote
2answers
1k views
Maven default compiler compliance level
Do you know how I can find out the default compiler compliance level that my Maven installation uses when nothing is defined in the maven-compiler-plugin?
1
vote
1answer
463 views
BlackBerry Library problems. (jre6 + NET_RIM_BLACKBERRY)
I'm new in blackberry environement programming, I'm developing an application for this device and there are some probs about libraries that I don't understand.
I have the main project called:
...
1
vote
0answers
92 views
Sarbanes Oxley Compliance: What constitutes financial reporting? [closed]
I work in a larger public company that needs to be Sarbanes Oxley compliant, but I don't see a ton of info out there on what that really boils down to for developers and pushing code live. Do changes ...
0
votes
0answers
27 views
PCI compliance - which SAQ for ecommerce + POS? [closed]
Our business will be processing payments with 2 methods:
With a physical POS terminal that dials in for payments with a modem (separate from the internet). This is used for card not present ...
0
votes
1answer
20 views
API and PCI Compliance Extension [closed]
We have a Transaction API - that allows for our partners to be able to POST the order to us through REST client API. The partners send us the order, shipping and credit card information using REST ...
0
votes
0answers
66 views
iOS app submission Export Compliance for an encrypted PDF? [closed]
Would an iOS app containing amongst its resources an standard-encrypted PDF (i.e. using Adobe Acrobat built-in password protection scheme, unlocked within the app with CGPDFDocumentUnlockWithPassword) ...
0
votes
0answers
20 views
Is it possible to check standards compliance locally?
I'm trying to move my company's code for our SAAS product towards standards compliance in the coming months. As we go through each page making corrections, we'll need to be able to validate the ...
0
votes
1answer
70 views
URL compliance with W3C and WCAG
My website uses URLs made up of letters, numbers, forward slashes and dashes.
e.g. http://mysite.com/page/some-subpage-here/
I have been told that that is not in compliance with W3C and WCAG 2.0 ...
0
votes
2answers
443 views
To compare 2 excel files using python
I have a excel file with following fields
Software_name , Version and Count.
This file is a inventory of all softwares installed in the network of an organization which was generated using ...
0
votes
0answers
47 views
How to go about with Software licensing compliance app?
We are currently working on Software Licensing and compliance project. We have been asked to create a application which searches the system and comes up with all software installed in the system ...
0
votes
1answer
248 views
What are my obligations when statically linking to unmodified LGPL code?
I'm building an application that needs to statically link to code licensed under the Lesser GNU Public License (LGPL). I have not made any modifications.
What are my minimum obligations in order to ...
0
votes
0answers
27 views
Record keeping for government compliance
We are looking into developing a web app for a client that needs to enter and store records for the sake of compliance with some US federal government agency regulations (As specific as I can get ...
0
votes
0answers
60 views
Sarbanes-Oxley compliant [closed]
How can I tell if my program falls under the rules of Sarbanes Oxley? Is there a website or links someone can give me?
0
votes
1answer
375 views
Legal issues in using FFmpeg in compiled binaries form?
We're planning on using compiled FFmpeg binaries with our website. We use the conversion in a very minor way. We are not sharing our source code and are NOT including the source code of FFmpeg (or ...
0
votes
1answer
129 views
Buildroot in embedded project, what source do I need to provide for GPL compliance?
http://buildroot.uclibc.org/
I understand that Buildroot itself isn't the GPL component, but in my company's embedded project, we use Buildroot to compile a minimized version of a Linux OS and use ...
0
votes
1answer
270 views
Joomla complient w3c
Im trying to make my joomla powered site w3c compliant. I am stuck with ampersand encoding, I want to encode the '&' to '& amp;'(no space) under the menu, as required. However the menu link ...
-1
votes
1answer
33 views
HTML 4 Compliant Browser
Is there a way to check if a browser/layout engine is rendering according to the HTML 4.01 specification? For example a div element is shown as a block element and not an inline element. I realize ...