Branch: refs/heads/master
  Home:   https://github.com/pmd/pmd
  Commit: df1609356261138f0f8653056e0ccde50cd594b2
      https://github.com/pmd/pmd/commit/df1609356261138f0f8653056e0ccde50cd594b2
  Author: Joshua Arquilevich <[email protected]>
  Date:   2020-02-20 (Thu, 20 Feb 2020)

  Changed paths:
    M 
pmd-apex/src/main/java/net/sourceforge/pmd/lang/apex/rule/security/ApexCRUDViolationRule.java
    M 
pmd-apex/src/test/java/net/sourceforge/pmd/lang/apex/rule/security/ApexCRUDViolationTest.java
    M 
pmd-apex/src/test/resources/net/sourceforge/pmd/lang/apex/rule/security/xml/ApexCRUDViolation.xml
    M pom.xml

  Log Message:
  -----------
  Modify CURD rule to support SECURITY_ENFORCE clause


  Commit: 8b944630743494d8a8e956350e3c70ea6884173d
      https://github.com/pmd/pmd/commit/8b944630743494d8a8e956350e3c70ea6884173d
  Author: Joshua Arquilevich <[email protected]>
  Date:   2020-02-20 (Thu, 20 Feb 2020)

  Changed paths:
    M 
pmd-apex/src/main/java/net/sourceforge/pmd/lang/apex/rule/security/ApexCRUDViolationRule.java
    M 
pmd-apex/src/test/resources/net/sourceforge/pmd/lang/apex/rule/security/xml/ApexCRUDViolation.xml

  Log Message:
  -----------
  Modify CURD rule to support regex for SECURITY_ENFORCE clause


  Commit: c54c9887a947f26b04a26c7bd5bfc0e3880d418f
      https://github.com/pmd/pmd/commit/c54c9887a947f26b04a26c7bd5bfc0e3880d418f
  Author: Joshua Arquilevich <[email protected]>
  Date:   2020-02-20 (Thu, 20 Feb 2020)

  Changed paths:
    M 
pmd-apex/src/main/java/net/sourceforge/pmd/lang/apex/rule/security/ApexCRUDViolationRule.java
    M 
pmd-apex/src/test/resources/net/sourceforge/pmd/lang/apex/rule/security/xml/ApexCRUDViolation.xml

  Log Message:
  -----------
  Updated the regex to support case insensitivity in apex


  Commit: a2aba08c9a06d2612ba72856b99aef9c2b87f2b5
      https://github.com/pmd/pmd/commit/a2aba08c9a06d2612ba72856b99aef9c2b87f2b5
  Author: Joshua Arquilevich <[email protected]>
  Date:   2020-02-24 (Mon, 24 Feb 2020)

  Changed paths:
    M 
pmd-apex/src/main/java/net/sourceforge/pmd/lang/apex/rule/security/ApexCRUDViolationRule.java
    M 
pmd-apex/src/test/resources/net/sourceforge/pmd/lang/apex/rule/security/xml/ApexCRUDViolation.xml

  Log Message:
  -----------
  Updated regex


  Commit: 7bbb65720ac1fb0120df8759268bda45e6b7ad05
      https://github.com/pmd/pmd/commit/7bbb65720ac1fb0120df8759268bda45e6b7ad05
  Author: Joshua Arquilevich <[email protected]>
  Date:   2020-02-25 (Tue, 25 Feb 2020)

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

  Log Message:
  -----------
  Removed 'Accepts Clause WITH SECURITY_ENFORCED Failed' Test


  Commit: 6efc10eb4cb4e05d4904fe39817ba261f8713e7b
      https://github.com/pmd/pmd/commit/6efc10eb4cb4e05d4904fe39817ba261f8713e7b
  Author: Joshua Arquilevich <[email protected]>
  Date:   2020-02-25 (Tue, 25 Feb 2020)

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

  Log Message:
  -----------
  Fixed syntax error with  'Accepts Clause WITH SECURITY_ENFORCED in a list' 
Test


  Commit: 57279e11dbc6a2e4b68e138bbe6dfc2fda95ba34
      https://github.com/pmd/pmd/commit/57279e11dbc6a2e4b68e138bbe6dfc2fda95ba34
  Author: Joshua Arquilevich <[email protected]>
  Date:   2020-02-28 (Fri, 28 Feb 2020)

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

  Log Message:
  -----------
  Fixed styling errors during build


  Commit: 7b34f04be18969a54687b9c02ca209c65b6d0ebb
      https://github.com/pmd/pmd/commit/7b34f04be18969a54687b9c02ca209c65b6d0ebb
  Author: Joshua Arquilevich <[email protected]>
  Date:   2020-03-09 (Mon, 09 Mar 2020)

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

  Log Message:
  -----------
  create a local pattern for the class and update isSecurityEnforced


  Commit: be72ec153daa2b8c2e4c3184406812c20ecbaed2
      https://github.com/pmd/pmd/commit/be72ec153daa2b8c2e4c3184406812c20ecbaed2
  Author: Joshua Arquilevich <[email protected]>
  Date:   2020-03-12 (Thu, 12 Mar 2020)

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

  Log Message:
  -----------
  Fixed more style changes and improved logic


  Commit: a355f06b907dead6b57240b38c7822a67788c764
      https://github.com/pmd/pmd/commit/a355f06b907dead6b57240b38c7822a67788c764
  Author: Piotr Szymanski <[email protected]>
  Date:   2020-03-13 (Fri, 13 Mar 2020)

  Changed paths:
    M pmd-plsql/etc/grammar/PldocAST.jjt
    M 
