You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This repo currently includes an .swf (Adobe Flash) file thanks to one of the NPM packages that is pulled into the node_modules tree: node-forge.
Located at: node_modules/node-forge/flash
At our company, our intelligent firewall scans inside the zip file during the zipball download of the repo by GitHub Actions, detects the .swf file and blocks the entire download. As a result, we're unable to do CodeQL scanning on an on-prem server.
The text was updated successfully, but these errors were encountered:
and that folder does not contain a node-forge folder.
tfabraham
changed the title
Bundle includes Adobe Flash file which cause intelligent firewall to block entire file download
Repo includes Adobe Flash file which cause intelligent firewall to block file download by GitHub Actions
May 2, 2025
Hi, thanks for the quick response. I didn't look closely enough at the URL in question. GitHub Actions is actually downloading the repo (/zipball) contents, which does contain the .swf file.
Download action repository 'github/codeql-action@v3' (SHA:28deaeda66b76a05916b6923827895f2b14ab387)
Warning: Failed to download action 'https://api.github.com/repos/github/codeql-action/zipball/28deaeda66b76a05916b6923827895f2b14ab387'. Error: Error while copying content to a stream.
The error is from our firewall terminating the download when it detects the .swf file. Thank you!
tfabraham
changed the title
Repo includes Adobe Flash file which cause intelligent firewall to block file download by GitHub Actions
Repo includes Adobe Flash file which cause intelligent firewall to block zipball download by GitHub Actions
May 2, 2025
Uh oh!
There was an error while loading. Please reload this page.
This repo currently includes an .swf (Adobe Flash) file thanks to one of the NPM packages that is pulled into the node_modules tree: node-forge.
Located at: node_modules/node-forge/flash
At our company, our intelligent firewall scans inside the zip file during the zipball download of the repo by GitHub Actions, detects the .swf file and blocks the entire download. As a result, we're unable to do CodeQL scanning on an on-prem server.
The text was updated successfully, but these errors were encountered: