
Research
5 Malicious Chrome Extensions Enable Session Hijacking in Enterprise HR and ERP Systems
Five coordinated Chrome extensions enable session hijacking and block security controls across enterprise HR and ERP platforms.
cmake-app-image
Advanced tools
CMake functions for packaging Pear applications into AppImages for Linux.
download_app_image_runDownloads the AppRun runtime component, required for executing AppImages.
download_app_image_run(DESTINATION <path>)
DESTINATION <path>The desired location to save the downloaded AppRun file.
download_app_image_toolFetches the AppImageTool utility, used to create and package AppImages.
download_app_image_tool(DESTINATION <path>)
DESTINATION <path>The directory where the AppImageTool file will be saved.
add_app_imageThe core function to define and generate an AppImage for the application.
add_app_image(
<target>
[DESTINATION <path>]
NAME <string>
DESCRIPTION <string>
[ICON <path>]
[CATEGORY <string>]
[TARGET <target>]
[EXECUTABLE <path>]
[APP_DIR <path>]
[RESOURCES [FILE|DIR <from> <to>]... ]
[DEPENDS <target...>]
)
<target>The name of the CMake target to create.
DESTINATION <path>The output path for the generated AppImage file. Defaults to "${NAME}.AppImage".
NAME <string>The name of the application.
DESCRIPTION <string>A short description of the application.
ICON <path>Path to the application icon file.
CATEGORY <string>The category for the app in Linux application menus.
TARGET <target>An existing CMake target to execute as the main application entry point.
EXECUTABLE <path>The direct path to the executable file. Use if not using the TARGET option.
APP_DIR <path>The base directory to use for the AppImage contents. Defaults to "${NAME}.AppDir".
RESOURCES [FILE|DIR <from> <to>]...Additional files or directories to include in the AppImage.
FILE <from> <to>Copies a single file from <from> to <to> inside the AppImage.
DIR <from> <to>Copies an entire directory from <from> to <to> inside the AppImage.
DEPENDS <target...>CMake targets the AppImage build depends on.
Apache-2.0
FAQs
AppImage packaging utilities for CMake
We found that cmake-app-image demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 2 open source maintainers collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Research
Five coordinated Chrome extensions enable session hijacking and block security controls across enterprise HR and ERP platforms.

Research
Node.js patched a crash bug where AsyncLocalStorage could cause stack overflows to bypass error handlers and terminate production servers.

Research
/Security News
A malicious Chrome extension steals newly created MEXC API keys, exfiltrates them to Telegram, and enables full account takeover with trading and withdrawal rights.