Skip to content

Commit 89ca8d7

Browse files
committed
Prepare for 5.2.4 release
Signed-off-by: Prabhu Subramanian <[email protected]>
1 parent 949f7a6 commit 89ca8d7

File tree

4 files changed

+7
-6
lines changed

4 files changed

+7
-6
lines changed

.github/workflows/ubuntu.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ jobs:
2828
with:
2929
repository: CycloneDX/cdxgen
3030
path: cdxgen
31+
ref: 'v10.0.0'
3132
- name: Checkout cdxgen
3233
uses: actions/checkout@v4
3334
with:

Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@
99
<key>CFBundleName</key>
1010
<string>depscan</string>
1111
<key>CFBundleVersion</key>
12-
<string>5.2.2</string>
12+
<string>5.2.4</string>
1313
</dict>
1414
</plist>

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Repository containing the binaries for [depscan](https://github.com/owasp-dep-sc
99
Download the executable binary for your operating system from the [releases page](https://github.com/owasp-dep-scan/depscan-bin/releases). These binary bundle the following:
1010

1111
- dep-scan with Python 3.11
12-
- cdxgen with Node.js 20
12+
- cdxgen v10 with Node.js 20
1313
- cdxgen binary plugins
1414

1515
## Discord support

file_version_info.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ VSVersionInfo(
77
ffi=FixedFileInfo(
88
# filevers and prodvers should be always a tuple with four items: (1, 2, 3, 4)
99
# Set not needed items to zero 0. Must always contain 4 elements.
10-
filevers=(5,2,2,0),
11-
prodvers=(5,2,2,0),
10+
filevers=(5,2,4,0),
11+
prodvers=(5,2,4,0),
1212
# Contains a bitmask that specifies the valid bits 'flags'r
1313
mask=0x3f,
1414
# Contains a bitmask that specifies the Boolean attributes of the file.
@@ -32,12 +32,12 @@ VSVersionInfo(
3232
u'040904B0',
3333
[StringStruct(u'CompanyName', u'OWASP Foundation'),
3434
StringStruct(u'FileDescription', u'depscan - The Dependency Scanner'),
35-
StringStruct(u'FileVersion', u'5.2.2.0'),
35+
StringStruct(u'FileVersion', u'5.2.4.0'),
3636
StringStruct(u'InternalName', u'depscan'),
3737
StringStruct(u'LegalCopyright', u'© OWASP Foundation. All rights reserved.'),
3838
StringStruct(u'OriginalFilename', u'depscan.exe'),
3939
StringStruct(u'ProductName', u'depscan'),
40-
StringStruct(u'ProductVersion', u'5.2.2.0')])
40+
StringStruct(u'ProductVersion', u'5.2.4.0')])
4141
]),
4242
VarFileInfo([VarStruct(u'Translation', [1033, 1200])])
4343
]

0 commit comments

Comments
 (0)