Coder Social home page Coder Social logo

Regressions in v0.4.0 about sbom4python HOT 2 CLOSED

Molkree avatar Molkree commented on June 3, 2024
Regressions in v0.4.0

from sbom4python.

Comments (2)

anthonyharrison avatar anthonyharrison commented on June 3, 2024

@Molkree It looks as if the tool is working correctly given the data which it is being provided with.There appears to have been some regression with some of the updates to the modules.

I modified the handling of supplier names as there were some issues with the processing as I wasn't correctly handling the case where a supplier wasn't specified. There are three types of supplier - person, organiation and NONE and I wasn't handling the NONE case correctly.

Looking at aiosignal, there is no longer an author or email reported for version 1.3.1 - so NOASSERTION is a correct respsonse. idna (version 3.3), on the other hand did have but version 3.4 only has Author-email specified. Looks like there is a bit of improvemnt to be made to handle the case where author isn't specified but email is.

Regarding licence information, idna (version 3.4) no longer includes any license information. This is a regression from version 3.3 as you can see.

Name: idna
Version: 3.3
Summary: Internationalized Domain Names in Applications (IDNA)
Home-page: https://github.com/kjd/idna
Author: Kim Davies
Author-email: [email protected]
License: BSD-3-Clause
Location: /usr/lib/python3/dist-packages
Requires:
Required-by: email-validator

And version 3.4

Name: idna
Version: 3.4
Summary: Internationalized Domain Names in Applications (IDNA)
Home-page:
Author:
Author-email: Kim Davies [email protected]
License:
Location: /usr/local/lib/python3.10/dist-packages
Requires:
Required-by: email-validator

from sbom4python.

anthonyharrison avatar anthonyharrison commented on June 3, 2024

Updated version (v0.5.0) released. This will result in additional supplier information in the form of contact email address being included if available.

from sbom4python.

Related Issues (11)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.