Commit graph

  • 2bf34ffb66 fix typo on transaction MOREL Matthieu 2021-05-07 17:50:49 +0200
  • d139912f66
    Fix typo on package Matthieu MOREL 2021-05-07 17:32:05 +0200
  • 01fd998a5b
    Fix typo on required Matthieu MOREL 2021-05-07 17:31:00 +0200
  • f4ea33d5f8
    Update how the test coverage is generated Matthieu MOREL 2021-05-07 17:01:09 +0200
  • c4f5932ab7
    Refactor : Replace Cwe with cwe.Weakness Matthieu MOREL 2021-05-07 16:54:34 +0200
  • dc52bdfc35
    Update Makefile Matthieu MOREL 2021-05-07 16:51:41 +0200
  • da78d543fe
    Update ci.yml Matthieu MOREL 2021-05-07 16:41:52 +0200
  • d5cf982845
    Update Makefile Matthieu MOREL 2021-05-07 16:41:08 +0200
  • 561cd724ce test if element is in map before reurning MOREL Matthieu 2021-05-07 16:00:09 +0200
  • b0430f9def GetCwe -> GetCweByRule MOREL Matthieu 2021-05-07 15:38:29 +0200
  • 94e4b8b822 Fix comments MOREL Matthieu 2021-05-07 15:34:24 +0200
  • 44bcece866 comments, linting and use of cwe.Weakness in formatter_test MOREL Matthieu 2021-05-07 15:28:33 +0200
  • e6d6fe98f2 useless import MOREL Matthieu 2021-05-07 15:20:06 +0200
  • 74dfd71b07 Replace Cwe with cwe.Weakness MOREL Matthieu 2021-05-07 15:19:04 +0200
  • ddfa25381f
    Define a report package with core and per format sub-packages Matthieu MOREL 2021-05-06 09:31:51 +0200
  • a8b951cf4b Parameters ordering Matthieu Morel 2021-05-06 09:22:31 +0200
  • ff97a13f57 rename templates MOREL Matthieu 2021-05-05 23:43:56 +0200
  • 1d295e8579 define a package and a writer for each format MOREL Matthieu 2021-05-05 23:41:40 +0200
  • a2862c2a2a remove unnecessary alias for html MOREL Matthieu 2021-05-05 21:28:32 +0200
  • db8f96b7d6 misreplacement correction MOREL Matthieu 2021-05-05 21:14:50 +0200
  • 2245a35b67 Follow naming conventions MOREL Matthieu 2021-05-05 21:05:19 +0200
  • 9dfbc196f7 Fix import in main and comments MOREL Matthieu 2021-05-05 20:56:18 +0200
  • 60d5a2e0e5 define report package and sonar,sarif, juint and core subpackages MOREL Matthieu 2021-05-05 20:48:22 +0200
  • cc83d4c922
    Generate the SARIF types, handle taxonomies and separate responsibilities Matthieu MOREL 2021-05-05 18:54:32 +0200
  • e4cd6d5fea fix tests failures MOREL Matthieu 2021-05-05 18:41:35 +0200
  • 86f3fbd614 Update README Add MarshallJSON for PropertyBag MOREL Matthieu 2021-05-05 18:33:46 +0200
  • 6ff6e176bd Fix conflicts MOREL Matthieu 2021-05-05 18:04:49 +0200
  • 0005ad7ee8 comment MOREL Matthieu 2021-05-05 11:29:19 +0200
  • d865d8622b Dedicated package for formter structures MOREL Matthieu 2021-05-05 11:25:34 +0200
  • f0d10e8314 Naming convention MOREL Matthieu 2021-05-05 09:44:09 +0200
  • da1300f6b9 add precision : https://docs.github.com/en/code-security/secure-coding/sarif-support-for-code-scanning#reportingdescriptor-object MOREL Matthieu 2021-05-05 08:38:41 +0200
  • a882d7897d ArtifactLocation SourceLanguage is go Matthieu MOREL 2021-05-04 21:59:59 +0200
  • db613430cb Define CWE URL as a getter method on cwe.Weakness MOREL Matthieu 2021-05-04 12:59:04 +0200
  • 8a3aa8e0f8 Rename sarif.Report MOREL Matthieu 2021-05-04 08:57:25 +0200
  • 271c1aacdc use CWE + weakness id for guid generation MOREL Matthieu 2021-05-04 08:40:11 +0200
  • 7821a79bc9 Update sarif_format.go Matthieu MOREL 2021-05-03 21:56:14 +0200
  • 34a443132b useless blank line MOREL Matthieu 2021-05-03 11:04:58 +0200
  • 4d824e9256 Extra fields from https://docs.oasis-open.org/sarif/sarif/v2.1.0/os/sarif-v2.1.0-os.html#_Toc34317536 MOREL Matthieu 2021-05-03 11:02:03 +0200
  • df2526510b guid for CWE taxonomy MOREL Matthieu 2021-05-03 10:49:20 +0200
  • 4f406984d7 mismodification on dependencies MOREL Matthieu 2021-05-03 10:38:44 +0200
  • 530eb46946 more comments MOREL Matthieu 2021-05-03 10:35:10 +0200
  • 89f196f0ee add comment MOREL Matthieu 2021-05-03 10:33:27 +0200
  • 35677c4102 constant naming MOREL Matthieu 2021-05-03 10:31:57 +0200
  • 32a5235a52 Add comments MOREL Matthieu 2021-05-03 10:29:12 +0200
  • aaf3ba7730 Move weakness to a cwe package and conversion in sarif_format.go MOREL Matthieu 2021-05-03 10:26:41 +0200
  • c8e2f9882c Hide cweDB Matthieu MOREL 2021-05-02 21:32:14 +0200
  • 2a10e4d62b store cwe names in a map MOREL Matthieu 2021-05-02 21:24:31 +0200
  • 7d48f3a0b9 rollback to main branch versions MOREL Matthieu 2021-05-02 19:29:23 +0200
  • f8f50247b3 fix case review MOREL Matthieu 2021-05-02 19:23:19 +0200
  • 9aa2a8c57d Dissociate CWE from gosec rule Update output gosec version 2.7.0 MOREL Matthieu 2021-05-02 19:21:39 +0200
  • 0d159d44d3 remove used tricks MOREL Matthieu 2021-05-02 18:42:28 +0200
  • e0f02fba34 keep comment MOREL Matthieu 2021-05-02 18:37:10 +0200
  • e2cd163900 Remove useless functions for JSON Marshalling which was adding unnecessary content MOREL Matthieu 2021-05-02 18:32:23 +0200
  • b781800ecd Complete documentation MOREL Matthieu 2021-05-02 17:56:01 +0200
  • 97fe819259 missed warnings MOREL Matthieu 2021-05-02 17:42:49 +0200
  • 15eb6c997e First draft on taxonomies MOREL Matthieu 2021-05-02 17:27:48 +0200
  • 90b382da40 justification comment MOREL Matthieu 2021-05-02 14:20:55 +0200
  • d82d2bd9b9 Generat sarif types from sarif json-schema Use sarif types MOREL Matthieu 2021-05-02 14:15:41 +0200
  • 0fa5d0b2d6
    Fix the go modules after updating to get the tests passing (#605) Cosmin Cojocar 2021-05-05 16:38:35 +0200
  • d96ad4724a
    Fix the go modules after updating to get the tests passing Cosmin Cojocar 2021-05-05 16:32:08 +0200
  • 37639537ce
    Migrate sonar types in a dedicated package (#604) Matthieu MOREL 2021-05-05 16:21:53 +0200
  • bb04eec01a
    Update formatter_test.go Matthieu MOREL 2021-05-04 18:14:11 +0200
  • cce5f6f38e add comments MOREL Matthieu 2021-05-04 10:06:46 +0200
  • da793c77fa migrate sonar types in a dedicated package CWE field is not supported by sonar Report MOREL Matthieu 2021-05-04 10:02:38 +0200
  • b519743da6
    chore(deps): update all dependencies (#599) renovate[bot] 2021-05-03 09:52:24 +0200
  • afac90e749 apply go mod tidy MOREL Matthieu 2021-05-02 11:59:37 +0200
  • 4130717ee6
    chore(deps): update all dependencies Renovate Bot 2021-05-01 01:55:23 +0000
  • 569328eade
    Fix typos (#594) Jeff Widman 2021-04-16 00:50:34 -0700
  • 0695fa026e
    Add -u to local install instructions (#595) Jeff Widman 2021-04-16 00:50:10 -0700
  • ba8e50ebf1
    Add -u to local install instructions Jeff Widman 2021-04-15 13:09:27 -0700
  • 858b238106
    Fix typos Jeff Widman 2021-04-15 13:02:49 -0700
  • 7f2308bd85
    Tidy up the moduels after updating (#593) Cosmin Cojocar 2021-04-01 09:49:25 +0200
  • 0b7d89e706
    Tidy up the moduels after updating Cosmin Cojocar 2021-04-01 09:41:42 +0200
  • f21b0b8dac
    chore(deps): update all dependencies (#592) renovate[bot] 2021-04-01 09:16:31 +0200
  • 843b60f9fc
    chore(deps): update all dependencies Renovate Bot 2021-04-01 00:54:25 +0000
  • 148e608148
    Adding KICS to USERS.md (#590) Rogerio Peixoto 2021-03-25 13:51:59 +0000
  • 40e853e627
    Adding KICS to USERS.md Rogerio Peixoto 2021-03-25 13:50:17 +0000
  • 27a5ffb5c8
    Quiet warnings about integer truncation (#586) v2.7.0 Chris Bandy 2021-03-03 03:05:33 -0600
  • 7bc96fcffa Quiet warnings about integer truncation Chris Bandy 2021-03-02 21:35:35 -0600
  • bf2cd2392b
    Update all dependencies (#585) Cosmin Cojocar 2021-03-01 09:45:00 +0100
  • 72f4014355
    Update all dependencies Cosmin Cojocar 2021-03-01 09:37:28 +0100
  • c3e5e52ba9
    chore(deps): update all dependencies Renovate Bot 2021-03-01 00:44:07 +0000
  • 01ee764ed8
    Fix typo in USERS.md (#583) Aurélien Rainone 2021-02-27 18:54:40 +0100
  • 481a0025e2
    Fix typo in USERS.md Aurélien Rainone 2021-02-27 16:51:11 +0100
  • 9c047e32a3
    Add support for Go 1.16 in the CI and release workflows (#581) Cosmin Cojocar 2021-02-26 11:12:38 +0100
  • 85ceb555a2
    Add support for Go 1.16 in the CI and release workflows Cosmin Cojocar 2021-02-26 11:06:22 +0100
  • 1fce46151c
    fix: WriteParams rule to work also with golang 1.16 (#577) Matouš Dzivjak 2021-02-22 09:22:04 +0100
  • b2982e4af5 fix: WriteParams rule to work also with golang 1.16 Matouš Dzivjak 2021-02-18 13:02:07 +0100
  • 5ba3c018cc
    use uniq ID in the case of SARIF format Peter Balogh 2021-02-16 13:44:26 +0100
  • dcbcc4dd2a
    Use a more generic path for sonarqube import path (#573) Cosmin Cojocar 2021-02-11 14:19:46 +0100
  • 3c322c398a
    Use a more generic path for sonarqube import path Cosmin Cojocar 2021-02-11 14:17:30 +0100
  • 2777e5065e
    Update README with a note which describes how to import a SonarQube report (#572) Cosmin Cojocar 2021-02-11 12:10:44 +0100
  • 51b78aeb08
    Update README with a note which describes how to import a SonarQube report Cosmin Cojocar 2021-02-11 12:08:20 +0100
  • 897c203e62
    Reset the state of TLS rule after each version check (#570) Cosmin Cojocar 2021-02-11 10:52:16 +0100
  • 5de0af06fb
    Reset the state of TLS rule after each version check Cosmin Cojocar 2021-02-10 14:18:41 +0100
  • 6c57ae1628
    Fix sarif formatting issues (#565) Dmitry Salakhov 2021-02-05 09:06:04 +0000
  • f4f1d8f1da refactor rules collection creation Dmitry Salakhov 2021-02-05 15:20:09 +1300
  • b6524ce487 Update all dependencies Renovate Bot 2021-02-01 00:46:32 +0000
  • 0e6d8b3755
    Update all dependencies Renovate Bot 2021-02-01 00:46:32 +0000
  • b4f792a811 dedup rules, fix result locations Dmitry Salakhov 2021-01-31 11:16:33 +1300