pmd-plsql/src/test/resources/net/sourceforge/pmd/lang/plsql/ast/XMLTable.pls

  Log Message:
  -----------
  xmlforest with optional AS


  Commit: ee9f82166a6091acac5b390c41d74300a6da38dd
      https://github.com/pmd/pmd/commit/ee9f82166a6091acac5b390c41d74300a6da38dd
  Author: Piotr Szymanski <[email protected]>
  Date:   2020-03-13 (Fri, 13 Mar 2020)

  Changed paths:
    M pmd-plsql/etc/grammar/PldocAST.jjt

  Log Message:
  -----------
  fixed grammar


  Commit: 3570796384e1a48304692c9706bf1faf28e01029
      https://github.com/pmd/pmd/commit/3570796384e1a48304692c9706bf1faf28e01029
  Author: Andreas Dangel <[email protected]>
  Date:   2020-03-14 (Sat, 14 Mar 2020)

  Changed paths:
    M 
pmd-plsql/src/test/java/net/sourceforge/pmd/lang/plsql/ast/XMLTableTest.java

  Log Message:
  -----------
  [plsql] Enhance test for XMLFOREST


  Commit: dd2c14f55abb6066bb51763a63bbd76bdde2ac1d
      https://github.com/pmd/pmd/commit/dd2c14f55abb6066bb51763a63bbd76bdde2ac1d
  Author: Andreas Dangel <[email protected]>
  Date:   2020-03-14 (Sat, 14 Mar 2020)

  Changed paths:
    M docs/pages/release_notes.md

  Log Message:
  -----------
  [doc] Update release notes, refs #2353


  Commit: 520bf0e343743c4db8e49718e1e5f8b5f4a73589
      https://github.com/pmd/pmd/commit/520bf0e343743c4db8e49718e1e5f8b5f4a73589
  Author: Andreas Dangel <[email protected]>
  Date:   2020-03-14 (Sat, 14 Mar 2020)

  Changed paths:
    M docs/pages/release_notes.md
    M pmd-plsql/etc/grammar/PldocAST.jjt
    M 
pmd-plsql/src/test/java/net/sourceforge/pmd/lang/plsql/ast/XMLTableTest.java
    M 
pmd-plsql/src/test/resources/net/sourceforge/pmd/lang/plsql/ast/XMLTable.pls

  Log Message:
  -----------
  Merge branch 'pr-2353'

[plsql] xmlforest with optional AS


  Commit: 383713fdbdb2ecc4f68493caff256220ddb35fc2
      https://github.com/pmd/pmd/commit/383713fdbdb2ecc4f68493caff256220ddb35fc2
  Author: Andreas Dangel <[email protected]>
  Date:   2020-03-14 (Sat, 14 Mar 2020)

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

  Log Message:
  -----------
  [apex] Small refactorings in ApexCRUDViolationRule

To avoid some deprecations


  Commit: 4c158531b8555ccbda1904a8bde04a8652ec6b34
      https://github.com/pmd/pmd/commit/4c158531b8555ccbda1904a8bde04a8652ec6b34
  Author: Andreas Dangel <[email protected]>
  Date:   2020-03-14 (Sat, 14 Mar 2020)

  Changed paths:
    M docs/pages/release_notes.md

  Log Message:
  -----------
  [doc] Update release notes, refs #2312, fixes #2210


  Commit: 5ff0814120df6db087c1ecee1a5f1edbfd701335
      https://github.com/pmd/pmd/commit/5ff0814120df6db087c1ecee1a5f1edbfd701335
  Author: Andreas Dangel <[email protected]>
  Date:   2020-03-14 (Sat, 14 Mar 2020)

  Changed paths:
    M docs/pages/release_notes.md
    M 
pmd-apex/src/main/java/net/sourceforge/pmd/lang/apex/rule/security/ApexCRUDViolationRule.java
    M 
pmd-apex/src/test/java/net/sourceforge/pmd/lang/apex/rule/security/ApexCRUDViolationTest.java
    M 
pmd-apex/src/test/resources/net/sourceforge/pmd/lang/apex/rule/security/xml/ApexCRUDViolation.xml

  Log Message:
  -----------
  Merge branch 'pr-2312'

[apex] Update ApexCRUDViolation Rule


Compare: https://github.com/pmd/pmd/compare/b487ef94d098...5ff0814120df


_______________________________________________
Pmd-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/pmd-commits

Reply via email to