forked from erlang/otp
-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[pull] master from erlang:master #255
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
splits the SBOM into Erlang and vendor SPDX packages. this allows to easily remove dependencies that are not needed from OTP. Erlang applications have also a purl that follows the EEF security working group guidelines, as per https://erlef.github.io/security-wg/specs/otp_purl_type
there are some errors in the current snippet generation that do not work correctly. so we are skipping the snippet generation for now
update "hasExtractedLicensingInfos" to consider LicenseRefs that are not included in the repo. this information has been hard-coded (the license text) but there is a check to see that we only add the license if it is ever present in the repo. this means that if this license `LicenseRef-scancode-wxwindows-free-doc-3` is not present in any curation nor SPDX license identifier, then it will not be added to the resulting SPDX
Ensure that the first paragraph describing each function makes sense by itself when shown in the Summary part of the documentation. Add examples to functions lacking examples. While at it, do some other minor clean ups.
…TP-19553 Split source SBOM into multiple apps OTP-19553
OTP-19554
* frazze/crypto/update_license: crypto: update license OTP-19554
…tation Polish documentation for the sofs module
…l_inetrc OTP-19555 Bugfix: gethostbyname fails to respect ERL_INETRC on first call during initialization on linux
Reviewer's Guide by SourceryThis pull request introduces an escript for generating and testing SPDX SBOMs, updates the Sequence diagram for SBOM generation and verificationsequenceDiagram
participant GH as GitHub Actions
participant ORT as OSS Review Toolkit
participant OTP as otp-compliance.es
GH->>ORT: Runs ORT analyzer
activate ORT
ORT-->>GH: Analyzer result
deactivate ORT
GH->>ORT: Runs ORT scanner
activate ORT
ORT-->>GH: Scanner result
deactivate ORT
GH->>OTP: Executes otp-compliance.es sbom otp-info
activate OTP
OTP-->>GH: Fixed SBOM
deactivate OTP
GH->>OTP: Executes otp-compliance.es sbom test-file
activate OTP
OTP-->>GH: SBOM verification result
deactivate OTP
Entity Relationship Diagram for vendor.infoerDiagram
vendor_info {
string ID PK
string description
string copyrightText
string downloadLocation
string homepage
string licenseDeclared
string name
string versionInfo
string path
string supplier
}
note for vendor_info "Represents metadata for a vendor dependency."
Updated class diagram for spdx_package recordclassDiagram
class spdx_package {
-SPDXID
-versionInfo
-description
-name
-copyrightText
-filesAnalyzed
-hasFiles
-homepage
-licenseConcluded
-licenseDeclared
-licenseInfoFromFiles
-downloadLocation
-packageVerificationCode
-supplier
-relationships
}
note for spdx_package "Represents an SPDX package with detailed metadata."
Class diagram for app_info recordclassDiagram
class app_info {
-description
-id
-vsn
-modules
-applications
-included_applications
-optional_applications
}
note for app_info "Represents information about an Erlang application."
File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
See Commits and Changes for more details.
Created by
pull[bot] (v2.0.0-alpha.1)
Can you help keep this open source service alive? 💖 Please sponsor : )