{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":57005071,"defaultBranch":"main","name":"nuclei","ownerLogin":"martukas","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2016-04-25T02:11:03.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/1972005?v=4","public":true,"private":false,"isOrgOwned":false},"refInfo":{"name":"","listCacheKey":"v0:1710842722.0","currentOid":""},"activityList":{"items":[{"before":"031e7c53998ad113113e5a6cbbd79ffb00ff6e51","after":"36ae610554cf28bd718958f92ad223372f2d575a","ref":"refs/heads/nulls","pushedAt":"2024-03-20T15:53:36.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"ferdymercury","name":null,"path":"/ferdymercury","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/10653970?s=80&v=4"},"commit":{"message":"solve several memleaks","shortMessageHtmlLink":"solve several memleaks"}},{"before":"5ad4d2b10fd9045fc9a4bc2c2409fa81e3d269bb","after":"031e7c53998ad113113e5a6cbbd79ffb00ff6e51","ref":"refs/heads/nulls","pushedAt":"2024-03-20T12:44:04.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"ferdymercury","name":null,"path":"/ferdymercury","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/10653970?s=80&v=4"},"commit":{"message":"prevent adding to group a null item","shortMessageHtmlLink":"prevent adding to group a null item"}},{"before":"8910750a6ac5fdb6b45fad5f268ad455236f7eb1","after":"46ec84c33aa3ca6615781d911b4a5a290cd8497c","ref":"refs/heads/main","pushedAt":"2024-03-19T22:00:00.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"ferdymercury","name":null,"path":"/ferdymercury","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/10653970?s=80&v=4"},"commit":{"message":"move build type detection before ConanConfig\n\nFixes https://github.com/martukas/nuclei/issues/24","shortMessageHtmlLink":"move build type detection before ConanConfig"}},{"before":"fe20d231695ecbb8477cf20215416fd00996d12d","after":null,"ref":"refs/heads/buildtype","pushedAt":"2024-03-19T22:00:00.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"ferdymercury","name":null,"path":"/ferdymercury","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/10653970?s=80&v=4"}},{"before":null,"after":"fe20d231695ecbb8477cf20215416fd00996d12d","ref":"refs/heads/buildtype","pushedAt":"2024-03-19T10:05:22.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"ferdymercury","name":null,"path":"/ferdymercury","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/10653970?s=80&v=4"},"commit":{"message":"move build type detection before ConanConfig\n\nFixes https://github.com/martukas/nuclei/issues/24","shortMessageHtmlLink":"move build type detection before ConanConfig"}},{"before":null,"after":"5ad4d2b10fd9045fc9a4bc2c2409fa81e3d269bb","ref":"refs/heads/nulls","pushedAt":"2024-03-19T09:26:12.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"ferdymercury","name":null,"path":"/ferdymercury","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/10653970?s=80&v=4"},"commit":{"message":"prevent adding to group a null item","shortMessageHtmlLink":"prevent adding to group a null item"}},{"before":"269634948fcf59b19acd7c197d249810278d9d37","after":null,"ref":"refs/heads/nullitem","pushedAt":"2024-03-19T09:03:39.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"ferdymercury","name":null,"path":"/ferdymercury","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/10653970?s=80&v=4"}},{"before":"875780516f384bce802f022f6625c9e546a2f7e0","after":"8910750a6ac5fdb6b45fad5f268ad455236f7eb1","ref":"refs/heads/main","pushedAt":"2024-03-19T09:03:38.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"ferdymercury","name":null,"path":"/ferdymercury","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/10653970?s=80&v=4"},"commit":{"message":"Prevent having a item = nullptr as part of the transitions\n\nFixes https://github.com/martukas/nuclei/issues/8","shortMessageHtmlLink":"Prevent having a item = nullptr as part of the transitions"}},{"before":"06514f6ff12755e94f5fa8f725f1d0d89343ad8a","after":"269634948fcf59b19acd7c197d249810278d9d37","ref":"refs/heads/nullitem","pushedAt":"2024-03-19T08:56:36.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"ferdymercury","name":null,"path":"/ferdymercury","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/10653970?s=80&v=4"},"commit":{"message":"Prevent having a item = nullptr as part of the transitions\n\nFixes https://github.com/martukas/nuclei/issues/8","shortMessageHtmlLink":"Prevent having a item = nullptr as part of the transitions"}},{"before":"55a26862960a0758db80107201749a709cd7a7b4","after":"875780516f384bce802f022f6625c9e546a2f7e0","ref":"refs/heads/main","pushedAt":"2024-03-19T08:40:43.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"martukas","name":"Martin Shetty","path":"/martukas","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1972005?s=80&v=4"},"commit":{"message":"Specify the build type in the conan command (#21)\n\n* Specify the build type in the conan command\r\n\r\nMake sure the build type for the conan installs is the same as that of\r\nthe top level, i.e. whatever the user sets when configuring this\r\nproject.\r\n\r\nStart working on #20\r\n\r\n* Forgot to set build type in CI script\r\n\r\n* Build the CI pipeline in both Debug and Release builds\r\n\r\nWe can reuse config and just replace the build type. This may need a few\r\ntweaks to get the syntax correct.\r\n\r\n* Add missing colon to circleci config file\r\n\r\n* Set a default build type in the CI config\r\n\r\n* Ignore any directory that starts with 'build'\r\n\r\nFor testing purposes I have 2 build directories, build-debug and\r\nbuild-release, I want git to ignore both.","shortMessageHtmlLink":"Specify the build type in the conan command (#21)"}},{"before":null,"after":"06514f6ff12755e94f5fa8f725f1d0d89343ad8a","ref":"refs/heads/nullitem","pushedAt":"2024-02-15T09:07:45.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"ferdymercury","name":null,"path":"/ferdymercury","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/10653970?s=80&v=4"},"commit":{"message":"Prevent having a item = nullptr as part of the transitions\n\nFixes https://github.com/martukas/nuclei/issues/8","shortMessageHtmlLink":"Prevent having a item = nullptr as part of the transitions"}},{"before":"b5c4e501541ddbb5f0e5c8be38d03aca3b6c5f47","after":null,"ref":"refs/heads/Readme2","pushedAt":"2024-02-13T19:36:02.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"ferdymercury","name":null,"path":"/ferdymercury","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/10653970?s=80&v=4"}},{"before":"0af731e8c0681948f49fd46cd5edf1eb7b1941f3","after":"55a26862960a0758db80107201749a709cd7a7b4","ref":"refs/heads/main","pushedAt":"2024-02-13T19:36:01.000Z","pushType":"pr_merge","commitsCount":3,"pusher":{"login":"ferdymercury","name":null,"path":"/ferdymercury","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/10653970?s=80&v=4"},"commit":{"message":"fix CI\n\ndue to a problem in not finding out well the number of jobs\r\n\r\nsugessted by php1ic","shortMessageHtmlLink":"fix CI"}},{"before":"467cb550368a33703d2515afd4b093df1ef40701","after":"b5c4e501541ddbb5f0e5c8be38d03aca3b6c5f47","ref":"refs/heads/Readme2","pushedAt":"2024-02-13T19:27:49.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"ferdymercury","name":null,"path":"/ferdymercury","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/10653970?s=80&v=4"},"commit":{"message":"fix CI\n\ndue to a problem in not finding out well the number of jobs\r\n\r\nsugessted by php1ic","shortMessageHtmlLink":"fix CI"}},{"before":"4e82de735df7f46a223c6b2a58e8ccc82298e092","after":"467cb550368a33703d2515afd4b093df1ef40701","ref":"refs/heads/Readme2","pushedAt":"2024-02-13T11:25:44.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"ferdymercury","name":null,"path":"/ferdymercury","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/10653970?s=80&v=4"},"commit":{"message":"amend for changes in current version, simplify build instructions in readme, point instead at circleCI\n\nsuggestions by martukas","shortMessageHtmlLink":"amend for changes in current version, simplify build instructions in …"}},{"before":"1f0f1fdcf3dc35a7733084381564be283311c19d","after":"4e82de735df7f46a223c6b2a58e8ccc82298e092","ref":"refs/heads/Readme2","pushedAt":"2024-02-13T10:49:30.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"ferdymercury","name":null,"path":"/ferdymercury","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/10653970?s=80&v=4"},"commit":{"message":"simplify build instructions in readme, point instead at circleCI","shortMessageHtmlLink":"simplify build instructions in readme, point instead at circleCI"}},{"before":"6706f35b4b0cb0e76721630bd56593bb1fc68bc6","after":"0af731e8c0681948f49fd46cd5edf1eb7b1941f3","ref":"refs/heads/main","pushedAt":"2024-02-13T10:45:46.000Z","pushType":"pr_merge","commitsCount":11,"pusher":{"login":"ferdymercury","name":null,"path":"/ferdymercury","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/10653970?s=80&v=4"},"commit":{"message":"Ignore the directories automatically created by Qt","shortMessageHtmlLink":"Ignore the directories automatically created by Qt"}},{"before":"5ab7ca274bfbbbde21fe666a6a113ed06fb40daf","after":"1f0f1fdcf3dc35a7733084381564be283311c19d","ref":"refs/heads/Readme2","pushedAt":"2024-02-02T09:15:09.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"ferdymercury","name":null,"path":"/ferdymercury","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/10653970?s=80&v=4"},"commit":{"message":"simplify build instructions in readme, point instead at circleCI","shortMessageHtmlLink":"simplify build instructions in readme, point instead at circleCI"}},{"before":"d4ee359e14d10fefbdbae497fc4acc333d573292","after":"5ab7ca274bfbbbde21fe666a6a113ed06fb40daf","ref":"refs/heads/Readme2","pushedAt":"2024-02-02T09:09:38.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"ferdymercury","name":null,"path":"/ferdymercury","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/10653970?s=80&v=4"},"commit":{"message":"apply martukas suggestions","shortMessageHtmlLink":"apply martukas suggestions"}},{"before":"6706f35b4b0cb0e76721630bd56593bb1fc68bc6","after":"ae03c54ba9be9da6e546da36ac71a3d8a851235c","ref":"refs/heads/conan_improvements","pushedAt":"2024-02-02T07:49:21.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"martukas","name":"Martin Shetty","path":"/martukas","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1972005?s=80&v=4"},"commit":{"message":"added conan provider","shortMessageHtmlLink":"added conan provider"}},{"before":null,"after":"6706f35b4b0cb0e76721630bd56593bb1fc68bc6","ref":"refs/heads/conan_improvements","pushedAt":"2023-12-25T06:54:16.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"martukas","name":"Martin Shetty","path":"/martukas","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1972005?s=80&v=4"},"commit":{"message":"Migrated to conan v2 (#16)\n\n* Update conanfile to work with version 2\r\n\r\nThe way generators are handled has changed so update that section\r\n\r\nChanges in conan 2 mean packages *must* be all lowercae and the\r\nQt-Color-Widget package has been updated so this project needs to track\r\nthe change.\r\n\r\nUpdate option string to work with conan v2.\r\n\r\n* Update top level CMakeLists file and README with config instructions\r\n\r\nConan v2 has changed the way it interacts with CMake. At the moment, you\r\nneed to clone the cmake-conan repo separately and point to it's .cmake\r\nfile when configuring your project.\r\n\r\nPerhaps the cmake-conan repo should be added as a submodule of the main\r\nproject?\r\n\r\n* Specify all the packages that are used\r\n\r\nThis is needed to get the project compiling. Perhaps the method of\r\ncalling conan1 automagically found and included everything. This does\r\nnot seem to be the case with conan2 so we have to manaully add.\r\n\r\n* Add the cstdint include for uint16_t\r\n\r\nThis was required to compile with gcc 13.1.1\r\n\r\n* Ignore more autogenerated files\r\n\r\nConan now creates a preset file that can be used with newer versions of\r\ncmake.\r\n\r\nIDE like feature with some editors (e.g. neovim) work best when you get\r\ncmake to create a `compile_commands.json` file that can be used by lsp.\r\nThis then creates a `.cache` file where is does it's work. We shouldn't\r\ntrack either.\r\n\r\n* Update build instructions with new method\r\n\r\nIt's just as simple to run conan and install the packages prior to the\r\ncmake configure stage so lets now do that.\r\n\r\nMove to using cmake presets to simply things and increase minimum\r\nrequired version accordingly.\r\n\r\n* Update circleCI config\r\n\r\nGet the latest version of conan from pip, call conan externally prior\r\nto cmake and use the autogenerated preset to configure and build.\r\n\r\n* Update CI after changes to conan in version 2\r\n\r\nCreating or detecting a new profile has changed and it is no longer\r\npossible to edit settings from the command line. Luckily for us, it\r\nappears that the setting we wanted to change to is now the default.\r\n\r\nhttps://github.com/conan-io/conan/issues/12833\r\n\r\n* Update CI config and README for older versions of cmake\r\n\r\nAlthough presets arrived with 3.19, conan v2 uses functionality that was\r\nrelease with 3.23. The current ubuntu LTS, which is used on circleCI,\r\nhas 3.22 so we can't use the presets created by conan in that config.\r\n\r\nThe presets do make config and build simpler, but we must assume that not\r\nall people are on a new enough version of cmake so the README needs to\r\nhave instructions for those users.\r\n\r\n* Move the conan step into cmake to simply configuration\r\n\r\nNew cmake file wraps up conan functionality and is called from the top\r\nlevel cmake file. The setting of the toolchain file is done in the top\r\nlevel file incase we decide to not do the conan step from within cmake.\r\nIf so, we can just delete the new file and the call to it.\r\n\r\nThe README and CI have also been updated to reflect these changes.\r\n\r\n* More descriptive comment about the ignored file\r\n\r\nCo-authored-by: ferdymercury \r\n\r\n* Lower the necessary version of cmake\r\n\r\nAs we aren't yet using presets, there is no need to force the minimum version to be so high.\r\n\r\nCo-authored-by: ferdymercury \r\n\r\n* Update hash to latest qt-color-widgets commit\r\n\r\n* Force non-interactive mode in the CI container\r\n\r\nUbuntu 22.04 appears to be interactive by default for apt processes so\r\nwe need to make it non-interactive so the CI builds can complete.\r\n\r\nhttps://manpages.ubuntu.com/manpages/jammy/man1/needrestart.1.html\r\n\r\n* Play around with option to get CI working\r\n\r\nApparently it's bad to `sudo export` and calls to `sudo` sanitise the\r\nenvironment anyway. Use export as the standard user and then use the\r\n`-E` option to preserve the environment variables. Combine the 3 install\r\ncommands into 1.\r\n\r\n* Update spdlog package to 1.12.0\r\n\r\nRemove specific dependency on fmt as that comes with spdlog and\r\nhaving it separate was causing version conflicts.\r\n\r\n* Add explicit reference to fmt back in\r\n\r\nThe fmt package is used independently to spdlog so we should explicitly\r\ninclude it.\r\n\r\n---------\r\n\r\nCo-authored-by: ferdymercury ","shortMessageHtmlLink":"Migrated to conan v2 (#16)"}},{"before":"431a48185a6f1e6ac82131345b16fa5a790701b9","after":"6706f35b4b0cb0e76721630bd56593bb1fc68bc6","ref":"refs/heads/main","pushedAt":"2023-12-24T09:58:32.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"martukas","name":"Martin Shetty","path":"/martukas","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1972005?s=80&v=4"},"commit":{"message":"Migrated to conan v2 (#16)\n\n* Update conanfile to work with version 2\r\n\r\nThe way generators are handled has changed so update that section\r\n\r\nChanges in conan 2 mean packages *must* be all lowercae and the\r\nQt-Color-Widget package has been updated so this project needs to track\r\nthe change.\r\n\r\nUpdate option string to work with conan v2.\r\n\r\n* Update top level CMakeLists file and README with config instructions\r\n\r\nConan v2 has changed the way it interacts with CMake. At the moment, you\r\nneed to clone the cmake-conan repo separately and point to it's .cmake\r\nfile when configuring your project.\r\n\r\nPerhaps the cmake-conan repo should be added as a submodule of the main\r\nproject?\r\n\r\n* Specify all the packages that are used\r\n\r\nThis is needed to get the project compiling. Perhaps the method of\r\ncalling conan1 automagically found and included everything. This does\r\nnot seem to be the case with conan2 so we have to manaully add.\r\n\r\n* Add the cstdint include for uint16_t\r\n\r\nThis was required to compile with gcc 13.1.1\r\n\r\n* Ignore more autogenerated files\r\n\r\nConan now creates a preset file that can be used with newer versions of\r\ncmake.\r\n\r\nIDE like feature with some editors (e.g. neovim) work best when you get\r\ncmake to create a `compile_commands.json` file that can be used by lsp.\r\nThis then creates a `.cache` file where is does it's work. We shouldn't\r\ntrack either.\r\n\r\n* Update build instructions with new method\r\n\r\nIt's just as simple to run conan and install the packages prior to the\r\ncmake configure stage so lets now do that.\r\n\r\nMove to using cmake presets to simply things and increase minimum\r\nrequired version accordingly.\r\n\r\n* Update circleCI config\r\n\r\nGet the latest version of conan from pip, call conan externally prior\r\nto cmake and use the autogenerated preset to configure and build.\r\n\r\n* Update CI after changes to conan in version 2\r\n\r\nCreating or detecting a new profile has changed and it is no longer\r\npossible to edit settings from the command line. Luckily for us, it\r\nappears that the setting we wanted to change to is now the default.\r\n\r\nhttps://github.com/conan-io/conan/issues/12833\r\n\r\n* Update CI config and README for older versions of cmake\r\n\r\nAlthough presets arrived with 3.19, conan v2 uses functionality that was\r\nrelease with 3.23. The current ubuntu LTS, which is used on circleCI,\r\nhas 3.22 so we can't use the presets created by conan in that config.\r\n\r\nThe presets do make config and build simpler, but we must assume that not\r\nall people are on a new enough version of cmake so the README needs to\r\nhave instructions for those users.\r\n\r\n* Move the conan step into cmake to simply configuration\r\n\r\nNew cmake file wraps up conan functionality and is called from the top\r\nlevel cmake file. The setting of the toolchain file is done in the top\r\nlevel file incase we decide to not do the conan step from within cmake.\r\nIf so, we can just delete the new file and the call to it.\r\n\r\nThe README and CI have also been updated to reflect these changes.\r\n\r\n* More descriptive comment about the ignored file\r\n\r\nCo-authored-by: ferdymercury \r\n\r\n* Lower the necessary version of cmake\r\n\r\nAs we aren't yet using presets, there is no need to force the minimum version to be so high.\r\n\r\nCo-authored-by: ferdymercury \r\n\r\n* Update hash to latest qt-color-widgets commit\r\n\r\n* Force non-interactive mode in the CI container\r\n\r\nUbuntu 22.04 appears to be interactive by default for apt processes so\r\nwe need to make it non-interactive so the CI builds can complete.\r\n\r\nhttps://manpages.ubuntu.com/manpages/jammy/man1/needrestart.1.html\r\n\r\n* Play around with option to get CI working\r\n\r\nApparently it's bad to `sudo export` and calls to `sudo` sanitise the\r\nenvironment anyway. Use export as the standard user and then use the\r\n`-E` option to preserve the environment variables. Combine the 3 install\r\ncommands into 1.\r\n\r\n* Update spdlog package to 1.12.0\r\n\r\nRemove specific dependency on fmt as that comes with spdlog and\r\nhaving it separate was causing version conflicts.\r\n\r\n* Add explicit reference to fmt back in\r\n\r\nThe fmt package is used independently to spdlog so we should explicitly\r\ninclude it.\r\n\r\n---------\r\n\r\nCo-authored-by: ferdymercury ","shortMessageHtmlLink":"Migrated to conan v2 (#16)"}},{"before":"e462290b632be0840759c1bf89ae1761a1f63235","after":null,"ref":"refs/heads/mainold","pushedAt":"2023-06-13T10:47:03.681Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"ferdymercury","name":null,"path":"/ferdymercury","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/10653970?s=80&v=4"}},{"before":"96b211529eb4c3cd8bf0e8276b84e6db01af7912","after":null,"ref":"refs/heads/readme","pushedAt":"2023-06-13T10:46:07.251Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"ferdymercury","name":null,"path":"/ferdymercury","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/10653970?s=80&v=4"}},{"before":null,"after":"d4ee359e14d10fefbdbae497fc4acc333d573292","ref":"refs/heads/Readme2","pushedAt":"2023-06-13T10:44:23.305Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"ferdymercury","name":null,"path":"/ferdymercury","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/10653970?s=80&v=4"},"commit":{"message":"Merge original README\n\nFixes https://github.com/martukas/nuclei/issues/7","shortMessageHtmlLink":"Merge original README"}},{"before":"e436323eb1ddda4a6133b8d2b1fb6eb3599a3919","after":"431a48185a6f1e6ac82131345b16fa5a790701b9","ref":"refs/heads/main","pushedAt":"2023-06-13T06:37:25.904Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"ferdymercury","name":null,"path":"/ferdymercury","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/10653970?s=80&v=4"},"commit":{"message":"Dependency updates and CircleCI job (#5)\n\n* updated conan packages, cleaned up unused cmake features, updated readme; updates #1\n\n* circleci config; updates #1\n\n* circleci config2; updates #1\n\n* circleci config 3; updates #1\n\n* circleci config 4; updates #1\n\n* circleci config 5; updates #1\n\n* circleci config 6; updates #1\n\n* circleci config 7; updates #1\n\n* less boost; updates #1","shortMessageHtmlLink":"Dependency updates and CircleCI job (#5)"}},{"before":"695baa2ed11b72ea4a3e700b22e439c6313e866d","after":"e436323eb1ddda4a6133b8d2b1fb6eb3599a3919","ref":"refs/heads/main","pushedAt":"2023-06-12T12:03:27.840Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"ferdymercury","name":null,"path":"/ferdymercury","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/10653970?s=80&v=4"},"commit":{"message":"fix error with conan v2\n\nsee e.g. https://github.com/conan-io/conan/issues/13417","shortMessageHtmlLink":"fix error with conan v2"}},{"before":"695baa2ed11b72ea4a3e700b22e439c6313e866d","after":null,"ref":"refs/heads/dev3","pushedAt":"2023-06-12T11:55:05.271Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"ferdymercury","name":null,"path":"/ferdymercury","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/10653970?s=80&v=4"}},{"before":null,"after":"695baa2ed11b72ea4a3e700b22e439c6313e866d","ref":"refs/heads/main","pushedAt":"2023-06-12T11:55:04.792Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"ferdymercury","name":null,"path":"/ferdymercury","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/10653970?s=80&v=4"},"commit":{"message":"fix error with conan v2\n\nsee e.g. https://github.com/conan-io/conan/issues/13417","shortMessageHtmlLink":"fix error with conan v2"}},{"before":"e462290b632be0840759c1bf89ae1761a1f63235","after":null,"ref":"refs/heads/main","pushedAt":"2023-06-12T11:54:43.797Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"ferdymercury","name":null,"path":"/ferdymercury","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/10653970?s=80&v=4"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEGtkx5AA","startCursor":null,"endCursor":null}},"title":"Activity · martukas/nuclei"}