additional part components

6 messages Options
Embed this post
Permalink
Andrew Buttner

additional part components

Reply Threaded More More options
Print post
Permalink
There has been some push back regarding adding new part components at
this time.  Version 2.0 called out:

h  =  hardware part
o  =  operating system part
a  =  application part

It was proposed that Version 2.1 add:

r  =  runtime environment part
l  =  library part
d  =  driver part
v  =  virtualization part

I think the two concerns have been raised.  The first is that the
addition of these parts are too big of a change for a minor release.
The basis for this concern comes from the possibility that current CPE
Names that might have used the Application Part would have to be
changed to use some of the new parts.

The other concern is that the new parts (especially the runtime and
virtualization parts) have not been fully thought out and this may not
be the best way to enumerate these types of platform pieces.

I'd be interested in hearing additional comments about these concerns
as well as hearing support for the change if it is out there.  I'd like
to get Version 2.1 finished so we can fix the bug in the schema that
was presented.

Thanks
Drew


---------

Andrew Buttner
The MITRE Corporation
[hidden email]
781-271-3515
Waltermire, Dave [USA]

Re: additional part components

Reply Threaded More More options
Print post
Permalink
At NIST we are in favor of deferring the addition of the new parts to a
future version.  We feel that more conversation should be had regarding
these new parts prior to including them in the CPE specification.  We
don't want this to delay necessary corrections and clarifications in the
CPE specification and dictionary schema.

Dave

> -----Original Message-----
> From: Buttner, Drew [mailto:[hidden email]]
> Sent: Thursday, November 29, 2007 8:35 AM
> To: [hidden email]
> Subject: [CPE-DISCUSSION-LIST] additional part components
>
> There has been some push back regarding adding new part
> components at this time.  Version 2.0 called out:
>
> h  =  hardware part
> o  =  operating system part
> a  =  application part
>
> It was proposed that Version 2.1 add:
>
> r  =  runtime environment part
> l  =  library part
> d  =  driver part
> v  =  virtualization part
>
> I think the two concerns have been raised.  The first is that
> the addition of these parts are too big of a change for a
> minor release.
> The basis for this concern comes from the possibility that
> current CPE Names that might have used the Application Part
> would have to be changed to use some of the new parts.
>
> The other concern is that the new parts (especially the
> runtime and virtualization parts) have not been fully thought
> out and this may not be the best way to enumerate these types
> of platform pieces.
>
> I'd be interested in hearing additional comments about these
> concerns as well as hearing support for the change if it is
> out there.  I'd like to get Version 2.1 finished so we can
> fix the bug in the schema that was presented.
>
> Thanks
> Drew
>
>
> ---------
>
> Andrew Buttner
> The MITRE Corporation
> [hidden email]
> 781-271-3515
>
Andrew Buttner

Re: additional part components

Reply Threaded More More options
Print post
Permalink
>We feel that more conversation should be had regarding
>these new parts prior to including them in the CPE specification.

Dave,

Thank you for your reply.  Can you outline what NIST's specific
concerns are regarding these proposed parts and why you think more
discussion needs to take place regarding them?

Thanks
Drew
Wolfkiel, Joseph

Re: additional part components

Reply Threaded More More options
Print post
Permalink
In reply to this post by Andrew Buttner
From my efforts to map our existing names in the Army asset database to the
names in the NVD, it's becoming clear that even the three part types we have
now are difficult to manage.  For example, the NVD treats printers as
hardware, but the Army uses the identical name to refer to the OS/firmware
on the hardware platform.  The vulnerabilities are the same, but using the
existing part types you wouldn't discover them because they generate
different CPEs.

I see the proposal to more than double the part types as a change that would
make mapping almost infeasible.

I'm also concerned that we don't actually fix the problems by continually
adding new part types.

I would like to make a counter-proposal that we keep the part types to a
bare minimum.  We should be able to talk about things that execute,
hardware, operating systems, and data.  Solving the run-time and
virtualization problem (in my opinion) would be better solved by specifying
sub-parts that can specify target software environment and target hardware
environment.  This allows us to deal with drivers, macros, plug-ins, runtime
environments, and virtualization platforms all as applications/executables.

As an illustration, I have, on my desktop, a java application (Eclipse),
that uses a plugin (Hypermodel), a data library (XML schema data types) and
runs on a runtime environment (JRE), on Windows 2000.  Rather than having to
define a part type for plugin, application, runtime environment, in addition
to data structure and OS, I would prefer to treat them as executables with a
target CPE software environment.  I can now describe the relationships by
using the CPE language to "and" together the following:

