Branch: refs/heads/master
  Home:   https://github.com/pmd/pmd
  Commit: d85a1a7cfe7efb12971317809a07d55b7c4962ee
      https://github.com/pmd/pmd/commit/d85a1a7cfe7efb12971317809a07d55b7c4962ee
  Author: Richard Corfield <42997936+rcorfieldf...@users.noreply.github.com>
  Date:   2023-08-17 (Thu, 17 Aug 2023)

  Changed paths:
    M 
pmd-apex/src/main/java/net/sourceforge/pmd/lang/apex/rule/security/ApexSOQLInjectionRule.java

  Log Message:
  -----------
  Add SObjectType and SObjectField to list of injectable SOQL variable types


  Commit: bcbaffcf21020f9804924203ec3649212c7a71c8
      https://github.com/pmd/pmd/commit/bcbaffcf21020f9804924203ec3649212c7a71c8
  Author: Richard Corfield <42997936+rcorfieldf...@users.noreply.github.com>
  Date:   2023-08-17 (Thu, 17 Aug 2023)

  Changed paths:
    M 
pmd-apex/src/test/resources/net/sourceforge/pmd/lang/apex/rule/security/xml/ApexSOQLInjection.xml

  Log Message:
  -----------
  Add unit tests for the behavior I hope to see

Two of these tests are failing. It doesn't recognise constants.
I guess that it never has recognised constants, and this is another
problem in the code. I don't know whether to try to fix this or consider
it a different problem so I can make smaller pull requests.


  Commit: 2ab8447654a7610ddd8a27dcc5fb210488e256d4
      https://github.com/pmd/pmd/commit/2ab8447654a7610ddd8a27dcc5fb210488e256d4
  Author: Richard Corfield <42997936+rcorfieldf...@users.noreply.github.com>
  Date:   2023-08-18 (Fri, 18 Aug 2023)

  Changed paths:
    M 
pmd-apex/src/test/resources/net/sourceforge/pmd/lang/apex/rule/security/xml/ApexSOQLInjection.xml

  Log Message:
  -----------
  Remove the tests related to issue 4650

This commit will need to be reverted in 4650's branch.


  Commit: 8f190675358255186c7092e2bdc76c43aeaf20af
      https://github.com/pmd/pmd/commit/8f190675358255186c7092e2bdc76c43aeaf20af
  Author: Richard Corfield <42997936+rcorfieldf...@users.noreply.github.com>
  Date:   2023-08-18 (Fri, 18 Aug 2023)

  Changed paths:
    M 
pmd-apex/src/main/java/net/sourceforge/pmd/lang/apex/rule/security/ApexSOQLInjectionRule.java

  Log Message:
  -----------
  A neater set instantiation


  Commit: 4151ca13f2c3d2337a382f9805b78352f102a525
      https://github.com/pmd/pmd/commit/4151ca13f2c3d2337a382f9805b78352f102a525
  Author: Richard Corfield <42997936+rcorfieldf...@users.noreply.github.com>
  Date:   2023-08-18 (Fri, 18 Aug 2023)

  Changed paths:
    M 
pmd-apex/src/main/java/net/sourceforge/pmd/lang/apex/rule/security/ApexSOQLInjectionRule.java

  Log Message:
  -----------
  Fix Checkstyle errors by changing tab indentation to spaces

mvnw clean verify - now passes.


  Commit: 7d0e1f00cc896830a7408fcc2578d88f793f74dd
      https://github.com/pmd/pmd/commit/7d0e1f00cc896830a7408fcc2578d88f793f74dd
  Author: Andreas Dangel <andreas.dan...@pmd-code.org>
  Date:   2023-09-09 (Sat, 09 Sep 2023)

  Changed paths:
    M docs/pages/release_notes.md
    M 
pmd-apex/src/test/resources/net/sourceforge/pmd/lang/apex/rule/security/xml/ApexSOQLInjection.xml

  Log Message:
  -----------
  [doc] Update release notes (#4649, #4646)


  Commit: 007decabe4426274f5c1685abba0a72290d9539c
      https://github.com/pmd/pmd/commit/007decabe4426274f5c1685abba0a72290d9539c
  Author: Andreas Dangel <andreas.dan...@pmd-code.org>
  Date:   2023-09-09 (Sat, 09 Sep 2023)

  Changed paths:
    M .all-contributorsrc
    M docs/pages/pmd/projectdocs/credits.md

  Log Message:
  -----------
  Add @rcorfieldffdc as a contributor

Closes #4647


  Commit: a3644479e609ba5a0f5314db895561b280a997f9
      https://github.com/pmd/pmd/commit/a3644479e609ba5a0f5314db895561b280a997f9
  Author: Andreas Dangel <andreas.dan...@pmd-code.org>
  Date:   2023-09-09 (Sat, 09 Sep 2023)

  Changed paths:
    M .all-contributorsrc
    M docs/pages/pmd/projectdocs/credits.md

  Log Message:
  -----------
  Add @m0rjc as a contributor

Closes #4648


  Commit: 347d5992d13be82418cc1c7018bf6f7e4db7853d
      https://github.com/pmd/pmd/commit/347d5992d13be82418cc1c7018bf6f7e4db7853d
  Author: Andreas Dangel <andreas.dan...@pmd-code.org>
  Date:   2023-09-09 (Sat, 09 Sep 2023)

  Changed paths:
    M .all-contributorsrc
    M docs/pages/pmd/projectdocs/credits.md
    M docs/pages/release_notes.md
    M 
pmd-apex/src/main/java/net/sourceforge/pmd/lang/apex/rule/security/ApexSOQLInjectionRule.java
    M 
pmd-apex/src/test/resources/net/sourceforge/pmd/lang/apex/rule/security/xml/ApexSOQLInjection.xml

  Log Message:
  -----------
  Merge pull request #4649 from 
rcorfieldffdc:defect/4646-apex-soql-injection-sobjecttype-token-variables

[apex] Add SObjectType and SObjectField to list of injectable SOQL variable 
types #4649


Compare: https://github.com/pmd/pmd/compare/a2a64a75779d...347d5992d13b


_______________________________________________
Pmd-commits mailing list
Pmd-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pmd-commits

Reply via email to