ci: add CodeQL security analysis and Stale bot for issue management - #2
Open
esmaeilireza wants to merge 52 commits into
Open
esmaeilireza wants to merge 52 commits into
esmaeilireza wants to merge 52 commits into
Conversation
…al siemens plc instead of firmware.h
…ks builds on any other platform
The cache will now be expected to be supplied from the outside and not within snap7.
It should now be possible to supply an SZL-cache to snap7 and to control if the old behaviour (SZL requests get answered by snap7 pre-built answer) or the new behaviour (SZL requests get answered by dumped SZL requests from a PLC) should be used
szl_id_0132_idx_0008
Servers can now use the forcePDU variable to force a PDU when negotiating with clients about PDU size
…to do a faulty sizeof calculation on ARM arch
Bug report for Snap7 https://sourceforge.net/p/snap7/tickets/7/ Bug report for python-snap7, which consistently fails without this patch gijzelaerr/python-snap7#26
Catch abi::__forced_unwind and re-throw for unix
added 22 commits
August 26, 2026 18:28
- Unify MINGW detection to dynamic shell expansion in all 5 Makefiles - Remove -L"$(MINGW)/x86_64-w64-mingw32/lib" to avoid nonexistent paths - Linker finds system libs from default search paths
Remove '|| true' from Windows DLL copy step so build failures surface immediately
This file contains hidden or 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
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.
Adds automated CodeQL security scanning for C/C++ and a Stale bot to manage inactive issues/PRs, improving overall project maintenance and security posture.