cpe://d::xml_schema_data_types target_sw_environment=cpe://a::hypermodel
cpe://a::hypermodel target_sw_environment=cpe://a:open_source:eclipse
cpe://a:open_source:eclipse target_sw_environment=cpe://a:sun:jre
cpe://a:sun:jre target_sw_environment=cpe://o:microsoft:windows_2000
cpe://o:microsoft:windows_2000
target_hw_environment=cpe://h:HP_Compaq:dc7100

This sort of naming would also apply to macros, virtualization engines, and
most other executables.

I don't have any real use cases why you would ever want to specify to this
level of detail, but I think this is a more flexible way of describing my
environment than having a continually expanding list of part types.  With a
little thought, we can probably also fix the x64/x32/i386 target hardware
descriptions that litter the existing CPE names.  I would advocate for
adding the "target SW" and "target HW" environment specs as CPE subparts or
appended metadata.

The fact that we haven't discussed this alternative or any others and are
forced to consider only one is why I fully support the statement that "the
new parts (especially the runtime and virtualization parts) have not been
fully thought out and this may not be the best way to enumerate these types
of platform pieces."

I would like to second Dave's request that we focus on necessary corrections
and clarifications in the CPE specification and dictionary schema.  Fixing
the major issues the introduction of new part types addresses should wait
for a major revision.


Lt Col Joseph L. Wolfkiel

Director, Computer Network Defense Research & Technology (CND R&T) Program
Management Office

NSA/I71
9800 Savage Rd Ste 6767
Ft Meade, MD 20755-6767
Commercial 410-854-5401 DSN 244-5401
Fax 410-854-6700


-----Original Message-----
From: Buttner, Drew [mailto:[hidden email]]
Sent: Thursday, November 29, 2007 8:35 AM
To: [hidden email]
Subject: [CPE-DISCUSSION-LIST] additional part components


There has been some push back regarding adding new part components at
this time.  Version 2.0 called out:

h  =  hardware part
o  =  operating system part
a  =  application part

It was proposed that Version 2.1 add:

r  =  runtime environment part
l  =  library part
d  =  driver part
v  =  virtualization part

I think the two concerns have been raised.  The first is that the
addition of these parts are too big of a change for a minor release.
The basis for this concern comes from the possibility that current CPE
Names that might have used the Application Part would have to be
changed to use some of the new parts.

The other concern is that the new parts (especially the runtime and
virtualization parts) have not been fully thought out and this may not
be the best way to enumerate these types of platform pieces.

I'd be interested in hearing additional comments about these concerns
as well as hearing support for the change if it is out there.  I'd like
to get Version 2.1 finished so we can fix the bug in the schema that
was presented.

Thanks
Drew


---------

Andrew Buttner
The MITRE Corporation
[hidden email]
781-271-3515
Ken Lassesen-3

Re: additional part components

Reply Threaded More More options
Print post
Permalink
Dong, Ding,... The light is on...

I realize that "sunk costs" is the magic chant that keeps systems in
operation long past their appropriate replacement date; but I have
always been a Zero-Based-Architect: Is there more work(cost) to
implement additional functionality on an existing framework than
implementing from scratch?

Keeping CPE where it is for Validation is the correct decision --- but
rather than going on to the next version, I would suggest that we all
put our thinking caps on and see how many alternatives (including whacky
ones!) we can come up with over the next 2-3 months.  It should either
result in confirmation that this is the right way to go, or give us a
better path.

 


Ken Lassesen,
Office 206-734-4718 Home: 360-297-4717   Cell: 360-509-2402  Skype:
Ken.Lassesen
IM: [hidden email]  

CONFIDENTIALITY NOTICE
The information contained in this electronic message may contain
confidential and privileged information and is intended only for use by
the individual(s) or entity(ies) to whom it was addressed. Any
unauthorized review, use, disclosure, or distribution of this
communication is strictly prohibited. If you are not the intended
recipient, please contact the sender by reply email and permanently
delete and destroy the original message.


-----Original Message-----
From: Wolfkiel, Joseph [mailto:[hidden email]]

The fact that we haven't discussed this alternative or any others and
are forced to consider only one is why I fully support the statement
that "the new parts (especially the runtime and virtualization parts)
have not been fully thought out and this may not be the best way to
enumerate these types of platform pieces."


Lt Col Joseph L. Wolfkiel
Director, Computer Network Defense Research & Technology (CND R&T)
Program Management Office

NSA/I71
9800 Savage Rd Ste 6767
Ft Meade, MD 20755-6767
Commercial 410-854-5401 DSN 244-5401
Fax 410-854-6700


