From b6f56eb95d925eaf07bed08d82de8317a9cbde12 Mon Sep 17 00:00:00 2001 From: Romeo Rosete <110788242+bombastictranz@users.noreply.github.com> Date: Sat, 6 Apr 2024 09:05:25 -0400 Subject: [PATCH 1/9] Update code-of-conduct.md Stock control supervisors --- code-of-conduct.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code-of-conduct.md b/code-of-conduct.md index 506ad0c94a..a31c8b16e3 100644 --- a/code-of-conduct.md +++ b/code-of-conduct.md @@ -1,4 +1,4 @@ -# Contributor Covenant Code of Conduct +Romeo Rosete # Contributor Covenant Code of Conduct ## Our Pledge From 27df6a37704548f28e7dfa23d8aef1eaddc2aaf1 Mon Sep 17 00:00:00 2001 From: Romeo Rosete <110788242+bombastictranz@users.noreply.github.com> Date: Sat, 6 Apr 2024 09:06:13 -0400 Subject: [PATCH 2/9] Create LICENSE Stock control supervisors --- LICENSE | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 LICENSE diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000000..1c498fbcca --- /dev/null +++ b/LICENSE @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2024 Romeo Rosete + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. From bc711bfb20a6ab2cad4b88fab2589ca20e997638 Mon Sep 17 00:00:00 2001 From: Romeo Rosete <110788242+bombastictranz@users.noreply.github.com> Date: Sat, 6 Apr 2024 09:20:54 -0400 Subject: [PATCH 3/9] Create SECURITY.md Stock control supervisors --- SECURITY.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 SECURITY.md diff --git a/SECURITY.md b/SECURITY.md new file mode 100644 index 0000000000..726ac4eb65 --- /dev/null +++ b/SECURITY.md @@ -0,0 +1,21 @@ +Romeo Rosete # Security Policy + +## Supported Versions + +Use this section to tell people about which versions of your project are +currently being supported with security updates. + +| Version | Supported | +| ------- | ------------------ | +| 5.1.x | :white_check_mark: | +| 5.0.x | :x: | +| 4.0.x | :white_check_mark: | +| < 4.0 | :x: | + +## Reporting a Vulnerability + +Use this section to tell people how to report a vulnerability. + +Tell them where to go, how often they can expect to get an update on a +reported vulnerability, what to expect if the vulnerability is accepted or +declined, etc. From d37b70aa0d5657df03e88e33ba44dd324e0ea3af Mon Sep 17 00:00:00 2001 From: Romeo Rosete <110788242+bombastictranz@users.noreply.github.com> Date: Sat, 6 Apr 2024 09:24:07 -0400 Subject: [PATCH 4/9] Create SECURITY.md Stock control supervisors --- SECURITY.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 SECURITY.md diff --git a/SECURITY.md b/SECURITY.md new file mode 100644 index 0000000000..726ac4eb65 --- /dev/null +++ b/SECURITY.md @@ -0,0 +1,21 @@ +Romeo Rosete # Security Policy + +## Supported Versions + +Use this section to tell people about which versions of your project are +currently being supported with security updates. + +| Version | Supported | +| ------- | ------------------ | +| 5.1.x | :white_check_mark: | +| 5.0.x | :x: | +| 4.0.x | :white_check_mark: | +| < 4.0 | :x: | + +## Reporting a Vulnerability + +Use this section to tell people how to report a vulnerability. + +Tell them where to go, how often they can expect to get an update on a +reported vulnerability, what to expect if the vulnerability is accepted or +declined, etc. From bf1ebdd986f6c086b8dca0cb8d30af1c7bbdf8ed Mon Sep 17 00:00:00 2001 From: Romeo Rosete <110788242+bombastictranz@users.noreply.github.com> Date: Sat, 6 Apr 2024 09:27:41 -0400 Subject: [PATCH 5/9] Create codeql.yml Stock control supervisors --- .github/workflows/codeql.yml | 87 ++++++++++++++++++++++++++++++++++++ 1 file changed, 87 insertions(+) create mode 100644 .github/workflows/codeql.yml diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml new file mode 100644 index 0000000000..9772f15754 --- /dev/null +++ b/.github/workflows/codeql.yml @@ -0,0 +1,87 @@ +# For most projects, this workflow file will not need changing; you simply need +# to commit it to your repository. +# +# You may wish to alter this file to override the set of languages analyzed, +# or to provide custom queries or build logic. +# +# ******** NOTE ******** +# We have attempted to detect the languages in your repository. Please check +# the `language` matrix defined below to confirm you have the correct set of +# supported CodeQL languages. +# +name: "CodeQL" + +on: + push: + branches: [ "main" ] + pull_request: + branches: [ "main" ] + schedule: + - cron: '22 18 * * 3' + +jobs: + analyze: + name: Analyze (${{ matrix.language }}) + # Runner size impacts CodeQL analysis time. To learn more, please see: + # - https://gh.io/recommended-hardware-resources-for-running-codeql + # - https://gh.io/supported-runners-and-hardware-resources + # - https://gh.io/using-larger-runners (GitHub.com only) + # Consider using larger runners or machines with greater resources for possible analysis time improvements. + runs-on: ${{ (matrix.language == 'swift' && 'macos-latest') || 'ubuntu-latest' }} + timeout-minutes: ${{ (matrix.language == 'swift' && 120) || 360 }} + permissions: + # required for all workflows + security-events: write + + # only required for workflows in private repositories + actions: read + contents: read + + strategy: + fail-fast: false + matrix: + include: + # CodeQL supports the following values keywords for 'language': 'c-cpp', 'csharp', 'go', 'java-kotlin', 'javascript-typescript', 'python', 'ruby', 'swift' + # Use `c-cpp` to analyze code written in C, C++ or both + # Use 'java-kotlin' to analyze code written in Java, Kotlin or both + # Use 'javascript-typescript' to analyze code written in JavaScript, TypeScript or both + # To learn more about changing the languages that are analyzed or customizing the build mode for your analysis, + # see https://docs.github.com/en/code-security/code-scanning/creating-an-advanced-setup-for-code-scanning/customizing-your-advanced-setup-for-code-scanning. + # If you are analyzing a compiled language, you can modify the 'build-mode' for that language to customize how + # your codebase is analyzed, see https://docs.github.com/en/code-security/code-scanning/creating-an-advanced-setup-for-code-scanning/codeql-code-scanning-for-compiled-languages + steps: + - name: Checkout repository + uses: actions/checkout@v4 + + # Initializes the CodeQL tools for scanning. + - name: Initialize CodeQL + uses: github/codeql-action/init@v3 + with: + languages: ${{ matrix.language }} + build-mode: ${{ matrix.build-mode }} + # If you wish to specify custom queries, you can do so here or in a config file. + # By default, queries listed here will override any specified in a config file. + # Prefix the list here with "+" to use these queries and those in the config file. + + # For more details on CodeQL's query packs, refer to: https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning#using-queries-in-ql-packs + # queries: security-extended,security-and-quality + + # If the analyze step fails for one of the languages you are analyzing with + # "We were unable to automatically build your code", modify the matrix above + # to set the build mode to "manual" for that language. Then modify this step + # to build your code. + # ℹī¸ Command-line programs to run using the OS shell. + # 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun + - if: matrix.build-mode == 'manual' + run: | + echo 'If you are using a "manual" build mode for one or more of the' \ + 'languages you are analyzing, replace this with the commands to build' \ + 'your code, for example:' + echo ' make bootstrap' + echo ' make release' + exit 1 + + - name: Perform CodeQL Analysis + uses: github/codeql-action/analyze@v3 + with: + category: "/language:${{matrix.language}}" From 51dac1b9cb82ed0ce3f34b1c4e98eadc57b3bf4e Mon Sep 17 00:00:00 2001 From: Romeo Rosete <110788242+bombastictranz@users.noreply.github.com> Date: Sat, 6 Apr 2024 09:37:15 -0400 Subject: [PATCH 6/9] a5b8a9920e9dae8a73711590e7090d3d.png Stock control supervisors --- a5b8a9920e9dae8a73711590e7090d3d.png | Bin 0 -> 1404 bytes 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 a5b8a9920e9dae8a73711590e7090d3d.png diff --git a/a5b8a9920e9dae8a73711590e7090d3d.png b/a5b8a9920e9dae8a73711590e7090d3d.png new file mode 100644 index 0000000000000000000000000000000000000000..e0850e5f02ad66db4c3c0955ea8ffa1d0566cf12 GIT binary patch literal 1404 zcmchWiBpqD7{)i`<4|P8s<}i>g;tA-Nb==C3%M9T0Wnt<6tM!qDx*@5dO?VUh*m4m z5egzODmjP{k5-O^5T^=M0XZsaP+JEWO&C;!a7Df@|3r6Y_uYAC_ub#~%)7a%>zHuJG1$10vB$P>qOQDVj3k zflfkKi#e)snoffK34m70IPrFgasyo}^oJP}K+87C%@|+hU|rjSYQ;3Qkec|Kl+x)m z;bC!S1Ku;Kjjk2j{#Zm)iy#Kv!wn_13$uWLYQR-YVHm^+XOvWMv&SZC-Gg)z$V`!S z)77FyDUT;O;Gb0dOQi79)ZI*kbAC(2pGOeV-+!zXM!6aqt|zD%=1XVz=QoHHYV zN8S)pI{gp5{H7>^p_f3aZ{@>_lb1%r zUA!sqY6dZ-lbGCz>Y{x2Kj-C)u}|3u8B8DLM)yqCw4U@H+GW8(T~kJcoZ1UAgFn^H z+m%bFDA=u<6Sqkl{Cuz)!n0(NKFhXiO{ zif)Z+!e2FE=LK?=qXmaMXgT9UoaN899v;_`Y&`ngFwSQ)ZYYErlH&-@ajtgb@YH^fMs$RS%-q)qzPH!p5TO><- zvJcsOlw#$6RZ68;>0xA&ep^Y??dWCRbww=0j*8p`XNgTuahJVD+&-=-D6d|x)U;*S zYC9h-Z^;c6&T*-_xt5xLoXym65;v1BEj(m!L8Q;Nr7O5n%bBVp978K{)o-^<1P|%W zTRY=j-0qFk^y%FdZCRYwUqA2%1_oC5N{D>R^Yeu@V`FJ!p03-!_&XsXB<;kUsOpLP zr6-R~PyeEn@BC+|cK_49=Lau5cu+XJD>O5>ck!E$I}Wxeum9Znj#BpV6-z0+xEBl6 z;zDYcRee!iXL0#%SHcCnYf^JP^-Ywdc&V#jy{PC3?vkM?E~}p40b3G8hQ$b~d5Mbu E0LUl5A^-pY literal 0 HcmV?d00001 From 6255632106c01e419b56d3729282cdc7f1d0da23 Mon Sep 17 00:00:00 2001 From: Romeo Rosete <110788242+bombastictranz@users.noreply.github.com> Date: Sat, 6 Apr 2024 09:38:07 -0400 Subject: [PATCH 7/9] adsct Stock control supervisors --- adsct | Bin 0 -> 43 bytes 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 adsct diff --git a/adsct b/adsct new file mode 100644 index 0000000000000000000000000000000000000000..50b048b3b11233ab071e1e09dffa161ecaa2fbad GIT binary patch literal 43 ucmZ?wbhEHbWMp7uXkcLY|NlP&1B2pE7ET7BfDVuiq!<|(n3#MR8LR=xga--$ literal 0 HcmV?d00001 From 027f9b5da51b1a52bd92145f6c261d283c0f6fdc Mon Sep 17 00:00:00 2001 From: Romeo Rosete <110788242+bombastictranz@users.noreply.github.com> Date: Sat, 6 Apr 2024 09:38:52 -0400 Subject: [PATCH 8/9] adsct(1) Stock control supervisors --- adsct(1) | Bin 0 -> 43 bytes 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 adsct(1) diff --git a/adsct(1) b/adsct(1) new file mode 100644 index 0000000000000000000000000000000000000000..50b048b3b11233ab071e1e09dffa161ecaa2fbad GIT binary patch literal 43 ucmZ?wbhEHbWMp7uXkcLY|NlP&1B2pE7ET7BfDVuiq!<|(n3#MR8LR=xga--$ literal 0 HcmV?d00001 From 6c0471bd9d2abb741a3445f1d964725912b9d6e9 Mon Sep 17 00:00:00 2001 From: Romeo Rosete <110788242+bombastictranz@users.noreply.github.com> Date: Sun, 7 Apr 2024 07:32:47 -0400 Subject: [PATCH 9/9] 7d0496cd732e88a28ef405d75c2fea5a.png Stock control supervisors --- 7d0496cd732e88a28ef405d75c2fea5a.png | Bin 0 -> 530 bytes 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 7d0496cd732e88a28ef405d75c2fea5a.png diff --git a/7d0496cd732e88a28ef405d75c2fea5a.png b/7d0496cd732e88a28ef405d75c2fea5a.png new file mode 100644 index 0000000000000000000000000000000000000000..cf9e207ca13c6038ce62c2cd2ca08fb8a89fd825 GIT binary patch literal 530 zcmeAS@N?(olHy`uVBq!ia0vp^G9b*s3?yAI>n{URjKx9jP7LeL$-D$|&IkB}xVjhk z{10UK9{@)F4F5eD{s%FDL?CP+2}eLRKB!!{E}$A98%TPCP4I&$3xzS@h5)4;z>3qr zQgD?J1rP&)f$R%-Yp683ue%KaN!5L zyx2>=kMFO2SLQnL_0FqPA0GWuxGpHF{$Y#6?}yJW{=CKUiFM!E728k$-Fw&Z+64~d zv$}F>$Ji7_@4vkF;{X5uR}%M!0S#Q>>EaloasKGVqe6!aL|PwmhiphPjoPzgxAnun z^H=VEvg9>i&F(YvJI|;(HK&=YMg%QRYHxH^3A^EL@ThCI=rOt8kO$RV85gdcE}s3? zit&}n&qI%6efKSE**=B4(3M-sIIl>CfAgW=GaRp6I`DH6OYP4YubG!$`gbzqig?`_ z)p+rD%bRCD^J!1pP-9hnW7YMHK6cHk_CBgY)64ocGyil{TrcaZ{H@`^OrTpCJYD@< J);T3K0RY&0?GgY0 literal 0 HcmV?d00001