mitre / inspec_tools

A command-line and ruby API of utilities, converters and tools for creating, converting and processing security baseline formats, results and data
https://inspec-tools.mitre.org/
Other
91 stars 30 forks source link

Determine why we are getting odd terminal output at the end of an xccdf2inspec run #155

Closed aaronlippold closed 4 years ago

aaronlippold commented 4 years ago
➜  inspec_tools git:(master) ✗ bundle exec inspec_tools xccdf2inspec -x examples/xccdf2inspec/data/U_MS_Windows_2012_and_2012_R2_DC_STIG_V2R19_Manual-xccdf.xml -o test
zsh: correct 'exec' to 'exe' [nyae]? n
pretty_print
included_modules
include?
name
ancestors
attr
attr_reader
attr_writer
attr_accessor
instance_methods
public_instance_methods
protected_instance_methods
private_instance_methods
constants
const_get
const_set
const_defined?
class_variables
remove_class_variable
class_variable_get
class_variable_set
class_variable_defined?
public_constant
private_constant
deprecate_constant
singleton_class?
example_group
include
module_exec
module_eval
class_eval
class_exec
remove_method
undef_method
method_defined?
<
alias_method
>
private_class_method
protected_method_defined?
public_method_defined?
private_method_defined?
instance_method
public_class_method
autoload?
shared_examples_for
xdescribe
xcontext
fdescribe
fcontext
public_instance_method
define_method
shared_examples
autoload
shared_context
context
<=>
<=
>=
==
===
freeze
inspect
prepend
const_missing
to_s
describe
pretty_print_cycle
find_class_instance_variable
blank?
__binding__
to_yaml
pry
pretty_print_inspect
pretty_print_instance_variables
to_json
instance_variable_defined?
remove_instance_variable
instance_of?
kind_of?
is_a?
tap
instance_variable_set
protected_methods
instance_variables
instance_variable_get
public_methods
private_methods
method
public_method
public_send
singleton_method
define_singleton_method
extend
pretty_inspect
to_enum
enum_for
=~
!~
gem
eql?
respond_to?
object_id
send
display
nil?
hash
class
singleton_class
clone
dup
itself
yield_self
then
taint
tainted?
untaint
untrust
untrusted?
trust
frozen?
methods
singleton_methods
equal?
!
should_not
instance_exec
!=
instance_eval
__id__
should
__send__
➜  inspec_tools git:(master) ✗ ls
Bialogs commented 4 years ago

I've been wanting to figure this out for a while