-----Original Message-----
From: Buttner, Drew [mailto:[hidden email]]
Sent: Thursday, November 29, 2007 8:35 AM
To: [hidden email]
Subject: [CPE-DISCUSSION-LIST] additional part components


There has been some push back regarding adding new part components at
this time.  Version 2.0 called out:

h  =  hardware part
o  =  operating system part
a  =  application part

It was proposed that Version 2.1 add:

r  =  runtime environment part
l  =  library part
d  =  driver part
v  =  virtualization part

I think the two concerns have been raised.  The first is that the
addition of these parts are too big of a change for a minor release.
The basis for this concern comes from the possibility that current CPE
Names that might have used the Application Part would have to be changed
to use some of the new parts.

The other concern is that the new parts (especially the runtime and
virtualization parts) have not been fully thought out and this may not
be the best way to enumerate these types of platform pieces.

I'd be interested in hearing additional comments about these concerns as
well as hearing support for the change if it is out there.  I'd like to
get Version 2.1 finished so we can fix the bug in the schema that was
presented.

Thanks
Drew


---------

Andrew Buttner
The MITRE Corporation
[hidden email]
781-271-3515
Dawn Adams

Re: additional part components

Reply Threaded More More options
Print post
Permalink
Your light has a bell??  : )  

I agree with Ken. There has to be a fixed static for validation purposes. If
you make larger changes to the standard you need time to also consider the
impact of the changes.

-----Original Message-----
From: Ken Lassesen [mailto:[hidden email]]
Sent: November 30, 2007 11:59 AM
To: [hidden email]
Subject: Re: [CPE-DISCUSSION-LIST] additional part components

Dong, Ding,... The light is on...

I realize that "sunk costs" is the magic chant that keeps systems in
operation long past their appropriate replacement date; but I have
always been a Zero-Based-Architect: Is there more work(cost) to
implement additional functionality on an existing framework than
implementing from scratch?

Keeping CPE where it is for Validation is the correct decision --- but
rather than going on to the next version, I would suggest that we all
put our thinking caps on and see how many alternatives (including whacky
ones!) we can come up with over the next 2-3 months.  It should either
result in confirmation that this is the right way to go, or give us a
better path.

 


Ken Lassesen,
Office 206-734-4718 Home: 360-297-4717   Cell: 360-509-2402  Skype:
Ken.Lassesen
IM: [hidden email]  

CONFIDENTIALITY NOTICE
The information contained in this electronic message may contain
confidential and privileged information and is intended only for use by
the individual(s) or entity(ies) to whom it was addressed. Any
unauthorized review, use, disclosure, or distribution of this
communication is strictly prohibited. If you are not the intended
recipient, please contact the sender by reply email and permanently
delete and destroy the original message.


-----Original Message-----
From: Wolfkiel, Joseph [mailto:[hidden email]]

The fact that we haven't discussed this alternative or any others and
are forced to consider only one is why I fully support the statement
that "the new parts (especially the runtime and virtualization parts)
have not been fully thought out and this may not be the best way to
enumerate these types of platform pieces."


Lt Col Joseph L. Wolfkiel
Director, Computer Network Defense Research & Technology (CND R&T)
Program Management Office

NSA/I71
9800 Savage Rd Ste 6767
Ft Meade, MD 20755-6767
Commercial 410-854-5401 DSN 244-5401
Fax 410-854-6700


-----Original Message-----
From: Buttner, Drew [mailto:[hidden email]]
Sent: Thursday, November 29, 2007 8:35 AM
To: [hidden email]
Subject: [CPE-DISCUSSION-LIST] additional part components


There has been some push back regarding adding new part components at
this time.  Version 2.0 called out:

h  =  hardware part
o  =  operating system part
a  =  application part

It was proposed that Version 2.1 add:

r  =  runtime environment part
l  =  library part
d  =  driver part
v  =  virtualization part

I think the two concerns have been raised.  The first is that the
addition of these parts are too big of a change for a minor release.
The basis for this concern comes from the possibility that current CPE
Names that might have used the Application Part would have to be changed
to use some of the new parts.

The other concern is that the new parts (especially the runtime and
virtualization parts) have not been fully thought out and this may not
be the best way to enumerate these types of platform pieces.

I'd be interested in hearing additional comments about these concerns as
well as hearing support for the change if it is out there.  I'd like to
get Version 2.1 finished so we can fix the bug in the schema that was
presented.

Thanks
Drew


---------

Andrew Buttner
The MITRE Corporation
[hidden email]
781-271-3515