Alex Gravenor

Results 16 issues of Alex Gravenor

https://github.com/Netflix/security_monkey/blob/4d198ad29b2f7a828ce130d222c6e76e71b9ce11/scripts/secmonkey_auto_install.sh#L606 Seeing as this is a netflix product, the only hardcoding I would expect would be for Netflix. Either way. This should probably be configurable

Search for card using criteria: - Set: March of the Machines - Collector's number: 241 You will get no results even though a card does exist. If you change the...

bug

**Describe the bug** Theoretically, `([].any?)("abc")` should invoke the array's `any?` method on the string `"abc"` However, because of the nature of primitive methods, it actually invokes it on `[]` since...

**Is your feature request related to a problem? Please describe.** It seems to be standard convention that -- terminates flags and starts arguments **Describe the solution you'd like** Any flags...

enhancement
feature

This hash lookup is parsed as a hash lookup of an array ``` message = message + keys + ": " + headers[keys] + "\r\n" ```

There should be a great variety of method for reading from and writing to resources.

feature
core library

The flag package needs a special testing framework because the program needs to be launched with extra arguments

enhancement
feature
core library

e.g. `object.thing.another = 2` does not work correctly

bug

Currently, the only way to introduce more system-level functionality into blz is to add new builtins. This can be circumvented by adding a foreign function interface. User Story: ``` As...

help wanted
feature

Style has been decently well established in all of the example code. A well put together style guide would be great to help blz code be more idiomatic.

help wanted
feature
good first issue