Class Retirejs


  • public class Retirejs
    extends java.lang.Object
    Simple POJO for Maven configuration.
    Author:
    Jeremy Long
    • Constructor Summary

      Constructors 
      Constructor Description
      Retirejs()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Boolean getFilterNonVulnerable()
      Returns whether or not retire JS should remove non-vulnerable JS files from the report.
      java.lang.String[] getFilters()
      Returns the retire JS content filters.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Retirejs

        public Retirejs()
    • Method Detail

      • getFilters

        public java.lang.String[] getFilters()
        Returns the retire JS content filters.
        Returns:
        the retire JS content filters
      • getFilterNonVulnerable

        public java.lang.Boolean getFilterNonVulnerable()
        Returns whether or not retire JS should remove non-vulnerable JS files from the report.
        Returns:
        whether or not retire JS should remove non-vulnerable JS files from the report