Date
1 - 4 of 4
Software unique identification
RUFFIN MICHEL
Dear all we are facing a very difficult issue: How to identify uniquely Software.
In Alcatel-Lucent (ALU) we would like to link all our databases on SW (FOSS SW, proprietary SW, FOSS SW coming in proprietary solutions, FOSS coming from outsourcing contracts, …) The goal is to automate a lot of things: royalty tracking, producing documentations
on FOSS respecting the license obligations automatically, knowing which ALU product is using what SW, automatically connecting with tools such as Blackduck protex or Palamida or any others of their competitors, …………………………………………….
The major issue is SW unique identification: Today we have the following:
I know that SPDX is not perhaps the best place to discuss this issue, but I would like to engage a discussion on this topic
So my question here is: do you have similar concerns in your companies, and what can we do to solve this issue (should we create a group on this?)
Michel
Michel.Ruffin@..., PhD
Software Coordination Manager, N&P IS/IT Distinguished Member of Technical Staff Tel +33 (0) 6 75 25 21 94
Alcatel-Lucent International, Centre de Villarceaux Route De Villejust, 91620 Nozay, France |
|
William Boyle
I am currently a senior systems engineer at Nokia, and I can say
without reservation that we face this problem also, identifying specific versions of software (binaries as well as sources). Binaries can change, even if the source does not, if for example the compiler is updated, or associated libraries. This is especially problematic when the libraries are (as is often the case) dynamically-linked shared libraries. Bill Boyle Senior Systems Engineer, Nokia Mobile Phones, Itasca, Illinois On Mon, May 13, 2013 at 9:56 AM, RUFFIN, MICHEL (MICHEL) <michel.ruffin@...> wrote: Dear all we are facing a very difficult issue: How to identify uniquely |
|
Armijn Hemel - Tjaldur Software Governance Solutions <armijn@...>
hi,
I am currently a senior systems engineer at Nokia, and I can sayThis is not my experience at all. In the Binary Analysis Tool I use fingerprinting using string constants, function names, variable names, and so on, and I can reliably tell versions of binaries apart (granted: the information has to be in my database). This is absolutely no problem at all. armijn -- Armijn Hemel, MSc Tjaldur Software Governance Solutions |
|
Roger Meier <roger@...>
Hi Michel
toggle quoted message
Show quoted text
I think the "Official Common Platform Enumeration (CPE) Dictionary" http://nvd.nist.gov/cpe.cfm is a good starting point for this topic. another source to consider is ISO/IEC 19770 all the best! -roger ;-r Quoting "RUFFIN, MICHEL (MICHEL)" <michel.ruffin@...>: Dear all we are facing a very difficult issue: How to identify uniquely Software. |
|